|
|
Ecommerce Incremental handling Charges
An incremental charge is where you
increment the charge based on the order quantity or subtotal. In this
case, the first value is the amount to compare against the subtotal or
quantity, and the second value is the charge.
Thus, in admin. we have a setup page
that looks like this: IMScart ecommerce product section uses the first line of the file to decide which value to compare to (in this case, the subtotal), then moves down line by line seeing if this value is less than or equal to the first field of the line. If a match is made, the second field on that line is the charge for the calculation.
|