soohan Posted February 12, 2012 Share Posted February 12, 2012 How can I change the ComboBox for "State" while adding new address to TextField? And I want it to be available for every country. I want the TextField to be Editable=true instead of drop-down box. Help please. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 12, 2012 Share Posted February 12, 2012 It's not a simple change, especially if you want to allow customers to create new values. You will have to create a new override controller for authentications and OPC and validate the state value, if it does not exist, you'll have to create a new states (and enable states for that country if needed). Of course you will also need to edit the tpl files and change the <select> to a <input type="text"> Link to comment Share on other sites More sharing options...
soohan Posted February 12, 2012 Author Share Posted February 12, 2012 Because there are too many state that are not inside prestashop. And im not familiar to state in other countries. I would like to let the customer to type the state itself if can. Hopefully that prestashop will improve the problem here for the next upgrade. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 12, 2012 Share Posted February 12, 2012 This is hardly a "problem", in fact, letting customers enter states would be a real problem.... Link to comment Share on other sites More sharing options...
Recommended Posts