Jump to content
  • 0

Need More Address tags for the "Order Received" email Template


turner2f

Question

Need More Address tags for the "Order Received" email Template

We went to ...

https://docs.blesta.com/display/user/Order+System#OrderSystem-OrderReceived

 

And the only address tag we see is  {order.client_address1}
 

What about tags for "Apartment / Suite", "City", "State", "Zip Code" and "Country" ?

What are the email tags for these ?

==================================

 

We tried using....

Street Address : {order.client_address1} , {order.client_city}, {order.client_state}, {order.client_country}, {order.client_ zip_postal_code}
 

The result was...

Quote

Street Address : 1 Main St , , ,

 

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Additionally, in the "Email Template Invoice Delivery (Unpaid)"

There does not appear to be a "tag" for showing the due date for the invoice.

Is there one ?

===================

 

Currently the client would have to know to open up the PDF invoice in order to see the Due Date.

Some clients are not that savvy to know better.

==================

UPDATE : ( 40 minutes later )

The email tag for the "Email Template Invoice Delivery (Unpaid)" is

{invoice.date_due}

 

==================

Still need some assistance concerning the the "Order Received" email Template

Link to comment
Share on other sites

  • 0
10 minutes ago, turner2f said:

Thanks for the reply.

Yes.

We would need for "paper print records" of the PDF's.

Since there is already a tag for  {order.client_address1} ...

Will there be tags created for the  "Apartment / Suite", "City", "State", "Zip Code" and "Country" ?

There is no field for "Apartment / Suite", but people sometimes use the Address 2 field for that. I suggest creating a request at https://requests.blesta.com and include a list of all tags you require.

Link to comment
Share on other sites

  • 0

if you want use this code .

open plugins\order\models\order_orders.php

search

			'contacts.first_name'=>"client_first_name",
			'contacts.last_name'=>"client_last_name",
			'contacts.company'=>"client_company",
			'contacts.address1'=>"client_address1",
			'contacts.email'=>"client_email"

replace with

			'contacts.first_name'=>"client_first_name",
			'contacts.last_name'=>"client_last_name",
			'contacts.company'=>"client_company",
			'contacts.address1'=>"client_address1",
			'contacts.city'=>"client_city",
			'contacts.state'=>"client_state",
			'contacts.zip'=>"client_zip",
			'contacts.country'=>"client_country",
			'contacts.email'=>"client_email"

Hope this help you get what you want .

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...