View Single Post
  #4  
Old 10-01-2007, 12:24 AM
 
neroag neroag is offline
 

Senior Member
  
Join Date: May 2005
Location: UK
Posts: 171
 

Default Re: Delivery Date Chooser

Code:
{if $v.class eq "Delivery Date"} <SELECT id="po{$v.classid}" name="{$poname} onchange="javascript: check_options();"> {html_options values=$del_days|date_format:"%A, %b %e" output=$del_days|date_format:"%A, %b %e"} </SELECT> {/if}

Nice Mod,
I have it all working apart from it actually appearing on the invoice.
When i select the date from the drop down options it doesnt copy the selected option into the text field, is there a way to get the selected date to populate the Text field called 'Delivery Date'

Can anyone help out ?

Thanks
__________________
X-cart Gold - 4.0.18 - 4.1.9 - 4.1.10 - 4.3.0
Reply With Quote