• Resolved simonph

    (@simonph)


    Hi,

    Is there any way to change the currency via cookie or other (but not URL parameter)?
    Looking to perform the same action as using the currency switcher, but doing it through code rather than having to use the switcher. Doing a project where people should only see a currency based on certain user roles.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Oscar Gare

    (@oscargare)

    Hi,
    In PBoC the product price and the shop currency are based on the customer country.
    To change the currency, you need to change the current “pricing zone” by changing the customer country.

    To change the customer country, you can use the function:

    wcpbc_set_woocommerce_country( $country_code )

    I hope this helps you.

Viewing 1 replies (of 1 total)
  • The topic ‘Change currency via code?’ is closed to new replies.