At least 1 person has here mentioned issues with S...
# suitecommerce
p
At least 1 person has here mentioned issues with Scriptable Cart and 19.2 Can somebody remember me the details? I'm getting a customer complaint that might be related.
b
@PabloZ I had posted originally. Our issue was related to to the order total not updating when we set the shipping amount in the cart script. Our original implementation relied on the order total updating when the shipping cost was set via the changed field function. Our initial workaround was to also use the recalc function to set the shipping and then the order total would update. Someone later pointed out that if we changed one of the parameters in
nlapiSetFieldValue
, we wouldn’t need the recalc function as they had the same issue.
I was able to get to the code, it’s the firefieldchanged parameter of the function above. That needs to be set to true.
p
Thank you very much 😄