Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Cart window problem
Tagged: cart
- This topic has 10 replies, 3 voices, and was last updated 6 years, 9 months ago by Diana.
Viewing 11 posts - 1 through 11 (of 11 total)
-
AuthorPosts
-
March 28, 2018 at 2:32 pm #151632hilmanfSpectatorHi. Two problems of cart window. 1/ View cart and Checkout button on cart window not aligned correctly. 2/ Item in cart not disappear when deleted from cart window. Please refer: https://screencast-o-matic.com/watch/cFeu2uDk6O Need help to fix this. Thank you.March 28, 2018 at 2:33 pm #151633hilmanfSpectatorThis reply has been marked as private.March 29, 2018 at 5:14 am #151690DianaParticipant@hilmanf, 1. Use this css code in wp-admin > Appearance > Customize > Custom CSS .woocart .button {font-size: 7px!important;} 2. It is removing cart items but taking some time. you can see in your cart you have two products and I removed one of them.March 29, 2018 at 5:30 am #151691hilmanfSpectatorHi Diana, Thanks for helping. #1 works like charm. But I dont think cart items removing takes 'some time'. It wasn't removed at all during 1 minute. Please refer: https://screencast-o-matic.com/watch/cFeUhtDpi9March 29, 2018 at 2:26 pm #151790Anshuman SahuKeymasterYup this is actually an issue .Actually woocommere is overtaking the remove product option in our header . to quickly fix this please goto wp-admin -> woocommere -> settings -> products -> Add to cart behaviour -> Enable AJAX add to cart buttons on archives -> disable it .March 29, 2018 at 2:36 pm #151792hilmanfSpectatorHi Alex, thanks for helping. It was disabled (when I reported it at the first place). Then I enabled it. Problem persists. Now it is disabled again. The problem still there. If you need some times to fix it, please take your time.March 30, 2018 at 12:38 pm #151877Anshuman SahuKeymasteradded a quick fix in your site. Add this given script in your wp-admin-> wplms -> footer -> google anaylitics script : <script>jQuery(document).ready(function(){ jQuery('header .woocart a.remove.remove_from_cart_button').removeClass('remove_from_cart_button'); }); </script>March 30, 2018 at 1:46 pm #151887hilmanfSpectatorHi Alex, Thanks for helping. But it raises new problem. I made CTA button on every landing page courses that directs all user (logged in and non logged in) to /checkout/?add-to-cart=(productID). This CTA helps me to cut checkout process directly to checkout page, not cart page. Refer: http://prntscr.com/iyiuu3 Refer: http://prntscr.com/iyiw49 After your script implementation, all CTA buttons direct to cart page, not checkout page. Seems like /checkout/?add-to-cart=(productID) not working anymore. My questions: #1 How to fix this (if it can be fixed, ignore #2) #2 If it can't be fixed for this time, I prefer to go back to previous setting. But I see the same scripts on WPLMS > Miscellaneous > Custom CSS for WP Login Sreen. Should I delete both on Google Analytics Script and Custom CSS for WP Login Sreen? Refer: http://prntscr.com/iyiv7q Thank you.March 31, 2018 at 6:56 am #151906Anshuman SahuKeymasterPlease use this link on that button : https://your-site.com/produk/hyxxxxxxxxg/?redirect note that this link only works with when the course is connected to the product in product's own settings . refer : http://prntscr.com/iytv24March 31, 2018 at 7:06 am #151908hilmanfSpectatorSuper! Thank you, Alex. You may close the topic.April 2, 2018 at 4:17 am #151978DianaParticipant@hilmanf, Thanks for confirming.
-
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)
- The topic ‘Cart window problem’ is closed to new replies.