• the ajax cart works perfectly for the first time the page loads,
    but if refreshed shows the default currency in ajax cart

    • This topic was modified 4 years, 7 months ago by ks1595.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello @ks1595,

    Our plugin trying to work with any AJAX request, but in your case it seems do not work.
    You can try to add this custom code to your site
    jQuery(document.body).on('updated_cart_totals', function() {ce_money_replace();});

    Regards,
    Oleg

    Thread Starter ks1595

    (@ks1595)

    Thank you, this worked for me

    
    jQuery(document).ready(function( $ ){
        ce_money_replace();
    });
    
    • This reply was modified 4 years, 7 months ago by ks1595.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘It works for the products but the ajax cart is showing the same price’ is closed to new replies.