[interchange-bugs] [Bug 539] New: Date Selector Widget Not Passing Form Data

bugzilla-daemon at icdevgroup.org bugzilla-daemon at icdevgroup.org
Sat Sep 6 00:21:49 EDT 2003


http://www.icdevgroup.org/bugs/show_bug.cgi?id=539

           Summary: Date Selector Widget Not Passing Form Data
           Product: Interchange
           Version: 4.9.8
          Platform: PC
               URL: http://www.tgdesigns.net
        OS/Version: Red Hat Linux (RPM)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Foundation
        AssignedTo: mike at valuemedia.com
        ReportedBy: batschelet at exactasphere.com


Ok this is an odd little bug because when I fresh installed 4.9.8 (yesterday) 
I could of sworn that the date widget worked correctly. 

Here is the problem: 

Interchange is creating the following form information for the date selector 
widget. (I left out the other options for sake of space) 

ex item page 00005.html 

Code: 
<input type=hidden name="mv_item_option" value="date"> 
<SELECT NAME="mv_order_date"><OPTION VALUE="01">January</OPTION> 


but this value is wrong Code: 
value="date" 

It should read Code: 
value="date0" 


well atleast i tried it and it worked 

because this is what the cart is looking for and since they are different when 
you select buy now the date info does not pass to the checkout. 

Then when you are in the cart the info form data reads 

Code: 
<input type=hidden name="mv_item_option" value="date"><SELECT 
NAME="date0"><OPTION VALUE="01">January</OPTION> 



and Checkout.html reads and will not accept the date info from the cart 

Code: 
<FONT size=1><input type=hidden name="mv_item_option" value="date"><SELECT 
NAME="date0"><OPTION VALUE="01">January</OPTION> 


Its crazy the layout that interchange is creating is wrong how can i fix this 
myself i looked around for info pertaining to widgets but no luck so far. 
Please help!



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


More information about the interchange-bugs mailing list