-- HikaShop version -- : 4.7.1
-- Joomla version -- : 4.2.8
-- PHP version -- : 8.x
Hello,
I have a question regarding the button "proceed to checkout" in the cart module.
The link leads to the "component/hikashop/..." view.
Because of that, i can not control the assigned modules.
As far as I understand, the url for the button is build in the following code in the cart.php
$itemid_for_checkout = $this->config->get('checkout_itemid','0');
if(!empty($itemid_for_checkout)){
$url_checkout = hikashop_completeLink('checkout&Itemid='.$itemid_for_checkout);
}else{
$url_checkout = hikashop_completeLink('checkout'.$url_itemid);
}
Is it possible to change it to the regular "checkout(legacy)" link.
Thank you for support.
Regards
Maurizio