Has anyone here implemented shipping and handling ...
# suitecommerce
c
Has anyone here implemented shipping and handling charges? I have a customer who would like to add a secondary item when adding an item to the cart as a handling charge. I can't come up with a clean way to do this.
h
I'm not super familiar but I have seen that you can add Handling and Shipping rates to a Ship Item in NetSuite. Maybe start there for now
k
What is the item of the secondary item? We have done this using a scriptable cart script.
t
I’ve done it but I wouldn’t call it clean. I built a script that audits and updates the cart if necessary, every time something is added or removed from the cart. It’s part the backend bundle tied to the SSP app
k
We had to use a scriptable cart script because the item was an “Other Charge for Sale” item, which isn’t supported on the web store.
f
Does it have to be a secondary item? Why not using netsuite native functionality?
👍 1
c
@Flo Native functionality?