Discussions
Shipping Charge Custom Field
Hi,
I am struggling to find a working solution for a custom field which will show me price depending on Weight. (and size in the future)
I have spend 3 days trying to figure out how using Netsuite help and PDF's.
Right now, I am using :
CASE {custitemcustitem_item_weight}
WHEN < 50 THEN £3.50 [ ELSE £35.00] END
but I want to enter more weights into it. I had the 50 with KG at the end to show our employee's it in K/Grams, but dont think the Case Formual will calculate freeform text.
Please can anyone help
Thanks