-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.15
-- Browser(s) name and version -- : Firefox 35.0.1
Hi,
I've noticed that every time an item is being deleted out of the shopping cart, Hikashop redirects to the checkout page.
The code used to delete an item is found in the cart/showcart.php file and states:
<a class="hikashop_no_print" href="<?php echo hikashop_completeLink('product&task=updatecart&stay=1&delete=1&quantity=0&cart_type='.$cart_type.'&cart_id='.$cart->cart_id.'&cart_product_id='.$cart->cart_product_id.'&Itemid='.$Itemid); ?>" title="<?php echo JText::_('HIKA_DELETE'); ?>">
How can I ensure the item is deleted, but redirect my user back to the shopping cart page... let"s say "
www.domain.com/my-custom-cart-page
"?