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:
By Subtotal
10 2.50
20 3.75
30 5.25
40 5.80
50 6.10
over 6.50
IMScart reads the above (customer configurable) file like a price schedule. If the order's subtotal is $10.00 or less, this calculation's charge is $2.50; if the subtotal is $20.00 or less (so, $10.01-$20.00), the charge is $3.75; and so on.
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.
Handling charges can be added/deleted/changed in the admin.area: menu "Products" => submenu "Handling Charges". Handling charges information will be stored in the inc\templates\Reg_Handling.calc file.
This option will be enabled only if HANDLING_ENABLE constant set to 1 in Edit_Config.

Follow our latest developments: