Post by bo4man » Mon Nov 28, 2011 5:18 pm

Hi gusy,

I need your help I have the following two questions:

1. How can I add new field in the file order_invoice.tpl, which is static, just the company wants to add their registration under the name of the company.

2. How can the following default field is always checked (enable
Last edited by bo4man on Tue Nov 29, 2011 2:30 am, edited 1 time in total.

Newbie

Posts

Joined
Sat Mar 19, 2011 10:41 pm

Post by Qphoria » Tue Nov 29, 2011 10:02 am

For the first one...

1. EDIT:
admin/view/template/sale/order_invoice.tpl

2. FIND:

Code: Select all

<?php echo $order['store_name']; ?><br />
3. AFTER, ADD:

Code: Select all

12345678<br />
replace the number part with your registration number


For the second one...

1. EDIT:
admin/view/template/sale/order_info.tpl

2. FIND:

Code: Select all

<input type="checkbox" name="notify" value="1" />
3. REPLACE WITH:

Code: Select all

<input type="checkbox" name="notify" value="1" checked="checked" />

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by s31teg » Tue Mar 20, 2012 7:28 pm

Qphoria wrote:For the first one...

1. EDIT:
admin/view/template/sale/order_invoice.tpl

2. FIND:

Code: Select all

<?php echo $order['store_name']; ?><br />
3. AFTER, ADD:

Code: Select all

12345678<br />
replace the number part with your registration number


For the second one...

1. EDIT:
admin/view/template/sale/order_info.tpl

2. FIND:

Code: Select all

<input type="checkbox" name="notify" value="1" />
3. REPLACE WITH:

Code: Select all

<input type="checkbox" name="notify" value="1" checked="checked" />

thanks for the 2nd part of this!

New member

Posts

Joined
Wed Jun 22, 2011 3:39 am

Post by Ozfarmer » Mon Apr 02, 2012 9:18 am

Thanks Q, that helped me as well!

Active Member

Posts

Joined
Wed Aug 17, 2011 7:08 pm
Location - Australia

Post by aerogel » Fri Nov 19, 2021 5:26 pm

Qphoria
thanks
helped me as well.

New member

Posts

Joined
Thu Jan 04, 2018 8:14 pm
Who is online

Users browsing this forum: No registered users and 102 guests