cluster Posted October 27, 2015 Share Posted October 27, 2015 is it possible to add a selected option in the domain ext dropdowan list template? service order URL > choose domain name 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 27, 2015 Share Posted October 27, 2015 if you mean via a template edit, then you could modify adddomain.tpl and change the following... <option value="{$listtld}"{if $listtld eq $tld} selected="selected"{/if}> to... <option value="{$listtld}"{if $listtld eq ".lu"} selected="selected"{/if}> the dropdown would then default to showing .lu as the selected choice. the above code is taken from standard_cart, but there should be equivalent code in the other order-form templates... 0 Quote Link to comment Share on other sites More sharing options...
cluster Posted October 27, 2015 Author Share Posted October 27, 2015 thanks, that worked configureproductdomain.tpl 0 Quote Link to comment Share on other sites More sharing options...
estudioit Posted February 2, 2016 Share Posted February 2, 2016 thanks !!!!!!!!!!!!!!!!!!!!!!!!! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.