Getting Product's Link On Order And Email It To Customer

Hi

just like as this topic's title, can i get product's link so we can email it to customer?

i want to attach it on email notification when i change customer's order status so they can go to product's page that they ordered

that's why i need it work automatic

thanks :)

design/themes/YOUR_THEME/mail/templates/orders/invoice.tpl

replace:

{$oi.product|default:__("deleted_product") nofilter}

with:

{$oi.product|default:__("deleted_product") nofilter}

Then clear cache and test. To apply the same changes to the admin e-mails, please correct the following file:

design/backend/mail/templates/orders/invoice.tpl