If the user empties their cart from within the cart modal there is no redirection. This is particularly problematic if the user reaches checkout and changes their mind so empties all items as they are left on the checkout page?
WE have tried all avenues – create staging tio disable all but core plugins, purge/remove cache, remove transients and other database purging, comment out all of the code in functions.php…
]]>Thank you!
Side note: It’s not online on my website right now, because I didn’t like the way it worked.
]]>I’ve installed WooCommerce 7.8.0 and am experiencing an issue with the WooCommerce cart page. Whenever I change the shipping method to anything other than “Local Pickup” and then click on the “Total Amount” button to update the shipping price, the entire content of the cart page disappears. It doesn’t refresh the page, it removes everything (excluding the cart page title, denoted by the h1 tag) from the cart page.
Currently, only the Australia Post and Big Post plugins are installed as shipping methods on the website.
I’ve attempted to identify whether any of these two plugins are causing the issue by disabling them one by one. When I deactivated Big Post, the problem persisted after clicking on the “Total Amount” button. I followed the same procedure with Australia Post, disabling it while enabling Big Post.
Additionally, I’ve disabled all unnecessary payment gateways on the Cart Page and deactivated all minor widgets that I’ve implemented on the cart page, but none of these actions resolved the problem.
There are no errors or warnings in my browser’s console tool to help in pinpointing a proper solution.
At this stage, I suspect that the problem lies with the “Total Amount” button on the Cart page, which seems to trigger the “disappearance” issue.
Could anyone here assist me with this problem, please?
]]>Following code added before </body> on both cart and checkout pages – to add this code, I’m using the plugin “Tracking Code Manager” by Data443
<script>
// source: https://frique.me/blog/prevent-automatic-scrolling-to-checkout-error-in-woocommerce/
jQuery( document.body ).on( 'checkout_error', function() {
jQuery( 'html, body' ).stop();
} );
jQuery( document ).ajaxComplete( function() {
if ( jQuery( 'body' ).hasClass( 'woocommerce-checkout' ) || jQuery( 'body' ).hasClass( 'woocommerce-cart' ) ) {
jQuery( 'html, body' ).stop();
}
} );
</script>
]]>MOBILE issue. The main issue I have is that the Cart icon is sitting on the very top of the mobile or very bottom or top left as per setting, BUT when a user scrolls down the Cart icon does NOT follow down. Therefore when you add something in to the Cart, and you are right down the bottom of the mobile, the customer has NO idea WHERE the Cart icon is at it is right up the top ..
How can I fix this so that the Cart Icon is viewable at all times and NOT sit STUCK in 1 position, but be visible as the Customer scrolls down the page.
Currently customers are complaining as they have added items in the Cart, but CANNOT see the Cart anywhere, then I figured out that they have to scroll right to the TOP to see the Cart icon. It needs to be visible wherever the Customer scrolls and ALWAYS be visible NOT just at the bottom of the page on mobile where the Customer has to scroll with his fingers 20 times to get to bottom of the page … Customers are complaining.
Not very good, HOW can I rectify this issue please urgently
I also tried another setting:
I saw there was a setting which I tried called “MODAL MODE” Open the Cart in the middle of the screen … but that doesn’t work so great on the MOBILE as it goes right down halfway on the page on mobile which could be 5 scrolls with the finger downwards BEFORE you can find it. That is NOT good either. It greys out everything and Customer has no idea what is going on OR WHERE TO FIND THE CART again … or the CONTENTS of the CART …
How else can I have your Cart Contents popup so it is visible when people scroll, otherwise it just seems to sit in the ONE SPOT which is a pain. My client may have 30 products on the scroll on mobile and the Cart popups on top Left or Top Right or Bottom Left or BOttom right, but NO option to have it sit in one spot so everyone can find the CART on scroll. Otherwise Customer cannot find it, they will NOT know they have to scroll UPWARDS to the top to find it. Very confused.
Thanks
Kristin
]]>I love your plugin by the way!
So I have a client new website I am currently designing with Woocommerce.
I am using your free plugin for the POPUP which I love the way it works on all devices. I have used your plugin a few times before.
When your Popup Cart comes up there are 3 default options that shows:
“VIEW CART”
“CONTINUE SHOPPING”
“CHECKOUT”
For this particular customer, I don’t need to show the “VIEW CART”, I would rather just have the option to “CONTINUE SHOPPING” or just “CHECKOUT” that’s the only 2 options I need to for this client.
Is this possible ?
How can I achieve this with simple CSS ?
Thanks in advance
Regards
Kristin
This issue does not prevent checkout from proceeding though. It is a warning logged in the site log.
]]>