- Posts: 14
- Thank you received: 1
Change billing to shipping address in order email?
- rhschipper
-
Topic Author
- Offline
Less
More
11 years 8 months ago - 11 years 8 months ago #185986
by rhschipper
Change billing to shipping address in order email? was created by rhschipper
-- url of the page with the problem -- :
www.uitgeverij-idee.nl
-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
Hi,
I need to change the file order_admin_notification.html.php. The order emails are showing the billing address. However, I want to show the shipping address. I'm using Hikashop Essential. Is there a way to change billing into shipping address?
Here's the current code:
Thanks!
Ronald
-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
Hi,
I need to change the file order_admin_notification.html.php. The order emails are showing the billing address. However, I want to show the shipping address. I'm using Hikashop Essential. Is there a way to change billing into shipping address?
Here's the current code:
Code:
<table class="w550" border="0" cellspacing="0" cellpadding="0" width="550" style="margin-top:10px;font-family: Arial, Helvetica, sans-serif;font-size:12px;line-height:18px;">
<tr>
<!--{IF:BILLING_ADDRESS}--><td style="color:#1c8faf !important;font-size:12px;font-weight:bold;">{TXT:BILLING_ADDRESS}</td><!--{ENDIF:BILLING_ADDRESS}-->
<!--{IF:SHIPPING}--><!--{IF:SHIPPING_ADDRESS}--><td style="color:#1c8faf !important;font-size:12px;font-weight:bold;">{TXT:SHIPPING_ADDRESS}</td><!--{ENDIF:SHIPPING_ADDRESS}--><!--{ENDIF:SHIPPING}-->
</tr>
<tr>
<!--{IF:BILLING_ADDRESS}--><td>{VAR:BILLING_ADDRESS}</td><!--{ENDIF:BILLING_ADDRESS}-->
<!--{IF:SHIPPING}--><!--{IF:SHIPPING_ADDRESS}--><td>{VAR:SHIPPING_ADDRESS}</td><!--{ENDIF:SHIPPING_ADDRESS}--><!--{ENDIF:SHIPPING}-->
</tr>
</table>
Thanks!
Ronald
Last edit: 11 years 8 months ago by rhschipper.
Please Log in or Create an account to join the conversation.
11 years 8 months ago #185999
by nicolas
Replied by nicolas on topic Change billing to shipping address in order email?
Hi,
I guess that you could replace that code by:
Please note that when you update HikaShop, you'll loose your change if you edit directly the file while you won't if you do it via the menu System>Emails (Business edition only) as it saves the changes as an override.
I guess that you could replace that code by:
Code:
<table class="w550" border="0" cellspacing="0" cellpadding="0" width="550" style="margin-top:10px;font-family: Arial, Helvetica, sans-serif;font-size:12px;line-height:18px;">
<tr>
<!--{IF:BILLING_ADDRESS}--><td style="color:#1c8faf !important;font-size:12px;font-weight:bold;">{TXT:BILLING_ADDRESS}</td><!--{ENDIF:BILLING_ADDRESS}-->
<!--{IF:SHIPPING}--><!--{IF:SHIPPING_ADDRESS}--><td style="color:#1c8faf !important;font-size:12px;font-weight:bold;">{TXT:SHIPPING_ADDRESS}</td><!--{ENDIF:SHIPPING_ADDRESS}--><!--{ENDIF:SHIPPING}-->
</tr>
<tr>
<!--{IF:BILLING_ADDRESS}--><td>{VAR:SHIPPING_ADDRESS}</td><!--{ENDIF:BILLING_ADDRESS}-->
<!--{IF:SHIPPING}--><!--{IF:SHIPPING_ADDRESS}--><td>{VAR:SHIPPING_ADDRESS}</td><!--{ENDIF:SHIPPING_ADDRESS}--><!--{ENDIF:SHIPPING}-->
</tr>
</table>
Please Log in or Create an account to join the conversation.
- rhschipper
-
Topic Author
- Offline
Less
More
- Posts: 14
- Thank you received: 1
11 years 8 months ago - 11 years 8 months ago #187065
by rhschipper
Replied by rhschipper on topic Change billing to shipping address in order email?
This solved my problem again.
By the way, because of your great help on this forum, I decided to buy the essential version of Hikashop. Thanks, it's great!
By the way, because of your great help on this forum, I decided to buy the essential version of Hikashop. Thanks, it's great!
Last edit: 11 years 8 months ago by rhschipper.
The following user(s) said Thank You: Jerome
Please Log in or Create an account to join the conversation.
Time to create page: 0.161 seconds