Hello,
I have searched the forums for this answer, which I know should be simple, but how would I add a small product image with left alignment to this subproduct definition in my custom template? I would like it to be included in the subproduct link tag.
#########################
[-- DEFINE SUBPRODUCT --]
#########################
[-- IF VAR.MoreInfoTemplate --]
<div class="Subproduct">
[-- IF ANALYTICS_MULTI_DOMAIN --]
<form action="[-- SHOPPING_CART_URL BASE --]/order.cgi" method="post" onSubmit="javascript:__utmLinkPost(this)">
[-- ELSE --]
<form action="[-- SHOPPING_CART_URL BASE --]/order.cgi" method=post>
[-- END_IF --]
<a href="[-- INCLUDE Subproduct-LINK PROCESS --]">[-- INCLUDE Subproduct-Name PROCESS --]</a>
[-- INCLUDE Subproduct-Price PROCESS --]
[-- INCLUDE Subproduct-AddToCartButton PROCESS --]
</div>
[-- ELSE --]
[-- INCLUDE Subproduct-Name PROCESS --]
[-- INCLUDE Product-Price PROCESS --]
[-- INCLUDE Subproduct-AddToCartButton PROCESS --]
[-- END_IF --]
#############################
[-- END_DEFINE SUBPRODUCT --]
#############################
Thank you for your help!