The cart does not exist in mobile view

2 replies · opened Nov 27, 2020

AanglingjunNov 27, 2020

The cart part does not appear when mobile view. Can you assist me on this? Thanks

AanglingjunNov 27, 2020

This product modal plus and minus button not function well.
"include/ajax/shop-item.html"

SSemicolon WebSTAFFNov 27, 2020

Hello,

  1. Simply remove the .d-none and .d-sm-block Classes to display the Top Cart icon on Mobile Devices.

  2. Consider using the following code at the bottom of the Page after the js/functions.js JS File Linking:
    [ch_pre]
    jQuery('[data-lightbox="ajax"]').on('mfpAjaxContentAdded', function(e) {
    SEMICOLON.widget.cartQuantity();

    });
    [/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard