Dispatch Note changes - How do we change to shipping address and ad customer name to contact section
Change heading "Payment Address" to "Shipping Address"
Change payment address to shipping address (including the person's name its being shipped to)
Add Customer Name (person who orders) under the "Contact" tab, above email and phone number
Add "Payment method" under 'Shipping Method' top right hand section
instructions here - viewtopic.php?f=182&t=199762&p=703883#p703883
Thanks in advance!
Are these requests to be added as well into the order_shipping.tpl file? If so, apply the following:
In your admin/language/en (or en-gb)/sale/order.php file, you will find the payment address and shipping address entries.
Under order_shipping.tpl file? Please be more specific.Add Customer Name (person who orders) under the "Contact" tab, above email and phone number
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Would it be possible to get an update on how to "Change heading "Payment Address" to "Shipping Address" on the dispatch note? There are a few topics being discussed in this thread and I got lost :-(.
Using OC 2.2
admin/view/template/sale/order_shipping.tpl
<tr>
<td style="width: 50%;"><b><?php echo $text_payment_address; ?></b></td>
<td style="width: 50%;"><b><?php echo $text_contact; ?></b></td>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo $order['shipping_address']; ?></td>
<td><?php echo $order['email']; ?><br/>
<?php echo $order['telephone']; ?></td>
</tr>
It lists Payment but refers to Shipping..
Any help would be appreciated!!
Thanks Johnny
Simply change:Would it be possible to get an update on how to "Change heading "Payment Address" to "Shipping Address"
Code: Select all
<td style="width: 50%;"><b><?php echo $text_payment_address; ?></b></td>
Code: Select all
<td style="width: 50%;"><b><?php echo $text_shipping_address; ?></b></td>
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 12 guests