-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.5.3
Hello,
There is a problem with updating the cart. This is very similar to
this older bug
, but the solution I think is outdated.
Every time I change the cart quantity or press the delete button I get redirected to a 404 page. I have two languages, Greek (Default) and English.
Everything is OK for the English language.
Everything is OK for both languages if I am on a Hikashop page. If I am on a Joomla page (home page, login etc) it does not work for the Greek language.
Everything is OK for both languages if I turn off the Joomla SEF and URL rewriting, but I need these.
The following URL is in the delete button inside the cart module in Greek page and gives me 404:
/component/hikashop/product/updatecart/cart_type-cart/cart_product_id-180/quantity-0/return_url-aHR0cDovL3d3dy5nYXZyaWVsYS53d3dubHNzcjEuc3VwZXJjcC5jb20v
If I manually insert "index.php" at the beginning then it's working, otherwise it redirects to 404 page.
The following URL is in the delete button inside the cart module in English page and works fine:
/en/component/hikashop/product/updatecart/cart_type-cart/cart_product_id-180/quantity-0/return_url-aHR0cDovL3d3dy5nYXZyaWVsYS53d3dubHNzcjEuc3VwZXJjcC5jb20vZW4v
Thanks