• Resolved danielbmxd

    (@danielbmxd)


    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)
  • Plugin Support Sol J. a11n

    (@solstudioim)

    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 1 year, 12 months ago by Sol J. a11n.
    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    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.