In the custom shipping logic, you would set it up as follows:
1. Put "0" in the shipping field of the products in the database.
2. In the shipping settings area of the manager answer "YES" to the question,
Use custom logic?
3. Answer "NO" to 'If using Custom Logic, is shipping measured by weight?'
4. In the custom shipping logic box put:
Code:
@sc_shipping_logic = ( "Standard||1-||8.00",
"2day||1-||15.00",
"Express||1-||22.00",
"International||1-||16.00");
#
$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);
5. Answer "NO" to the question: Use the SBW (Ship By Weight for FedEx/UPS/USPS) module?
6. Set up the shipping options on the order form:
Code:
<SELECT NAME="Ecom_ShipTo_Method">
<OPTION VALUE="Standard Domestic(Standard)">Standard Domestic</OPTION>
<OPTION VALUE="UPS 2nd Day(2day)">UPS 2nd Day</OPTION>
<OPTION VALUE="UPS Express(Express)">UPS Express</OPTION>
<OPTION VALUE="International Standard(International)">International Standard</OPTION>
</select>
HTH!
_________________
God Bless!
Bonnie - AgoraCart Moderator
Get a Gold Membership