Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Rendering problem with a use of a barcode in a delivery

Avatar

Level 5

I have an issue with the rendering of a barcode in my email.

This is what I use for my barcode right now in the email template :

<tr>
<td style="padding: 5px 0 15px;" align="center">
<img src="https://campaign.kruidvat.be/barcode/tISBN/h70/s2/v<%= targetData.cardNumber %>/barcode.gif" width="179" height="70" style="min-width: 179px; display: block; color: #6c1a2c; font-family: Helvetica, arial, sans-serif; font-size: 13px; width: 179px; " alt="barcode" border="0">
</td>
</tr>

And here is the rendering of the barcode when receiving the delivery :

OUTLOOK_OD2UcQlojx.png

The numbers of the cardNumber are displaying correctly but the first number doesn't want to appear. (the first number should be on the far left of the barcode)

That means that only 12 numbers out of the 13 numbers are displayed correctly. For certain purpose, we can only use this type of barcode.

Is there something wrong in this part of the HTML or anywhere else ?

If you need more information about that, feel free to tell me.

Thank you for your help.

Kind regards.

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi @thibaultb473199,

 

The value assigned to a barcode depends on its type. For example, an EAN-8 type shall have exactly 8 numbers.The personalization button to the right of the Value field lets you add data in addition to the value itself. This enriches the barcode, provided that the barcode standard accepts it.

Kindly refer to the 'Inserting a barcode in an email' section in this documentation for steps and details regarding this: https://docs.adobe.com/help/en/campaign-classic/using/sending-messages/sending-emails/defining-the-e...

Hope this helps.

Regards,

Sukrity



Sukrity Wadhwa

View solution in original post

1 Reply

Avatar

Correct answer by
Administrator

Hi @thibaultb473199,

 

The value assigned to a barcode depends on its type. For example, an EAN-8 type shall have exactly 8 numbers.The personalization button to the right of the Value field lets you add data in addition to the value itself. This enriches the barcode, provided that the barcode standard accepts it.

Kindly refer to the 'Inserting a barcode in an email' section in this documentation for steps and details regarding this: https://docs.adobe.com/help/en/campaign-classic/using/sending-messages/sending-emails/defining-the-e...

Hope this helps.

Regards,

Sukrity



Sukrity Wadhwa