the link:
www.ronin.to (-> "online shop" in the main menu)
however I've found the reason why it happens:
phpShop seems not to pass on the "Itemid" with the url (in none of its subsequent links inside the shopsystem).
I tried to modify the mod_phpshop.php with some success...
I defined a variable called
Code:
$prefix='&Itremid='.$Itemid;
and later in the mod_phpshop.php where the links for the categories are created I just inserted the $prefix...
so now when I click on one of the categories the modul stays there... but not with the search nor with any of the subsequent links inside the phpShop (as obviously the Itemid gets no longer passed on in the URL).
dunedain