emiliodinh Posted June 27, 2013 Share Posted June 27, 2013 G'day everyone, under the checkbox "please use another address for invoice" in one-page-checkout, I would like to insert one more checkbox for e.g "add a new (alternative) address" and it should also be shown in BO just like delivery address, invoice address and alternative address. Can anyone please guide me how to do this, please! very very much appreciate any help Emilio Link to comment Share on other sites More sharing options...
emiliodinh Posted July 5, 2013 Author Share Posted July 5, 2013 any help, pls Link to comment Share on other sites More sharing options...
PSfever.com Posted July 5, 2013 Share Posted July 5, 2013 Emilio, this would require some programmers work, I'm afraid there is no simply solution. Creating the fields is one thing, but then you'll need 1) Javascript/Jquery for enabling/disabling the address and to check if all fields are filled out. 2) PHP backend to process all the data and save them into DB 3) PHP edit of your admin page, where the data will be displayed. 4) Possible editing email templates, creating new variables etc.. Try to look for someone in here on try freelancer.com Link to comment Share on other sites More sharing options...
vekia Posted July 5, 2013 Share Posted July 5, 2013 that's right it isn't as simple as it seems By default this feature isn't exist, so you have to modify the most important files: it's necessary to modify the CORE of the prestashop (address and order process controllers / classes) if you aren't familiar with programming, it's better to hire someone, believe me Link to comment Share on other sites More sharing options...
emiliodinh Posted July 5, 2013 Author Share Posted July 5, 2013 Thank you very much for your advice! After the customer created their account and is logged, they can add new address, as many as they like, and their new address will be saved and displayed in the DB. So i wonder if is there any PS tips, tricks or guides to insert this to the OPC so that the customer could fill in their 3rd, 4th address right at once as they are in their registration process? Could you guys please help me? Thanks Emilio Link to comment Share on other sites More sharing options...
Recommended Posts