Quote from michellemarin on June 10, 2020, 18:11
Hi there, I'm using woocs currency switcher to display a different fixed price by country. (Displays based on the user's location).
I'm pulling in the different fixed prices for each country of my products into a gravity form on my website.
So far I've used meta_key "_price" (woocommerce) from the database to retrieve the default price (USD).
And meta_key "_woocs_regular_price_CAD" to show my 2nd currency price for Canada users. Both meta_keys have worked successfully to import the first 2 fixed price by country.
However, now that I'm using the premium plugin to add more currencies, I don't see the corresponding meta_keys: "_woocs_regular_price_GBP", or "_woocs_regular_price_EUR" in the database to retrieve my new fixed pricing for my 2 additional countries.
Is there a known workaround to retrieve the product fixed price for "EUR" and "GBP" another way? (ie. database, filter, etc.)
My purchase code and ID is below. I look forward to hearing from you.
Sincerely, Michelle
 
PRIVATE DATA
Hi there, I'm using woocs currency switcher to display a different fixed price by country. (Displays based on the user's location).
I'm pulling in the different fixed prices for each country of my products into a gravity form on my website.
So far I've used meta_key"_price" (woocommerce) from the database to retrieve the default price (USD).
And meta_key"_woocs_regular_price_CAD" to show my 2nd currency price for Canada users. Both meta_keys have worked successfully to import the first 2 fixed price by country.
However, now that I'm using the premium plugin to add more currencies, I don't see the corresponding meta_keys:"_woocs_regular_price_GBP", or"_woocs_regular_price_EUR" in the database to retrieve my new fixed pricing for my 2 additional countries.
Is there a known workaround to retrieve the product fixed price for"EUR" and"GBP" another way? (ie. database, filter, etc.)
My purchase code and ID is below. I look forward to hearing from you.
Sincerely, Michelle
 
PRIVATE DATA