Home Forums WoodMart support forum WP Rocket caching woodmart in USD

WP Rocket caching woodmart in USD

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #473076

    in.albasir
    Participant

    Im using fox currency my default currency in both woocommerce and Fox Currency is INR, but WP Rocket caching everything in dollars

    #473166

    Luke Nielsen
    Keymaster

    Hello,

    Please read the below article from WP Rocket on how to use multiple currency plugins with WP Rocket.

    https://docs.wp-rocket.me/article/1545-using-multiple-currency-plugins

    Don’t hesitate to let me know if you need any further help or any other info

    Kind Regards

    #473180

    in.albasir
    Participant

    Ok here is issue im using

    1000INR Free shipping bar of woodmart

    when currency is changed in USD and suppose product is over 1000INR Value in usd its treated in hundreds

    https://prnt.sc/bBbT-QdjuBir

    Attachments:
    You must be logged in to view attached files.
    #473264

    Luke Nielsen
    Keymaster

    Hello,

    On my side I see the 1k for each currency, here is a video: https://take.ms/CRipK

    So as I right you understood, it is not the correct work of the free shipping bar?

    I look forward to hearing back from you!

    Kind Regards

    #473306

    in.albasir
    Participant

    Yes it should be converted, if its 1000INR, when we switch to usd it should changed to which is 12.12 United States Dollar

    #473328

    Luke Nielsen
    Keymaster

    Hello,

    The “Free Shipping bar” only works with these multi-currency plugins:

    https://wordpress.org/plugins/woocommerce-currency-switcher/

    https://wordpress.org/plugins/woocommerce-multilingual/

    At the moment, the Fox currency switcher is not working with the shipping bar, unfortunately.

    Kind Regards

    #473442

    in.albasir
    Participant

    I switched to CURCY – Multi Currency for WooCommerce because to be compatible with WP Rocket, Please add support for it

    #473574

    Luke Nielsen
    Keymaster

    Hello,

    You can add support yourself using the currency converter function of the plugin. All you need to do is contact the support of the plugin so that they give a function that will convert the currency and insert the function that will be given to you instead of this one convert_price.

    add_filter( 'woodmart_shipping_progress_bar_amount', function ( $price ) {
    		return convert_price( $price );
    	} ); 

    When the plugin sends the code, please share it with us and we will include this plugin in support

    Kind Regards

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