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
For the first one...
1. EDIT:
admin/view/template/sale/order_invoice.tpl
2. FIND:
3. AFTER, ADD:
replace the number part with your registration number
For the second one...
1. EDIT:
admin/view/template/sale/order_info.tpl
2. FIND:
3. REPLACE WITH:
1. EDIT:
admin/view/template/sale/order_invoice.tpl
2. FIND:
Code: Select all
<?php echo $order['store_name']; ?><br />
Code: Select all
12345678<br />
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" />
Code: Select all
<input type="checkbox" name="notify" value="1" checked="checked" />
Qphoria wrote:For the first one...
1. EDIT:
admin/view/template/sale/order_invoice.tpl
2. FIND:3. AFTER, ADD:Code: Select all
<?php echo $order['store_name']; ?><br />
replace the number part with your registration numberCode: Select all
12345678<br />
For the second one...
1. EDIT:
admin/view/template/sale/order_info.tpl
2. FIND:3. REPLACE WITH:Code: Select all
<input type="checkbox" name="notify" value="1" />
Code: Select all
<input type="checkbox" name="notify" value="1" checked="checked" />
thanks for the 2nd part of this!
Who is online
Users browsing this forum: Google [Bot] and 137 guests