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!
Customizing checkout (specifically shipping) with scripts
Our client wants to offer different shipping options by state (in the US).
I found this article with some vague descriptions of how to do this:
http://suite-ideas.blogspot.com/2009/11/managing-regional-web-shipping-methods.html
Specifically:
To take this to the next level, you need to add some smarts to your checkout. To do this, you need to create an index of your shipping methods and an index of shipping zones by state, province or territory. A script is then used to detect which state the customer is shipping to and only show the correct methods. If the user has not selected an appropriate method, the script will not allow the order to submit and will display an error.
0