Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #842169

    After the last update, if you put a product direct ( without opening the product page) in the shopping cart.
    The shopping cart does not appear. You have to reload the page.

    If you open the product page and put it in the shopping cart the shopping cart appears.

    Can you check that please.

    #842409

    Hey joyamassage,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #842412

    Hy Victoria,
    here are the details
    Thank you

    #842415

    Right now no other plugin, only woocommerce is running.

    #843719

    Hi,

    I justr added a product to cart and everything worked fine
    https://s.nimbus.everhelper.me/share/1080525/40hv4o3e910lbg4de4f3

    What is the issue exactly?

    Best regards,
    Basilis

    #844779

    Hi Basilis,

    if you put a product direct from the start page in the shopping cart. (don’t open the product page!)
    The product is inside the cart but you don’t see the cart Icon. The shopping cart Icon does not appear next to the menu.

    After reloading the page you see the cart Icon next to the menu

    If you open the product page and you put it in the shopping cart the shopping cart appears straight away.

    Can you check please again.

    #846664

    Hi,

    What is the selected option in Enfold > Shop Options > Header Shopping Cart Icon settings? Please add this in the Quick CSS field temporarily.

    .cart_dropdown {
        right: 0;
    }

    Best regards,
    Ismael

    #847114

    Hi Ismael,
    The header options are:
    Display floating on the side, but only once a product was added ..

    With Quick CSS ist is showing the Cart always. This will help for the moment.
    But I would prefer a working version ( once product was added)

    Best regards
    Ulrich

    #847582

    Hi,

    Thank you for the update.

    Please remove the previous css modification then edit the config-woocommerce > woocommerce-mod.js, look for this code around line 128:

    if( ( empty.length > 0 ) && ( 'undefined' !== typeof event ) )
    

    Replace it with:

    if( empty.length > 0 || 'undefined' !== typeof event )
    

    Let us know if it is working.

    Best regards,
    Ismael

    #850169

    Hello,
    sorry, i could not find this: if( ( empty.length > 0 ) && ( ‘undefined’ !== typeof event ) )

    #850199

    Hi,
    It is above, try looking for this:

    //	trigger changed in WC 3.0.0 - must check for event explecit
    		if( (empty.length > 0) && ( 'undefined' !== typeof event ) )

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.