Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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?
0