[ic] Shipping

Jim Balcom interchange-users@lists.akopia.com
Thu Jul 12 18:39:01 2001


On Thu, 12 Jul 2001, Jillian Carroll wrote:

JC>>I've been trying to remove the shipping from my site... with no luck.  I'm
JC>>currently getting the message: Note: No match found for mode 'upsg',
JC>>quantity '', returning 0.  on my checkout page.
JC>>
JC>>I can't find anything on that page that appears to be referencing this.  Any
JC>>ideas would be much appreciated.

Why not just set up a shipping method of 0 to 9999999999999 pounds as
no cost? This won't remove the shipping annotation on the check out
page, but it will make the shipping cost zero.

To me, this is better than totally removing all mention of shipping
since the customer is now explicitly informed that the shipping cost is
zero.

In my shipping.asc here is one line (pulled at random)

air_A   Int'l Air A     weight  0       100     f 8 + @@TOTAL@@ * 2.50   {}

I suspect that  if you change that '8 + @@TOTAL@@ * 2.50' to:
'@@TOTAL@@ * 0'

And you change that '100' to '9999999'

And then specify air_A as your shipping method for all of the countries
that you ship to, that you will get a shipping charge of zero on your
sales.

(I'm only guessing here. I haven't tried this out>)

You can also probably change that "Int'l Air A" to "Free Shipping"
 
-= Jim =-

----------------------------------------------------------------
Jim's Linux-Operated Underground Bomb Shelter

Tagline for Thursday, July 12, 2001 at 18:30 PM:
Christmas comes, but once a year is enough.

----------------------------------------------------------------
This Linux System has been up 71 hours  

My web page: http://www.idk-enterprises.com
----------------------------------------------------------------