View Single Post
  #9  
Old 01-03-2008, 10:20 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Change shipping options to radio buttons instead of a dropdown box

IT is this bit:

{if $active_modules.UPS_OnLine_Tools ne "" and $config.Shipping.realtime_shipping eq "Y" and $config.Shipping.use_intershipper ne "Y" and $current_carrier eq "UPS" and $force_delivery_dropdown_box ne "Y"}

Replace it with this instead and see if it works. MAKE A BACKUP FIRST!

{if $config.Shipping.use_intershipper ne "Y"}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote