Continue Shopping

GK User
Sun Oct 02, 2016 3:13 pm
Hi Team!

When I click on the Add to Cart button, it shows a modal notice box that says 'Product is successfully added to Cart' and with 2 buttons 'Continue Shopping' and 'Proceed to Checkout'. So, When I click in "Continue Shopping" it box close, and page don't change. I Would like, this page come back to category products.

What I have to do, to works this way?

Thanks,

Leo
User avatar
Junior Boarder

teitbite
Mon Oct 03, 2016 12:14 pm
Hi

I think You should ask this question to VM support, but please tell me the url to the page with example. I'll see maybe it can be overwritten with some extra script.
User avatar
Moderator

GK User
Mon Oct 03, 2016 2:35 pm
Hi Teitbite! Thanks for you answer.

So, I m using Hikashop.

[edited by moderator]

To make Login and view the prices, you need click in the word: "Entrar"

Thanks a lot.

Leo
User avatar
Junior Boarder

GK User
Tue Oct 04, 2016 7:40 pm
Ok. I fix what was wrong.

Only to edit: HikaShop > Display > Views > checkout / notice.php

Change:

<div id="hikashop_add_to_cart_continue_div">
<?php echo $this->cartClass->displayButton(JText::_('CONTINUE_SHOPPING'),'continue_shopping',$this->params,'','window.parent.hikashop.closeBox(); return false;','id="hikashop_add_to_cart_continue_button"'); ?>
</div>

To:

<div id="hikashop_add_to_cart_continue_div">
<?php echo $this->cartClass->displayButton(JText::_('CONTINUE_SHOPPING'),'continue_shopping',$this->params,'','javascript:history.back(); return false;','id="hikashop_add_to_cart_continue_button"'); ?>
</div>


Now works very well.

Thanks,

Leo.
User avatar
Junior Boarder

teitbite
Thu Oct 06, 2016 3:18 pm
Hi

Great to hear that.

Please change Your access to admin panel. This is a public forum, so just in case someone else has seen it.
User avatar
Moderator


cron