WHen I add something to my shopping cart and I delete it again the cart is not updating itself, I have to refresh the page. The same happens when I delete a order in the backend orderlist. Is the cache system doing this and how can I skip this cache route.
Thanks
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
I have the similar problem but it happens only on the very first page. I am using the 2.1.0.2 default theme on a single store.Randem wrote:Are you using a third party theme? This might be your answer - http://www.randemsystems.com/support/op ... ty-themes/
The cart information just won't refresh after I add or delete something and click the browser back button to back to the very first page of store. I have to press F5 or reload button to force reload the entire page and then the cart shows the correct content.
Is there a way to force reload the cart content on the very first page?
I don't have that issue. Have you checked in another browser? What browser are you using?
I did make a correction to the default theme also. It had a few glitches...
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
hi Randem,Randem wrote:Hi postgresql,
I don't have that issue. Have you checked in another browser? What browser are you using?
I did make a correction to the default theme also. It had a few glitches...
I tested both my site and http://demo.opencart.com on my Android phone and tablet's default browser. It happened all the time. But, it works fine on the computer's browsers.
To reproduce the error, from the very first page, click any top category bar to show the items, for instance, Components --> Monitors , and then click on ADD To CART to add "Samsung SyncMaster 941BW" (which has no extra options) to cart directly. The upper right cart button now shows 1 item without changing to any other page.
Then, click the back button once to back to the very frst page. The upper right cart button shows 0 item as what it was. I am wondering if this is some cache mechanism on mobile browsers? If so, is there any way to force the cart text to reload?
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
Code: Select all
window.onpageshow = function(event) {
if (event.persisted) {
window.location.reload()
}
};
Users browsing this forum: No registered users and 59 guests