I offer two shipping options:
ups ground residential
customer pickup
i want the ups ground to pull the fixed shipping cost i have assigned to weight field.
i want the pickup to charge 0.00 shipping.
Currently my custom shipping logic in it's entirety is as follows.
Code:
@sc_shipping_logic = ("Pickup||||0.00");$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);
how do i set up the ups ground to pull from the fixed price per item?
how do i set it up to charge tax for pickup?