Store owner is getting numerous reports from customers that they are getting errors with the State/Province field. The site ships gift baskets and I never realized that so many people did know know State Abbreviations. It looks like this field needs to be converted to a drop down select. Can I copy the code from another screen such as the ACAD screen?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
OCST State Drop down select
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
 OCST State Drop down selectLeslie Kirk
 Miva Certified Developer
 Miva Merchant Specialist since 1997
 Previously of Webs Your Way (aka Leslie Nord leslienord)
 Email me: [email protected]
 www.lesliekirk.com
 
 Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
 Tags: None
 
- 
	
	
		
		
		
		
		
		
		
	
	
 Hi Leslie,
 
 Are you referring to when the country is not United States?Matt Zimmermann
 
 Miva Web Developer
 Alchemy Web Development
 https://www.alchemywebdev.com
 Site Development - Maintenance - Consultation
 
 Miva Certified Developer
 Miva Professional Developer
 
 https://www.dev4web.net | Twitter
 
- 
	
	
		
		
		
		
		
		
		
	
	
 No, this site only ships to the United StatesOriginally posted by Matt Zimmermann View PostHi Leslie,
 
 Are you referring to when the country is not United States?
 
 
  Leslie Kirk Leslie Kirk
 Miva Certified Developer
 Miva Merchant Specialist since 1997
 Previously of Webs Your Way (aka Leslie Nord leslienord)
 Email me: [email protected]
 www.lesliekirk.com
 
 Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
 
 Comment
- 
	
	
		
		
		
		
		
		
		
	
	
 By default, the Levels ReadyTheme has the state list as a select when the country is set to United States. Has the code been modified for this site?Matt Zimmermann
 
 Miva Web Developer
 Alchemy Web Development
 https://www.alchemywebdev.com
 Site Development - Maintenance - Consultation
 
 Miva Certified Developer
 Miva Professional Developer
 
 https://www.dev4web.net | Twitter
 Comment
- 
	
	
		
		
		
		
		
		
		
	
	
 NoOriginally posted by Matt Zimmermann View PostBy default, the Levels ReadyTheme has the state list as a select when the country is set to United States. Has the code been modified for this site?Leslie Kirk
 Miva Certified Developer
 Miva Merchant Specialist since 1997
 Previously of Webs Your Way (aka Leslie Nord leslienord)
 Email me: [email protected]
 www.lesliekirk.com
 
 Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
 
 Comment
- 
	
	
		
		
		
		
		
		
		
	
	
 Hi Leslie,
 
 Try applying this patch and see if it corrects the issue: https://github.com/mivaecommerce/lev...heme/issues/33Matt Zimmermann
 
 Miva Web Developer
 Alchemy Web Development
 https://www.alchemywebdev.com
 Site Development - Maintenance - Consultation
 
 Miva Certified Developer
 Miva Professional Developer
 
 https://www.dev4web.net | Twitter
 Comment
- 
	
	
		
		
		
		
		
		
		
	
	
 Thanks, that fixed it.Originally posted by Matt Zimmermann View PostHi Leslie,
 
 Try applying this patch and see if it corrects the issue: https://github.com/mivaecommerce/lev...heme/issues/33Leslie Kirk
 Miva Certified Developer
 Miva Merchant Specialist since 1997
 Previously of Webs Your Way (aka Leslie Nord leslienord)
 Email me: [email protected]
 www.lesliekirk.com
 
 Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
 
 Comment
- 
	
	
		
		
		
		
		
		
		
	
	
 If the country is limited to US only, why do you guys output select and a hidden field with the same name?
 Code:requested: <mvt:item name="countries" param="Customer_ShipCountry" /> output: <select name="Customer_ShipCountry" id="Customer_ShipCountry" disabled="" class="input"> <option value="" selected="">United States</option> </select> <input type="hidden" name="Customer_ShipCountry" value="US">
 Comment
- 
	
	
		
		
		
		
		
		
		
	
	
 This output is controlled by the software. I believe the select is output for display consistency and the hidden input for actual form processing.Matt Zimmermann
 
 Miva Web Developer
 Alchemy Web Development
 https://www.alchemywebdev.com
 Site Development - Maintenance - Consultation
 
 Miva Certified Developer
 Miva Professional Developer
 
 https://www.dev4web.net | Twitter
 Comment
Comment