Cart does not popup from Checkout and Cart pages
May 2014 WordPress Theme
- GK User
- Fri Mar 03, 2017 12:04 pm
I faced a problem with cart (in the upper right corner). It works everywhere except Cart and Checkout pages.
At Cart pages I press the icon - nothing happens.
At Checkout page some small white popup windows appears and that's all.
How to fix it?
At Cart pages I press the icon - nothing happens.
At Checkout page some small white popup windows appears and that's all.
How to fix it?
-
- Junior Boarder
- Joshua M
- Mon Mar 06, 2017 9:39 am
Hi,
It's a woocommerce issue - this popup is based on wc cart, but unfortunately it's not available on cart and checkout pages. Please use widget rules: https://www.gavick.com/documentation/wo ... dget-rules
and exlude these pages for your Cart widget (the icon won't be visible on these pages then)
It's a woocommerce issue - this popup is based on wc cart, but unfortunately it's not available on cart and checkout pages. Please use widget rules: https://www.gavick.com/documentation/wo ... dget-rules
and exlude these pages for your Cart widget (the icon won't be visible on these pages then)
-
- Moderator
- GK User
- Mon Mar 06, 2017 6:06 pm
I made as you said. Icon is still visible but when I press it, no popup appears. I wish icon be not visible at Cart and Checkout page.
-
- Junior Boarder
- Joshua M
- Mon Mar 06, 2017 9:53 pm
Try to add the following custom css code:
- Code: Select all
body.woocommerce-cart #btn-cart,
body.woocommerce-checkout #btn-cart {
display: none;
}
-
- Moderator
- GK User
- Tue Mar 07, 2017 9:08 am
Thanks. It works.
-
- Junior Boarder
5 posts
• Page 1 of 1