Howdy!
We're trying to add the customer's bill to phone number in the billing address section and the customer's ship to phone number to the shipment information section on the order confirmation email. Currently the order confirmation email template displays only the name, street address, city, state, zip, and country in each of these sections. I'd like for the phone number to appear on the line directly below the address.
Thanks for your help!!!
Add bill to & ship to phone numerb to confirmation email
-
- Lieutenant Commander (LCDR)
- Posts: 91
- Joined: Mon Sep 22, 2008 8:37 pm
- Location: Northeast Ohio
- Contact:
Re: Add bill to & ship to phone numerb to confirmation email
Is there a list of available nVelocity tags for use in emails?
F'rinstance... Is there $order.BillToPhoneNumber - ?
F'rinstance... Is there $order.BillToPhoneNumber - ?
Re: Add bill to & ship to phone numerb to confirmation email
Billing Phone Number
Shipping Phone Number
$order represents the AbleCommerce Order object, so it contains all properties exposed by Able Order object. Just inspect the Order object in Visual Studio Object Browser and it will show you all supported properties and methods.
Code: Select all
$order.BillToPhone
Code: Select all
#foreach ($orderShipment in $order.Shipments)
$orderShipment.ShipToPhone
#end
-
- Lieutenant Commander (LCDR)
- Posts: 91
- Joined: Mon Sep 22, 2008 8:37 pm
- Location: Northeast Ohio
- Contact:
Re: Add bill to & ship to phone numerb to confirmation email
Again... many thanks for the super-quick response and spot on answer. This solves a huge problem for us.
Thanks!!!
Thanks!!!
- Jeff
Wave Werks
Wave Werks