Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-08-2002 17:12:35

Guest
Guest

Two Shipping Methods

Here I go again!

I'm trying to get two shipping methods set up in the custom ship script for 3.6 based on the below values:

Two shipping methods:

Method One UPS - Tiered based on these values:
----------------------------------------------
if ($ship_calc_total >= "0" && $ship_calc_total <= "5.00") {

$temp_shipping_total = ($foreign_surcharge_method_one + 2.00);

} elsif ($ship_calc_total > "5.00" && $ship_calc_total <= "30.00") {

$temp_shipping_total = ($foreign_surcharge_method_one + 8.00);

} elsif ($ship_calc_total > "30.00" && $ship_calc_total <= "50.00") {

$temp_shipping_total = ($foreign_surcharge_method_one + 11.00);

} elsif ($ship_calc_total > "50.00" && $ship_calc_total <= "75.00") {

$temp_shipping_total = ($foreign_surcharge_method_one + 16.00);

} else{


$temp_shipping_total = ($foreign_surcharge_method_one + 20.00);
----------------------------------------------

and Two: Will Call - $0.00

Any suggestions?

 

#2 08-08-2002 19:27:59

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Two Shipping Methods

I think we just fixed this Guy.  Is everything ok?


Nick Hendler

Offline

 

#3 08-08-2002 19:59:51

Guest
Guest

Re: Two Shipping Methods

Everything works great!!!!!!

Thanks for the help!

 

Board footer