gibbers
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Menu Cart] Cart icon not showing on menuHi sorry I’ve just seen your reply. Would it be possible for the empty cart to redirect to the basket?
Many thanks.
Clare
Forum: Plugins
In reply to: [WP Menu Cart] Cart icon not showing on menuHi Ewout
Thank you again.
All Woocommerce snippets here:
function store_mall_wc_empty_cart_redirect_url() { $url = 'http://tamesischamberchoir.com/'; // change this link to your need return esc_url( $url ); } add_filter( 'woocommerce_return_to_shop_redirect', 'store_mall_wc_empty_cart_redirect_url' ); add_filter( 'woocommerce_product_tabs', 'misha_rename_description_tab' ); function misha_rename_description_tab( $tabs ) { $tabs['description']['title'] = 'Track Listing'; return $tabs; } add_filter( 'woocommerce_product_description_heading', 'misha_description_heading' ); function misha_description_heading( $heading ){ return 'CD Tracks'; }I changed the shop page in Woocommerce to the Home page, now the empty cart goes to https://tamesischamberchoir.com/?page_id=9 which is an empty page with Shop as the title. I’d like it go to the basket page?
Thanks in advance.
Clare
Forum: Plugins
In reply to: [WP Menu Cart] Cart icon not showing on menuThanks for all your help. I will probably disable the empty cart if the remaining issue is not resolved, which is detailed below (I’ve left it enabled for now so you can see):
When you click on the empty basket icon it goes to the Christmas CD page https://tamesischamberchoir.com/product/christmas instead of the basket page. I’ve cleared cache and cookies and themify menu cache (thanks for this tip) and regenerated CSS. I have, via snippets, modified the destination of the woocommerce “back to shop” page to the site home page (because I don’t really have a shop page as you can add CDs and concert tickets), might this be a factor?
Many thanks.
Clare`
Forum: Plugins
In reply to: [WP Menu Cart] Cart icon not showing on menuThis only appears to happen if the basket is empty, if you add items it appears to work ok?
Is it something to do with the Woocommerce default Shop page?
Many thanks.
Clare
Forum: Plugins
In reply to: [WP Menu Cart] Cart icon not showing on menuSo just been checking, when you click on the basket icon page, even though it appears empty, it’s going to the Christmas CD page. I’ve cleared cache and cookies. Please can you advise.
Many thanks.
Clare
Forum: Plugins
In reply to: [WP Menu Cart] Cart icon not showing on menuOne thing I have noticed is that when the basket is empty and you click around the site, doesn’t seem to matter which page you click on – even going back to home page, the cart briefly changes to show “1 item £12.00” then clears itself. This item is possibly a standard concert ticket, or possibly a CD plus postage? Anyway I wonder if you could please check to see what is causing this.
Many thanks.
Clare
Forum: Plugins
In reply to: [WP Menu Cart] Cart icon not showing on menuHi Ewout
I didn’t change anything but also noticed it’s showing up now so thank you very much, looks great! I’ve removed the other basket menu item.
Thanks again.
Clare
Forum: Plugins
In reply to: [WP Menu Cart] Cart icon not showing on menuHi Ewout
Thank you for your response. Please find attached screenshots as requested.
I look forward to your reply.
Many thanks.
Clare