PrS Posted June 10, 2019 Share Posted June 10, 2019 (edited) Edited June 10, 2019 by PrS wrong image upload (see edit history) Link to comment Share on other sites More sharing options...
prestamonste Posted June 10, 2019 Share Posted June 10, 2019 Hi there, Please open file: public_html/controllers/admin/AdminOrdersController.php Remove line code: 86 to 92. Save the file and double test. Link to comment Share on other sites More sharing options...
PrS Posted June 10, 2019 Author Share Posted June 10, 2019 4 hours ago, prestamonste said: Hi there, Please open file: public_html/controllers/admin/AdminOrdersController.php Remove line code: 86 to 92. Save the file and double test. Thank you so much, one more thing....please help. I just need to add delivery address field in same .. Thanks in advance Link to comment Share on other sites More sharing options...
prestamonste Posted June 11, 2019 Share Posted June 11, 2019 Hi, In your case, you need to custom the query sql. Please open file: public_html/controllers/admin/AdminOrdersController.php Go to line code: 58 Change it from: country_lang.name as cname, To: CONCAT(address.`address1`, \' - \', address.`postcode`, \' - \', address.`phone`, \' - \', address.`city`, \' - \', country_lang.name) AS `cname`, This is my result testing: 1 Link to comment Share on other sites More sharing options...
PrS Posted June 11, 2019 Author Share Posted June 11, 2019 Great... Thank you so much, its work☺️ Link to comment Share on other sites More sharing options...
prestamonste Posted June 11, 2019 Share Posted June 11, 2019 Sounds great! 😃 Link to comment Share on other sites More sharing options...
Jose Lorenzini Posted August 5, 2020 Share Posted August 5, 2020 Oh my god , prestamonste you are a legend!!!!!!! thanks!!! haha Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now