Home › Forums › WoodMart support forum › WP Rocket caching woodmart in USD
WP Rocket caching woodmart in USD
- This topic has 7 replies, 2 voices, and was last updated 1 year, 9 months ago by
Luke Nielsen.
-
AuthorPosts
-
June 6, 2023 at 4:58 pm #473076
in.albasirParticipantIm using fox currency my default currency in both woocommerce and Fox Currency is INR, but WP Rocket caching everything in dollars
June 7, 2023 at 9:20 am #473166
Luke NielsenKeymasterHello,
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
June 7, 2023 at 10:04 am #473180
in.albasirParticipantOk 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
Attachments:
You must be logged in to view attached files.June 7, 2023 at 2:13 pm #473264
Luke NielsenKeymasterHello,
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
June 7, 2023 at 3:38 pm #473306
in.albasirParticipantYes it should be converted, if its 1000INR, when we switch to usd it should changed to which is 12.12 United States Dollar
June 7, 2023 at 4:27 pm #473328
Luke NielsenKeymasterHello,
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
June 8, 2023 at 7:47 am #473442
in.albasirParticipantI switched to CURCY – Multi Currency for WooCommerce because to be compatible with WP Rocket, Please add support for it
June 8, 2023 at 3:06 pm #473574
Luke NielsenKeymasterHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register