I'm trying to use a variant matrix and adding a picture for the variant. I've found the two articles on variant images (KB#196 & 204), but am not able to successfully implement this code. In my page Themes>>Default>>Product Detail
I have placed the merge code, ##VARIANTPICMATRIX[groupname=ROC-BOH]## as shown below. Still no images. Can anyone help with the proper code placement?
<table>
<tr>
<td>
$$VARIANTMATRIX$$
##VARIANTPICMATRIX[groupname=VRC-NB Species]##
<div class="ProductDetailsVariantMatrixAddToCartButton">$$VARIANTMATRIXADDTOCART$$</div>
</td>
</tr>
</table>