Jump to content
  • 0

Question

Posted

Hi Team,

We've had a few complaints from customers that tag {contact.id_code} is showing up as blank.

I've tested this and it's in fact true. Michael from Atlanical was able to reproduce this issue, as well.

Any thoughts on why and how we can get this fixed? It's important that this be included in my emails as we use it as a form of identification when the customer calls or live chats with sales and support.

Your help is greatly appreciated.

@Blesta Addons @Paul @BlestaStore 

7 answers to this question

Recommended Posts

  • 1
Posted

It comes up Blank as it's an invalid tag. The only two contacts available is first and last names. You can use invoice.id_code though but that's the invoice ID I believe.

  • 0
Posted

 

{% for invoice in invoices %}

Client ID Code 1: {invoice.client.id_value}

Client ID Code 2: {invoice.client.id_code}

{% endfor %}

Both these will return the client id your looking for though, working work around for now. ex. 1500

  • 0
Posted
9 hours ago, MistaGrk said:

Hi Team,

We've had a few complaints from customers that tag {contact.id_code} is showing up as blank.

I've tested this and it's in fact true. Michael from Atlanical was able to reproduce this issue, as well.

Any thoughts on why and how we can get this fixed? It's important that this be included in my emails as we use it as a form of identification when the customer calls or live chats with sales and support.

Your help is greatly appreciated.

@Blesta Addons @Paul @BlestaStore 

in wish email template you are using this tag ?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...