New Landing How can we help? Themeforest Theme Support Dante Custom JS and update cart button doesn't work

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #178710
    triinum
    Member
    Post count: 45

    Hi. The “update cart” button doesn’t work (tried disabling plugins or any custom code) and I put this in my custom JS, it doesn’t work either:

    <script type=”text/javascript”>

    jQuery(document).ready(function($){

    {$(‘.arve-checkbox input[type=”checkbox”]’).on(‘click’, function () {
    $(‘.arve-text’).slideToggle();
    });

    alert(‘Custom jquery Code has been executed’);
    });

    });
    </script>

    #178735
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove your js code and use this correct code:-

    <script type="text/javascript">
    jQuery(document).ready(function($){
    $('.arve-checkbox input[type="checkbox"]').on('click', function () {
    $('.arve-text').slideToggle();
    });
    alert('Custom jquery Code has been executed');
    
    });
    </script>

    Thanks
    Mohammad

    #178833
    triinum
    Member
    Post count: 45

    what about the update cart button on cart page?

    #178842
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Why are you not using my last reply code? My code and your code is different.
    Thanks
    Mohammad

    #178920
    triinum
    Member
    Post count: 45

    I’m sorry, didn’t have time to insert it, it’s there and working now, thanks. But update cart still not working.

    #178972
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am able to update cart many times as i tested.
    Thanks
    Mohammad

    #179250
    triinum
    Member
    Post count: 45

    Should’ve probably say, that I’m using Opera browser.

    #179374
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please clear the cache of browser and check.
    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register