![]() |
Re: Shipping Method Drop Down Menu
Add the option and put selected="selected" without any conditions and take out the condition for selected from the other options
|
Re: Shipping Method Drop Down Menu
How about a way to do away with the drop down box and just show all shippings methods together sorted by price so that the customer can choose the best shipping method for themselves?
Thanks, |
Re: Shipping Method Drop Down Menu
@GMarler - the solution for this can be found here:
http://forum.x-cart.com/showthread.php?p=322593#post322593 |
Re: Shipping Method Drop Down Menu
I have tried to set default shipping method like this
{* $Id: select_carrier.tpl,v 1.1 2010/05/21 08:32:18 joy Exp $ vim: set ts=2 sw=2 sts=2 et: *} <select{if $name} name="{$name}"{/if}{if $id} id="{$id}"{/if}{if $onchange} onchange="{$onchange}"{/if}> {if $is_other_carriers_empty ne "Y"} <option value=""{if $current_carrier ne "FedEx Home Delivery"} selected="selected"{/if}>{$lng.lbl_other_carriers}</option> {/if} </select> in the select_carrier.tpl but it is not defaulting to fedex home delivery. |
Re: Shipping Method Drop Down Menu
i use xcart4.5.4 how can i use this?
|
All times are GMT -8. The time now is 05:23 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.