From: $Shop.service_email
To: $Data.wishlistform_email
Subject: [%HERE_IS_MY_LIST Hr r min lista p%] $Shop.shop_name

<%CALL CONTENT_TYPE('multipart/alternative; boundary="F5gLoYNuko1moleVFdbwulSGh9aXAo3XvCDawtB"')%>


--F5gLoYNuko1moleVFdbwulSGh9aXAo3XvCDawtB
Content-Type: text/plain; charset=$Shop.charset
Content-Transfer-Encoding: 8bit




--F5gLoYNuko1moleVFdbwulSGh9aXAo3XvCDawtB
Content-Type: text/html; charset=$Shop.charset
Content-Transfer-Encoding: 8bit

<html>
<body>
<%IF $Data.wishlistform_toname THEN%><p>[%HI Hej%] $Data.wishlistform_toname!</p><%ENDIF%>
<p>$wishlist_mailcontent1</p>
<br/>
<%QUERY VIEWWISHLIST(wishlist_id=$Data.wishlist_id) DO%>

<p>[%WISHLIST_INCLUDES Listan inkluderar%]:</p>
<table>
<%DISPLAY%>
	<tr>
		<td>
			$counter.
		</td>
		<td>
			<a href="$Shop.Root_URL;product.html<%IF $Shop.opt_nice_url AND $seo_url THEN%>/$seo_url?<%ELSE%>?product_id=$product_id&amp;<%ENDIF%>category_id=<%IF $Data.saved_category_id THEN%>$Data.saved_category_id<%ELSE%>$category_id<%ENDIF%><%IF $search_page THEN%>&amp;search_page=$search_page<%ENDIF%>" rel="product" title="$*Size"">$Size <%IF $Shop.opt_variant_size AND $size THEN%>- $Shop.sizes_name;: $size <input type="hidden" name="size" value="$size"/><%ENDIF%></a>:
		</td>
		<td>
			<%$xTransform='GROUP' $xView = 'DEFAULT' FETCH MyProductPicture DISPLAY%>
				<img src="<%$PICTURE_URL_HTTP=1 PICTURE_URL('GROUP') POP $PICTURE_URL_HTTP%>" alt="produktbild"/>
			<%NEXTROW ENDFETCH%>
		</td>
	</tr>
<%NEXTROW%>
</table>
<p><a href="$Shop.Root_URL;wishlist.html?wishlist_id=$hash_id">[%SEE_WISHLIST_HERE Se hela listan hr%]</a></p>
<%ENDQUERY%>

<%IF $Data.wishlistform_fromname THEN%><p>[%LIST_SENT_BY Listan skickades av%] $Data.wishlistform_fromname</p><%ENDIF%>
<hr/>
<p>$wishlist_mailcontent2</p>
</body>
</html>
------------------------------------------------------------
