MFS Posted September 20, 2012 Share Posted September 20, 2012 How to add product(s) link in mail (order_conf) or (new_order) ? In these letters comes only the product name, and how to add a link to these products? Many thx! Link to comment Share on other sites More sharing options...
pel024 Posted September 20, 2012 Share Posted September 20, 2012 (edited) 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 September 20, 2012 by pel024 (see edit history) Link to comment Share on other sites More sharing options...
MFS Posted September 22, 2012 Author Share Posted September 22, 2012 ......................... 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 More sharing options...
MFS Posted September 27, 2012 Author Share Posted September 27, 2012 (edited) Is anybody not add this? Edited September 27, 2012 by MFS (see edit history) Link to comment Share on other sites More sharing options...
BWT Posted October 22, 2012 Share Posted October 22, 2012 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 More sharing options...
DylzEn Posted October 23, 2012 Share Posted October 23, 2012 Already explained here: http://www.prestashop.com/forums/index.php?/topic/466[spam-filter]how-to-show-product-id-in-confirmation-order-email/page__view__findpost__p__964491 Link to comment Share on other sites More sharing options...
Recommended Posts