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 05-29-2001 14:59:49

AMARJEET
Member
Registered: 05-24-2001
Posts: 7

I have a shipping cost by email of $0.50

But when somebody is adding anything, it's showing sometimes $3.95 or $4.95 I cann't even figure out why it's showing that , Please I need to know this, It's very urgent & important. Please advice me why this is happening.

Thanks

Offline

 

#2 06-05-2001 07:22:02

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

Re: I have a shipping cost by email of $0.50

Use the custom shipping script and follow the directions in the manual.  You've either got the default method turned on or you're using UPS on CCP4.  In any event, turn custom shipping on and read the manual to find out how to create a custom shipping script to do what you're doing.

Here's what I'd do for the custom script:

#########
######### START CUTTING AND PASTING INTO CUSTOM SCRIPT
#########

sub site_store_shipping_custom {

print <<ENDOFTEXT;

There is currently one available shipping option - Email. Your shipping is $0.50.<BR><BR>

<INPUT TYPE="HIDDEN" NAME="trship" VALUE="Email::0.50">

ENDOFTEXT

}

#########
######### END CUTTING AND PASTING INTO CUSTOM SCRIPT
#########

That's it!


Nick Hendler

Offline

 

#3 06-09-2001 16:56:18

Guest
Guest

Re: I have a shipping cost by email of $0.50

Thanks for your great help.

 

Board footer