Cart not updating with eshop plugin
-
Hi,
My cart is not updating unless you refresh the page. I’m using eshop. I followed the following advice but it didn’t make any difference.
[ Moderator note: please wrap code in backticks or use the code button. ]
$("div.wpsc_buy_button_container > input.wpsc_buy_button").click(function(){ WPMenucart_Timeout(); });
change it to read:
$("input.wpsc_buy_button").click(function(){ WPMenucart_Timeout(); });
I realise you will putting out an update shortly, but just wanted to let you know the above fix didn’t work for me with eshop.
If it helps, I’m using the Genesis framework with the Dynamik website builder. However, I activated the wordpress default theme and it still does not work as well.
Thanks,
Adrian
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Cart not updating with eshop plugin’ is closed to new replies.