Henrik41 Posted October 21, 2019 Share Posted October 21, 2019 (edited) Delivery address is not appearing on my credit slip. Anyone has the same issue? Edited October 21, 2019 by Henrik41 (see edit history) Link to comment Share on other sites More sharing options...
tdsoft Posted October 21, 2019 Share Posted October 21, 2019 Hi, it is not an issue. Prestashop system will not display Delivery address if Delivery address and Invoice Address are the same. If Delivery address != Invoice Address -> it will show both address You can change this in file: ROOT\classes\pdf\HTMLTemplateOrderSlip.php Change if ($this->order->id_address_delivery != $this->order->id_address_invoice) { To if (true) { So Delivery address will always display in PDF Link to comment Share on other sites More sharing options...
Henrik41 Posted October 21, 2019 Author Share Posted October 21, 2019 oh man tdsoft! a thousand thanks! You saved me hours of looking in codes. It works perfectly. Thanks again. 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