Cart window problem

Home Forums Legacy Support Support queries How-to & Troubleshooting Cart window problem

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #151632
    hilmanf
    Spectator
    Hi. 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.
    #151633
    hilmanf
    Spectator
    This reply has been marked as private.
    #151690
    Diana
    Participant
    @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.
    #151691
    hilmanf
    Spectator
    Hi 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/cFeUhtDpi9
    #151790
    Anshuman Sahu
    Keymaster
    Yup 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 .    
    #151792
    hilmanf
    Spectator
    Hi 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.
    #151877
    Anshuman Sahu
    Keymaster
    added 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>
    #151887
    hilmanf
    Spectator
    Hi 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.
    #151906
    Anshuman Sahu
    Keymaster
    Please 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/iytv24
    #151908
    hilmanf
    Spectator
    Super! Thank you, Alex. You may close the topic.
    #151978
    Diana
    Participant
    @hilmanf, Thanks for confirming.
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Cart window problem’ is closed to new replies.