Image on {LINEVAR:PRODUCT_NAME} of Order Email

  • Posts: 2
  • Thank you received: 0
8 years 10 months ago #227036

How can I remove the image on the variable LINEVAR:PRODUCT_NAME . I can't remove it completely because the product names and other info will be deleted as well

<!--{START:PRODUCT_LINE}-->
<tr>
<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>
<td style="border-bottom:1px solid #ddd;padding-bottom:3px;text-align:right">{LINEVAR:PRODUCT_PRICE}</td>
<td style="border-bottom:1px solid #ddd;padding-bottom:3px;text-align:right">{LINEVAR:PRODUCT_QUANTITY}</td>
<td style="border-bottom:1px solid #ddd;padding-bottom:3px;text-align:right">{LINEVAR:PRODUCT_TOTAL}</td>
</tr>
<!--{END:PRODUCT_LINE}-->

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
8 years 10 months ago #227041

Hi,

I am not sure to understand, to remove the image of a product in the email, you have to remove the code:

{LINEVAR:PRODUCT_IMG}

Do you have an image set in the product name field ? If it is, it is not common, I never seen that before ;)
And I think that you will have to edit the "preload" part of the email in order to add PHP to remove some part of the string of the variable "$item->order_product_name". Potentially use a regex.

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

  • Posts: 2
  • Thank you received: 0
8 years 10 months ago #227144

Hi. I've been looking for that line which contains the image in the product name field. Now thanks to your help, I am guided. By the way what is regex? :) sorry for noob question. Thank you in Advance :)

Last edit: 8 years 10 months ago by leari.

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
8 years 10 months ago #227172

Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.067 seconds
Powered by Kunena Forum