Add product text to confirm email

  • Posts: 246
  • Thank you received: 9
  • Hikashop Business Hikashop Essential
6 years 1 month ago #287954

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


I'll keep on trying!

Please Log in or Create an account to join the conversation.

  • Posts: 81378
  • Thank you received: 13037
  • MODERATOR
6 years 1 month ago #287962

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.

Please Log in or Create an account to join the conversation.

  • Posts: 246
  • Thank you received: 9
  • Hikashop Business Hikashop Essential
6 years 1 month ago #287997

Hi Nicolas,

I tried your suggestion

<!--{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
<!--{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!
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81378
  • Thank you received: 13037
  • MODERATOR
6 years 1 month ago #288011

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:

<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>
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.

The following user(s) said Thank You: gasoline

Please Log in or Create an account to join the conversation.

  • Posts: 246
  • Thank you received: 9
  • Hikashop Business Hikashop Essential
5 years 11 months ago #291349

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?


I'll keep on trying!
Last edit: 5 years 11 months ago by Jerome. Reason: remove unnecessary quote

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
5 years 11 months ago #291358

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".

Please Log in or Create an account to join the conversation.

Time to create page: 0.084 seconds
Powered by Kunena Forum