| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
shipping options drop down menu = bad!! | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() I don't want the shipping options to be chosen from a drop down menu. How dop I get them all to display and then have the customer pick a radio button? Is this possible?
__________________
xcart 5.1.2 |
|||||||||
#2
|
|||||||
|
|||||||
![]() moved to Shipping Issues
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4 |
|||||||
#3
|
|||||||||
|
|||||||||
![]() its not reeeeeeeealy a shipping issue but a layout issue. Soooooooooo...
![]()
__________________
xcart 5.1.2 |
|||||||||
#4
|
|||||||
|
|||||||
![]() Ok, no problem... back to template editing...
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4 |
|||||||
#5
|
|||||||||
|
|||||||||
![]() doesn't matter to me where it's posted... any idea how to change it???
![]() ![]()
__________________
xcart 5.1.2 |
|||||||||
#6
|
|||||||
|
|||||||
![]() If you look at cart_totals.tpl, you'll see some {if} statements in there for UPS. Basically it says, if UPS is turned on and the only method, use radio buttons. Play around with those {if} statements and you can get the radio buttons to show for all methods.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#7
|
|||||||||
|
|||||||||
![]() grasiass senioreator!
__________________
xcart 5.1.2 |
|||||||||
#8
|
|||||||||
|
|||||||||
![]() can you tell me exactly what you did to change this so i can do it as well? Thank you!
__________________
Katie Carron Cape Cod Nutrition Corner www.capecodnutrition.com Top Supplements Online www.topsupplementsonline.com X-Cart Gold 4.1.7 |
|||||||||
#9
|
|||||||||
|
|||||||||
![]() Quote:
change this code <SELECT name="shippingid" onchange="document.cartform.submit()"> {section name=ship_num loop=$shipping} <OPTION value="{$shipping[ship_num].shippingid}" {if $shipping[ship_num].shippingid eq $cart.shippingid}selected{/if}>{$shipping[ship_num].shipping|trademark:$insert_trademark:"alt"}{if $config.Appearance.display_shipping_cost eq "Y" and ($login ne "" or $config.General.apply_default_country eq "Y" or $cart.shipping_cost gt 0)} ({include file="currency.tpl" value=$shipping[ship_num].rate}){/if}</OPTION> {/section} </SELECT> to {section name=ship_num loop=$shipping} <INPUT type="radio" name="shippingid" value="{$shipping[ship_num].shippingid}" {if $shipping[ship_num].shippingid eq $cart.shippingid}checked{else}onclick="document.ca rtform.submit()"{/if}>{$shipping[ship_num].shipping|trademark:$insert_trademark:"alt"}{if $config.Appearance.display_shipping_cost eq "Y" and ($login ne "" or $config.General.apply_default_country eq "Y" or $cart.shipping_cost gt 0)} ({include file="currency.tpl" value=$shipping[ship_num].rate}){/if}<br /> {/section}
__________________
Dongan MercuryMinds Technologies Professional X-Cart Design, X-Cart Development, X-Cart Customization Services www.mercuryminds.com Follow us at Facebook / Twitter |
|||||||||
#10
|
|||||||||
|
|||||||||
![]() Thank you for your help Dongan. I changed the code on the page but it did not change anything at all. Please go to my site if you don't mind and see what it looks like on the page if you have a minute after adding something to the cart.
www.topsupplementsonline.com
__________________
Katie Carron Cape Cod Nutrition Corner www.capecodnutrition.com Top Supplements Online www.topsupplementsonline.com X-Cart Gold 4.1.7 |
|||||||||
|
|||
X-Cart forums © 2001-2020
|