Jump to content

Delivery address not appearing on credit slip


Henrik41

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...