Jump to content

I'd like to change the address for delivery slip


Recommended Posts

Are you refering to the shop address that is displayed in the Order return PDF?

By default it is used the main shop address. You could create a override for function getContent() of file /classes/pdf/HTMLTemplateOrderReturn.php .

 

Change line:

'shop_address' => AddressFormat::generateAddress($this->shop->getAddress(), array(), '<br />', ' ') 

to:

'shop_address' => 'My store<br>My return address'
Link to comment
Share on other sites

×
×
  • Create New...