The stand case of woocommerce Cart and Checkout
-
On the Home page, I am using two shortcodes
1. Cart – [woocommerce_cart] – to display the cart on the Homepage and on the Cart page.
This is exactly the same shortcode that I’m using on the Cart page here : https://melaniesbanknotevault.com/
https://melaniesbanknotevault.com/cart/
When items are added from anywhere in the shop, those items should be identically displayed in both – the Cart page as well Cart section displayed on the Home page.
The strange thing is – When you try to remove any items from the Cart page https://melaniesbanknotevault.com/cart/, the item is successfully removed and cart is updated immediately.
But if you try to remove any item from the Cart that is displayed on the Homepage, then the item is removed but the page does not update till you manually refresh the page. This is a problem.
2. Checkout – [woocommerce_checkout] – to display the checkout option on the Home page.
Checkout seems to work fine here https://melaniesbanknotevault.com/checkout/
All the options such as “Click here to login” and “click here to enter your code” are available.
But those same options redirect to https://melaniesbanknotevault.com/# when accessed on the Checkout section on the Home page. Why?
Why are these two short codes behaving/malfunctioning when used in identical fashion on two different pages?
Thanks
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.