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!
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