<%IF $product_id THEN FETCH Product DISPLAY
%>From: $Shop.contact_email
To: $Data.to_name <$Data.to_email>
Subject: [%MP2F_SUBJ $Data.from_name vill tipsa dig om $Product.Name%]

<%CALL CONTENT_TYPE('text/html; charset="'+$Shop.charset+'"')%>

<%PICTURE('LOGO',$logopicture_id)%><br />

[%MP2F_TEXT <p>Hej!<br />
  $Data.from_name vill tipsa dig om produkten $Product.Name p 
  <a href="$Request.root_fulluri">$Request.root_fulluri</a>
  </p>%]

<p>$Data.message</p>

[%MP2F_PRODHEAD Shr ser produkten ut:%]<br />
<a href="$Request.root_fulluri;product.html<%IF $Shop.opt_nice_url AND $seo_url THEN%>/$seo_url<%ELSE%>?product_id=$product_id<%ENDIF%>">
<%$xView = 'DEFAULT'
  $xTransform = 'PRODUCT'
  FETCH MyProductPicture DISPLAY PICTURE($xTransform) NEXTROW ENDFETCH%>
<br />
[%MP2F_CLICKY Klicka hr fr mer information%]</a>

<table>
<%FETCH Variant DISPLAY%>
  <tr>
    <td><b>$Size</b></td>
    <td>[%PRICE Pris%]: $$Price</td>
  </tr>
<%NEXTROW ENDFETCH%>
</table>

<%NEXTROW ENDFETCH ENDIF%>
