Gallery using an inactive product
<mvt:assign name="gallery_name" value="g.Product_Code $ '_gallery'" />
<mvt:item name="toolkit" param="vproduct_find|gallery|g.gallery_name|A" />
<mvt:if expr="g.gallery">
<mvt:item name="toolkit" param="customimagec|gal_images|l.all_settings:key_product:code||270|270|" />
<mvt:if expr="g.gal_images">
<h4>Gallery</h4>
<div class="gallery">
<mvt:foreach iterator="image" array="toolkitadditionalimages">
<div class="gal-image"><img src="&mvte:image:image:image;" class="img-responsive"></div>
</mvt:foreach>
</div>
<mvt:else>
No images :'(<br />
</mvt:if>
</mvt:if>