[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Shipping is killing me
> >
> >Is like my syntax is wrong in shipping.asc
> >
> >Non of this explains the message I get in the wizard when setting up
> >shipping. i don't remember seeing that until I updated to 4.8.6 but I
> >can't
> >be curtain.
> >
> >Thanks,
> >
> >Chris Slaght
>
> Try following this thread:
>
http://interchange.redhat.com/pipermail/interchange-users/2001-July/010100.h
tml
>
> I'm pretty sure the default mode in 4.8.5+ is for the checkout page to
> suppress zero values in the shipping options.
>
> Here is a cut of code from my checkout page that you might want to try:
>
> [comment]
> <SELECT NAME=mv_shipmode onChange="this.form.submit()">
> [loop option=mv_shipmode
> list=|[data table=country key='[default country US]'
col=shipmodes]|
> ]
> <OPTION VALUE="[loop-code]"> [shipping-desc [loop-code]]: [shipping
> [loop-code]]
> [/loop]
> </SELECT> (Will Update Display)<br>
> [/comment]
> <SELECT NAME=mv_shipmode onChange="this.form.submit()">
> [shipping
> label=1
> mode=|[data table=country key='[default country US]'
> col=shipmodes]|
> ]
> </SELECT> (Will Update Display)<br>
>
Steve,
The code that you send me (above) worked great. Thanks!
Chris Slaght