Discussions
WSDK and currency selection
So I've searched and tried all the examples. I can't get my currency selection to change.
I load the tag with <script src='http://shopping.netsuite.com/app/site/backend/setshoppercurrency.nl?selcurrency=6'></script>
Then try to load the price of a product
<script src='http://shopping.netsuite.com/app/site/query/getitemprice.nl?c=655414&n=1&id=809'></script>
It should display
20,500.00
But it's still displaying USD of $279.00
I've even tried
http://shopping.netsuite.com/app/site/query/getitemprice.nl?c=655414&n=1&id=809&selcurrency=6
I have WSDK enabled. It shows prices and add to cart buttons correctly. But I can't get the currency to change. Any ideas I can try?