I need to modify the item price in the cart based ...
# suitecommerce
j
I need to modify the item price in the cart based on the selection of transaction item options in NetSuite. Using scriptable cart we were able to modify the price on the sales order, but we also need to display the modified price on the SCA (SuiteCommerce Advanced) website. For example, if an item costs $100 and we include a transaction item option like "Room of Choice (+$50)," the cart should show $150.
s
After changing the price, are you calling recalc() ?
j
Yes
We can only change the price in NetSuite using the scriptable cart, but we need to change the amount in the cart on the SCA website based on item options.
s
Is this related to Zohaib's question below?
j
Yes