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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
tchan help me out about how can i display both dollar and RMB pricelevel1
<%=getCurrentAttribute('item', 'salesPriceHTML')%><BR />
<%=getCurrentAttribute('item','pricelevel1')%>(RMB)
this two code can display the default pricelevel HTML and this customer's currency bace priceleve1 (for exam: default 's US dollar)
now : I want to invoke two price ;
one is the default US dollar 's priceleve1 (price look like "$7.77" );
second is CHINA RMB pricelevel1's price which is different from US dollar 's priceleve1 (price look like "¥7.90" );
I want to display both of these two price !!
here is the place:
http://shopping.netsuite.com/s.nl?c=TSTDRV297427&n=3&it=A&id=186&sc=40&category=-140&whence=
0