-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define Currency in Shortcodes #123
Comments
Hi @ekamran - All of our APIs support the currency field. Can you provide a specific example of which shortcode you are trying to use? |
Wow, finally a response after 15 months of waiting. This is a sample product shortcode: It will show a product in the currency I selected in the plugin settings. But since, I have multiple markets to cater to, For Indian Market For US Market Notice the additional |
Ah, I see. In essence, this above issue is a new feature request, since the product catalog is currently imported into your local WordPress installation by calling the API's catalog endpoint with your reseller's default market/currency selections that are set in the Reseller Control Center (i.e. the API call that is made is along the lines of https://www.secureserver.net/api/v1/catalog/1592/products?currencyType=USD&marketId=en-US). The WordPress plugin does not currently support duplicate products in a different market/currency. So, in order to have a true multi-currency WordPress site, you will need to do something similar to what you are doing above by having separate WordPress sites. I am flagging this as a feature request and notifying our teams to see when we can get this type of addition prioritized. |
Is it possible to add CURRENCY feature in the Shortcode itself?
I live in India but major market is USA.
Instead of making 2 different sites with default currency,
I can simply add currency=inr & the price will be listed in Indian Currency.
This will save me from creating 2 different WordPress sites, what say?
The text was updated successfully, but these errors were encountered: