• Resolved heshamtecom

    (@heshamtecom)


    Dears

    After switching currency, the website shows loading sign and keep loading forever>

    If I switch to usd and then open a new tab, i can see the prices in usd

    The problem when i switch, the current page does not load with the new currency

    Please help

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello heshamtecom,

    Please edit and replace the code in ‘/plugins/woo-multi-currency/js/woo-multi-currency-cart.js’ by this code.

    ‘use strict’;
    jQuery(document).ready(function () {
    if (typeof wc_cart_fragments_params === ‘undefined’ || wc_cart_fragments_params === null) {
    } else {
    sessionStorage.removeItem(wc_cart_fragments_params.fragment_name);
    }
    });

    Or you can wait for an update of the plugin in next few days.

    Thread Starter heshamtecom

    (@heshamtecom)

    Thanks a lot, all done…

    I am thinking of buying the pro version, however, just wondering if i can change the location from the side bar to the top menu like this

    https://www.dropbox.com/s/f7ccuff9kbycxyl/index.jpeg?dl=0

    Please let me know

    Thanks

    Yes, you can.
    The plugin provides widgets to switch currency. It is also available on the free version. So you may try to put a widget there by visit Appearance/ Widgets. You also can use shortcodes to put widgets there. Find shortcodes at https://villatheme.com/extensions/woo-multi-currency/

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Website stop loading after switching currency’ is closed to new replies.