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 09-11-2002 01:15:28

mark
Member
Registered: 05-01-2002
Posts: 24

Custom Shipping options

I just want to give my customers three flat rate shipping choices using something like radio buttons:

UK mainland standard £x.xx
Mainland Europe £x.xx
Rest of world - we will contact you with price

How can I do this? Have spent many hours fiddling but getting nowhere.

Thank you in advance

Offline

 

#2 09-11-2002 08:22:02

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

Re: Custom Shipping options

That custom shipping script would look like this:

print <<ENDOFTEXT;

<INPUT TYPE="RADIO" NAME="shipinfo" VALUE="UK Mainland Standard:x.xx" CHECKED> <FONT FACE="$html_base_font_face" SIZE="$html_base_font_size" COLOR="$html_base_font_color">UK Mainland Standard - £x.xx<BR>

<INPUT TYPE="RADIO" NAME="shipinfo" VALUE="Mainland Europe:x.xx" CHECKED> <FONT FACE="$html_base_font_face" SIZE="$html_base_font_size" COLOR="$html_base_font_color">Mainland Europe - £x.xx<BR>

<INPUT TYPE="RADIO" NAME="shipinfo" VALUE="Rest Of The World:0.00" CHECKED> <FONT FACE="$html_base_font_face" SIZE="$html_base_font_size" COLOR="$html_base_font_color">Rest Of The World - We'll contact You With A Price<BR>

ENDOFTEXT

Just replace the four x.xx's with your prices.


Nick Hendler

Offline

 

#3 09-11-2002 16:01:41

mark
Member
Registered: 05-01-2002
Posts: 24

Re: Custom Shipping options

Thanks for speedy response will give it a try and let you know how I get on

Offline

 

#4 09-12-2002 16:09:35

mark
Member
Registered: 05-01-2002
Posts: 24

Re: Custom Shipping options

Script worked perfectly

THANKS!

Offline

 

Board footer