Title: Multicurrency issues
Last modified: November 27, 2022

---

# Multicurrency issues

 *  Resolved [danielbmxd](https://wordpress.org/support/users/danielbmxd/)
 * (@danielbmxd)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/multicurrency-issues/)
 * Hi, I’m using the Premmerce Multi-currency for Woocommerce plugin, where I have
   set the base currency to be USD (hidden from the user) and the secondary currency
   to be the Peruvian sol PEN (visible).
 * The price that is synchronized with Facebook is the dollar with a peruvian sol(
   PEN) sign.
 * Example: price in product sheet 10 USD (edition)
    price visible to users on the
   web (40 PEN) price in facebook shop 10 PEN.
 * Add the following line of code to show at least dollars as currency, but it doesn’t
   work
    function sv_facebook_for_woocommerce_integration_prepare_product_set_currency(
   $product_data ) { $product_data[‘currency’] = ‘USD’; return $product_data; } 
   add_filter( ‘facebook_for_woocommerce_integration_prepare_product’, ‘sv_facebook_for_woocommerce_integration_prepare_product_set_currency’,
   10, 1 );

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

 *  [Sol J. a11n](https://wordpress.org/support/users/solstudioim/)
 * (@solstudioim)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/multicurrency-issues/#post-16239008)
 * Hi there,
 * > I’m using the Premmerce Multi-currency for Woocommerce plugin, where I have
   > set the base currency to be USD (hidden from the user) and the secondary currency
   > to be the Peruvian sol PEN (visible).
 * The plugin isn’t working well with a multi-currency setup, therefore, please 
   consider that you’re either using just US Dollar or Peruvian sol PEN.
 * I hope that helps!
 * If you have any other questions, do not hesitate to let us know!
    -  This reply was modified 3 years, 4 months ago by [Sol J. a11n](https://wordpress.org/support/users/solstudioim/).
 *  [Gabriel – a11n](https://wordpress.org/support/users/gabrielfuentes/)
 * (@gabrielfuentes)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/multicurrency-issues/#post-16276314)
 * Hey there! 👋
 * Since we haven’t heard from you in a while, I’m marking this as resolved. We’ll
   be here if and/or when you’re ready to proceed.
 * Cheers.

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

The topic ‘Multicurrency issues’ is closed to new replies.

 * ![](https://ps.w.org/facebook-for-woocommerce/assets/icon.svg?rev=3469606)
 * [Meta for WooCommerce](https://wordpress.org/plugins/facebook-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-for-woocommerce/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Gabriel – a11n](https://wordpress.org/support/users/gabrielfuentes/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/multicurrency-issues/#post-16276314)
 * Status: resolved