Jump to content

How to add product link in mail (order_conf) or (new_order) ?


Recommended Posts

I'm trying to work this out too.

 

I want to be able to send an email to a customer asking for a product review with links to all the products purchased.

 

I think you need to edit Mail.php and something like:

 

'{product_link}' => $link->getProductLink($product)

 

I think most of the code needed for this is in mailalerts.php but it's beyond my capabilities!

Edited by pel024 (see edit history)
Link to comment
Share on other sites

.........................

I think you need to edit Mail.php and something like:

'{product_link}' => $link->getProductLink($product)

I think most of the code needed for this is in mailalerts.php but it's beyond my capabilities!

 

I think necessary not only that, but still need to make a call "link_rewrite" products from DB...

Link to comment
Share on other sites

  • 4 weeks later...

I want to be able to add a link to the order email for the correct size of a digital product that was purchased. It seems that the oder email is auto generated for all products how whould you add a link with the proper size/format of the newly purchased product? for each specific product??

Link to comment
Share on other sites

×
×
  • Create New...