I'm trying multiply discount_v times item_qty + total_discount but i keep getting the error Microsoft VBScript runtime error '800a000d' Type mismatch.
Can anyone tell me what I'm doing wrong, please! Here is the code I am using:
total_discount = (discount_v * item_qty) + total_discount