carplu Posted August 13, 2015 Share Posted August 13, 2015 Hi Is it possible to have a different address on the packing slip in PS 1.6? It is used for customers as return slip but it needs to go to a different address. Thanks Link to comment Share on other sites More sharing options...
gabdara Posted August 13, 2015 Share Posted August 13, 2015 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 More sharing options...
Recommended Posts