• Resolved noname

    (@casahova)


    Good Day,

    I require some assistance regarding an issue I am having on my site. I have enabled AJAX add to cart. When the first item is placed into the cart, the cart does not display it until I refresh the page. I was actually having this problem too when I was previously using another cart plugin. I have debugged the site but I did not find the solution to my problem. Could you help me on this?

    Appreciate it!

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @casahova

    I’ve checked and didn’t find our plugin on your site, so I can’t detect the issue.

    You can also install our plugin on the dev/staging site with the same configuration so I can check it for you.

    Thread Starter noname

    (@casahova)

    Hello!

    Thank you for your reply! I have switched back to your plugin on my site now. Haven’t manage to solve the issue.

    Hope to hear from you soon regarding this thank you!

    Thread Starter noname

    (@casahova)

    I would also like to addon that i think your plugin is not compatabile with “Quantity Plus Minus Button for WooCommerce”, hence something looks strange when item is displayed in cart.

    Thanks!

    Plugin Author WPClever

    (@wpclever)

    #1. To fix the issue about quantity field, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woofc-item-qty .plus, .woofc-item-qty .minus {
        display: none !important;
    }
    
    .woofc-item-qty .quantity, .woofc-item-qty .qib-button {
        margin: 0 !important;
        height: 30px !important;
    }

    #2. When adding a product to the cart, I found a strange process here https://www.screencast.com/t/RO1YNvJNe1jP. It can cause a cart issue. Please check and remove this function or related plugin then try again.

    Thread Starter noname

    (@casahova)

    Thank you for the CSS and helping to detect the problem. I am currently still trying to find the problem. I will reply to this thread again once the problem is solved!

    Appreciate it!

    Thread Starter noname

    (@casahova)

    Hello,

    Not sure how i did it, but the problem is now finally fixed!

    Last question, I styled the look of the cart bubble , however there always seem to be a few seconds delay before it is displayed correctly. To be specific, the border radius of the bubble and its position. How do i fix this?

    Thanks!

    Thread Starter noname

    (@casahova)

    Hi i just discovered another problem with this plugin. It doesnt display the items when adding from my wishlist into the cart. I switched back to the previous cart plugin to test and it worked. Could it be a compatibility issue? The wishlist plugin is t1 wishlist.

    Thanks.

    Plugin Author WPClever

    (@wpclever)

    About the cart bubble, please change previous CSS code to:

    .woofc-count {
        right: 1em !important;
        border-radius: 50% !important;
    }
    Plugin Author WPClever

    (@wpclever)

    About the Ti Wishlist plugin, I’ve tested and seen it works fine https://www.screencast.com/t/U61mS6hv

    Thread Starter noname

    (@casahova)

    I see.. Thanks for the CSS! You have been very helpful, much appreciated!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘cart needs to be refresh to show first item’ is closed to new replies.