X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Shipping Method Drop Down Menu (https://forum.x-cart.com/showthread.php?t=57791)

cflsystems 05-28-2011 07:10 PM

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

GMarler 06-03-2011 07:59 AM

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,

tqualizerman 03-29-2012 07:39 AM

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

dunpeal 04-17-2012 04:12 PM

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.

Learner 05-31-2013 01:16 AM

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.