Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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?