PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

[WOOCS LABS] Adapting Facebook for WC (official Facebook plugin)

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi, The currency switcher plugin is causing facebook to pull the product feed in the wrong currency. It needs to pull in the default LKR, but is now pulling in USD.

 

Hello

Ok!  I added the plugin to the adaptation queue

Hello

Please  do a test!

Generate  new  feed  file.

Hi Pablo,

It seems to be syncing in Rupees, can you tell me what changes I must do to the live site for it to have the same effect?

Also, it always syncs back in Rupees when I do a force resync, so we will have to again check tomorrow to see if it changes automatically to USD.

Regards,

Hello

In  file  - \wp-content\plugins\facebook-for-woocommerce\includes\fbproductfeed.php - ( https://c2n.me/48Oqgbl.png )

if (class_exists('WOOCS')) {
global $WOOCS;
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$WOOCS->reset_currency();
}
}

Hi this seems to have worked. Thanks alot!

Hello

Welcome;)