If I add items to the shopping cart they show up in the cart however when I delete a product from the shopping cart the page doesn't refresh like it use to. The item is removed from the cart as it should be and the cart button in the header updates as it should, only the screen doesn't refresh, I have to do it manually with the refresh button.
I'm running v2.0.3.1 with default theme.

http://forum.opencart.com/viewtopic.php?f=181&t=146489
Ernie
ipc.li/cart/
I am no longer active at the Forum. Please do NOT send me Personal Mails,
they will no longer be replied to.
My Github OC Site: https://github.com/IP-CAM
3'780 FREE OC Extensions, on the World's largest Github OC Repository Archive Site.
Any ideas?
Personally, I'm very new in this SEO thing, I was surprised, finding such a huge amount of Mod's, and all full of advertising, to 'link them all'. Therefore, I always figured, that this 'Problem' has not been solved in the first Place, in full, and put this as to be one of my 'last' Job's, to find out about.
Just change it back, if you need your Shop to go online soon, until someone finds a 'final' Solution for this, possibly in the next v.2.x Version.
I would add it to the OpenCart Github.com Section, then, at least, the Pro's will look into it!
https://github.com/opencart/opencart/commits/master
Good Luck
Ernie
I am no longer active at the Forum. Please do NOT send me Personal Mails,
they will no longer be replied to.
My Github OC Site: https://github.com/IP-CAM
3'780 FREE OC Extensions, on the World's largest Github OC Repository Archive Site.
Or are we all to update opencart and loose the use of half our add-ons agains
Life is for the taking. It's everything else you need to pay for.
Anne Makes Lovely Candles
Code: Select all
<button type="button" data-toggle="tooltip" title="<?php echo $button_remove; ?>" class="btn btn-danger" onclick="cart.remove('<?php echo $product['key']; ?>');"><i class="fa fa-times-circle"></i></button></span></div></td>
Code: Select all
<button type="button" data-toggle="tooltip" title="<?php echo $button_remove; ?>" class="btn btn-danger" onclick="cart.remove('<?php echo $product['key']; ?>'); location.reload();"><i class="fa fa-times-circle"></i></button></span></div></td>

Hopefully you mean to change the text in checkout/cart.tpl and not account/cart.tpl

Life is for the taking. It's everything else you need to pay for.
Anne Makes Lovely Candles
I am having same issue but using a custom theme and coding is slightly different, can someone help to identify where I can add the reload command on this?
Code: Select all
<td class="quantity">
<input type="text" name="quantity[<?php echo $product['cart_id']; ?>]" value="<?php echo $product['quantity']; ?>" size="1" />
<a onclick="$('#basket').submit();" data-tooltip="<?php echo $button_update; ?>" class="sq_icon"><i class="fa fa-refresh"></i></a>
</td>
OC version?waghelak wrote: ↑Mon Mar 11, 2019 5:46 amHello,
I am having same issue but using a custom theme and coding is slightly different, can someone help to identify where I can add the reload command on this?
Code: Select all
<td class="quantity"> <input type="text" name="quantity[<?php echo $product['cart_id']; ?>]" value="<?php echo $product['quantity']; ?>" size="1" /> <a onclick="$('#basket').submit();" data-tooltip="<?php echo $button_update; ?>" class="sq_icon"><i class="fa fa-refresh"></i></a> </td>
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
This is my file:
Code: Select all
<button type="button" data-toggle="tooltip" title="<?php echo $button_remove; ?>" class="btn btn-danger" onclick="cart.remove('<?php echo $product['cart_id']; ?>');"><i class="fa fa-times-circle"></i></button></span></div></td>
Default theme. OpenCart 2.3.0.2.
Users browsing this forum: No registered users and 16 guests