Add to Cart -> Cart Module

  • Posts: 82
  • Thank you received: 1
10 years 9 months ago #143653

-- HikaShop version -- : Business 2.2.3
-- Joomla version -- : 3.2.2

Clean latest Joomla 3.2.2 installation with Brochure content.
Clean Hikashop Business latest version.
Protostar template.

Clicking the Add to Cart button, causes Cart Module to display the a whole instance of the webpage with the cart information.
After refresh it displays it is okay.
Tested with Chrome and Safari.

Last edit: 10 years 5 months ago by jmbgreen.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 9 months ago #143673

Hi,
You'll probably find your answer through this thread :

To correct it, you have to edit the file "components/com_hikashop/controllers/product.php" function "updatecart()" and replace:
if($params->get('from','module') == 'module'){
By:
if($params->get('from','module') == 'module' && $config->get('redirect_url_after_add_cart','stay_if_cart') != 'checkout'){

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum