How can I add my company name to an invoice in Order Printer app?

Solved

How can I add my company name to an invoice in Order Printer app?

Jordan221
Excursionist
14 0 3

Hello,

 

I would like to add the name of my company to an invoice issued by the Order Printer application. To do this, I need to add a line of code to indicate the name of my company.

 

Jordan221_0-1709738255337.png

Jordan221_1-1709738263622.png

 

Thanks a lot, 

 

 

 

Accepted Solution (1)

PaulMartin
Shopify Partner
624 60 147

This is an accepted solution.

For your first request:

 

 

<div style="float: left; margin: 0 0 1.5em 0;" >
  <strong style="font-size: 2em;">{{ shop_name }}</strong><br />
  <strong style="font-size: 1em;">SAS DRESS CODE PRODUCTIONS</strong>
  <br /><br />
  {{ shop.address }}<br/>
  {{ shop.city }} {{ shop.province_code }} {{ shop.zip | upcase }}<br/>
  {{ shop.country }}
</div>

 

 

Change your numbers/lines 6 to 12 into this. Result below

PaulMartin_0-1709739953413.png

 

View solution in original post

Replies 5 (5)

Jordan221
Excursionist
14 0 3

Also on Order Printer do you know how to make smaller logo ? example below : 

 

Jordan221_0-1709738720549.png

 

Thanks a lot, 

 

PaulMartin
Shopify Partner
624 60 147

For the logo, can you send the updated code?

PaulMartin
Shopify Partner
624 60 147

This is an accepted solution.

For your first request:

 

 

<div style="float: left; margin: 0 0 1.5em 0;" >
  <strong style="font-size: 2em;">{{ shop_name }}</strong><br />
  <strong style="font-size: 1em;">SAS DRESS CODE PRODUCTIONS</strong>
  <br /><br />
  {{ shop.address }}<br/>
  {{ shop.city }} {{ shop.province_code }} {{ shop.zip | upcase }}<br/>
  {{ shop.country }}
</div>

 

 

Change your numbers/lines 6 to 12 into this. Result below

PaulMartin_0-1709739953413.png

 

Jordan221
Excursionist
14 0 3

Hi Paul,

 

Thanks a lot for your assistance ! 

 

I all good about the logo also, 

 

Best regards,

PaulMartin
Shopify Partner
624 60 147

You're welcome! 🙂

 

I'm not sure I understand what you mean by this:

"I all good about the logo also,"