[ic] Shipping Method Popup

Henry Hartley interchange-users@interchange.redhat.com
Mon Oct 29 14:48:00 2001


>> -----Original Message-----
>> From: Götz Verdieck [mailto:goetz.verdieck@com4office.de]
>> Sent: Monday, October 29, 2001 1:48 PM
>> 
>> I had the same problem. The loop over the shipping methodes 
>> has a bug. But you can solve it, when you insert the
>> following code to the checkout.html:
>> 
>>      <SELECT NAME=mv_shipmode>
>>        [loop option=mv_shipmode
>>         list=|[data table=country key='[default country US]' 
>>           col=shipmodes]|
>>         ]
>>         <OPTION VALUE="[loop-code]"> [shipping-desc 
>>            [loop-code]]
>>       [/loop]
>>     </SELECT>
>> 
>> I hope this helps.

Indeed.  Thanks much.

-- 
Henry Hartley