Change Shipping Invoice

  • Posts: 33
  • Thank you received: 0
7 years 7 months ago #267677

-- HikaShop version -- : 3.0.1

Hello,

I did put a text on my footer of the Shipping invoice (PDF). Can you explain carefully how to remove the footer text from the invoice? (i'm not an expert.)

Please Log in or Create an account to join the conversation.

  • Posts: 82865
  • Thank you received: 13372
  • MODERATOR
7 years 7 months ago #267700

Hi,

The invoice and shipping invoice use the same layout file.
If you're using the PDF invoice plugin, then you want to modify the file plugins/hikashop/attachinvoice/attachinvoice/invoice.php
If you want to add text only for the shipping invoice, you can add such code near the bottom:

<?php
if($this->shipping_invoice){
 echo 'My text for shipping invoice only.';
}
?>

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum