|
|
Ecommerce Incremental handling Charges for IMScart V3.0An 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.
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.
|