-- HikaShop version -- : 4.3
-- Joomla version -- : 3.9.19
-- PHP version -- : 7.2
-- Browser(s) name and version -- : chrome
Hello,
I am changing the lnk from cart module to go to showcart page instead of checkout.
this is what I found in module:
$link = hikashop_completeLink('cart&task=showcart&cart_id='.$this->element->cart_id.'&cart_type='.$this->element->cart_type . $this->cart_itemid);
Now this does take me to the cart page, but with itemid of menu item for the shop.
But I have created menu item specifically for the cart page.
Can I route this link to get the right itemid?
Thanks