Add product text to confirm email
8 years 7 months ago #287954
by gasoline
I'll keep on trying!
Add product text to confirm email was created by gasoline
I use Hikashop for a client to sell courses. Client want in confirmation email the bodytext of the product. So the complete text of the productpage.
Is that possible? and if so, how.
Hikashop Business
Is that possible? and if so, how.
Hikashop Business
I'll keep on trying!
Please Log in or Create an account to join the conversation.
8 years 7 months ago #287962
by nicolas
Replied by nicolas on topic Add product text to confirm email
Hi,
Yes, it's possible.
You can add the tag {LINEVAR:product.product_description} next to the tag {LINEVAR:PRODUCT_NAME} in the HTML version of each email when you edit them via the menu System>Emails.
Yes, it's possible.
You can add the tag {LINEVAR:product.product_description} next to the tag {LINEVAR:PRODUCT_NAME} in the HTML version of each email when you edit them via the menu System>Emails.
Please Log in or Create an account to join the conversation.
8 years 7 months ago #287997
by gasoline
I'll keep on trying!
Replied by gasoline on topic Add product text to confirm email
Hi Nicolas,
I tried your suggestion
and
But both don't work. Probably I'm missing something.
I tried your suggestion
Code:
<!--{END:ORDER_FOOTER}-->
</table>
<p>
HIER COMPLETE TEXT??</p>
<p>{LINEVAR:PRODUCT_NAME}</p>
<hr>
<p> {LINEVAR:product.product_description}
</p>
<!--{END:VENDOR_LINE}-->
<!--{IF:PAYMENT}-->
and
Code:
<!--{END:ORDER_FOOTER}-->
</table>
<p>
HIER COMPLETE TEXT??</p>
<p>{LINEVAR:PRODUCT_NAME}</p>
<hr>
<p> {LINEVAR:PRODUCT_DESCRIPTION}
</p>
<!--{END:VENDOR_LINE}-->
<!--{IF:PAYMENT}-->
But both don't work. Probably I'm missing something.
I'll keep on trying!
Please Log in or Create an account to join the conversation.
8 years 7 months ago #288011
by nicolas
Replied by nicolas on topic Add product text to confirm email
Hi,
Your code is not valid.
I've told you to add the tag after the tag {LINEVAR:PRODUCT_NAME} which is already in the email.
And the code around the tag {LINEVAR:PRODUCT_NAME} looks like this:
which is something totally different of the code in your message.
So I don't know what you're doing but it's not at the correct place.
Your code is not valid.
I've told you to add the tag after the tag {LINEVAR:PRODUCT_NAME} which is already in the email.
And the code around the tag {LINEVAR:PRODUCT_NAME} looks like this:
Code:
<td style="border-bottom:1px solid #ddd;padding-bottom:3px;">
{LINEVAR:PRODUCT_IMG}
{LINEVAR:PRODUCT_NAME}<!--{IF:ORDER_PRODUCT_CODE}--> {LINEVAR:PRODUCT_CODE}<!--{ENDIF:ORDER_PRODUCT_CODE}-->
{LINEVAR:PRODUCT_DOWNLOAD}
{LINEVAR:PRODUCT_DETAILS}
</td>
So I don't know what you're doing but it's not at the correct place.
The following user(s) said Thank You: gasoline
Please Log in or Create an account to join the conversation.
8 years 5 months ago - 8 years 5 months ago #291349
by gasoline
I'll keep on trying!
Replied by gasoline on topic Add product text to confirm email
Hi Nicolas,
Sorry for late response but it worked like you said. Many thanks.
A final question. Is it possible to make {LINEVAR:PRODUCT_NAME} linkable to productpage on website?
Sorry for late response but it worked like you said. Many thanks.
A final question. Is it possible to make {LINEVAR:PRODUCT_NAME} linkable to productpage on website?
I'll keep on trying!
Last edit: 8 years 5 months ago by Jerome. Reason: remove unnecessary quote
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
8 years 5 months ago #291358
by Mohamed Thelji
Replied by Mohamed Thelji on topic Add product text to confirm email
Hello,
Sure but you'll probably have to also edit the "preload" section of your email via "Hikashop->System->Emails" to change every product names by "clickable links".
Sure but you'll probably have to also edit the "preload" section of your email via "Hikashop->System->Emails" to change every product names by "clickable links".
Please Log in or Create an account to join the conversation.
Time to create page: 0.204 seconds