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!
Changing shipping method for Cart Estimator on-the-fly
Has anyone figured out how to use setShippingMethod() from the shopping cart?
I need to do something in Elbrus for SiteBuilder that I've always been able to do with regular SiteBuilder, and Reference Checkout for SiteBuilder: that is change the shipping method that is used for the Shipping Estimator on-the-fly.
I have customers that provide free shipping if the discounted sub-total is over a certain amount and the customer category is a specific one and the shipping is to specific states.
Before I used to just read those values, run various calculations and tests then reset the shipping method using the old siteBuilder calls via an iFrame. Then reload the page if needed and the new shipping method is used.