Öncelikle arkadaşın emeğine sağlık. Aşağıda uyguladığım çözüm seoda da kullanılabilir.
<?php
$get = $this->request->get;
if(!empty($get['route']) && $get['route'] == 'product/category' && !empty($get['path'])) {
$cats = explode('_', $get['path']);
$nr = array_pop($cats);
$nr =...