hardsksk21
Forum Replies Created
-
Forum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] Overlapping of tickersWorked
ThanksHello Thu P.
Yes I have been asking Woo Commerce Multi Currency premium support for this issue for almost 15 days now but still no luck. I even gave them this link on the very first day itself showing some other multi currency plugin had the same issue and they were able to fix the same with with below mentioned code but my plugin guys couldnt fix the same and are insisting me to contact facebook by woo-commerce support for the same so I cam hereif (class_exists(‘WOOCS’)) { global $WOOCS; $currrent = $WOOCS->current_currency; if ($currrent != $WOOCS->default_currency) { $WOOCS->reset_currency(); } }
Hello Sol,
Hope you are doing well
I tried the same and still facing the same issue. I am not sure whether its an issue with the Facebook Woo Commerce Plugin or The Multi Currency Plugin that I am using. And it doesnt happen for all my products. It just randomly appears for few of my products.So out of 200 products that are synced everytime, around 2-3 show in Dollars in every sync. https://snipboard.io/IAiKhO.jpg
I raised a ticket in the multi currency support too but they also werent able to provide me with any solution yet.Hope I can get some help from here.
TIA,
Hardik- This reply was modified 3 years, 9 months ago by hardsksk21.
Hello Rahul & Dani,
Thank you for replying.
I have set the default currency as INR in my multicurrency plugin. https://snipboard.io/PUOB57.jpgI also tried this snippet of code but it didnt work. The Facebook for woocommerce plugin still pushes data for few products in USD. https://snipboard.io/TigB19.jpg