Jump to content

New Address Not Selected for Delivery


happyhoundweb

Recommended Posts

Hi all.

 

When a customer adds a new address for delivery it is not automatically selected by the combobox, instead it sticks with the already selected address or the one at the top of the list.

 

I have edited order-address.tpl in particular the below line, but no luck yet.

<option value="{$address.id_address|intval}" {if $address.id_address == $cart->id_address_delivery}selected="selected"{/if}>{$address.alias|escape:'htmlall':'UTF-8'}</option>

Is there anyway around this?

 

Thanks,
Dan

Edited by happyhoundweb (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...