Refresh problem with Continue Shopping
Hi! I've installed the DrupalCommerce.org Kickstart 2 with example data.
When I choose a product and add it to the cart I get the popup asking if I want to check out or continue shopping. Well when I choose Continue shopping, nothing happens and I have to press F5 to refresh the screen.
I'm developping a bilingual demo site for a potential customer. fpdevel.ca, if you want to give it a try.
BTW, When there is an item in the cart, "Procéder au paiement" goes underneath.
Tks in advance for any tips on the matter and have a great day!
François
Comments
Hi,
add to "commerce_add-to_cart_confirmation.js"
this line --> $('.commerce_add_to_cart_confirmation_overlay').remove();
after:
// Enable the close link.
$('.commerce-add-to-cart-confirmation-close').live('click', function() {
$('.commerce-add-to-cart-confirmation').remove();
Daniel