Подскажите, как вывести карточку товара во всплывающем окне? Магазин shopkeeper.
Пока при нажатии на карточку товара мы имеем только увеличенное фото товара (плагин magnific popup)
<div class="product-img">
<a class="product-img popup image-popup-vertical-fit" href="[[phpthumb? &input=`[+image+]` &options=`far=C,bg=000000,fltr=wmi|/assets/images/watermark.png|C|100|50|50`]]" >
<span class="rollImg [[if? &is=`[+new+]:=:Да` &then=`new label`]] [[if? &is=`[+hit+]:=:Да` &then=`hit label`]] [[if? &is=`[+hot+]:=:Да` &then=`hot label`]]">
<img src="[[phpthumb? &input=`[+image+]` &options=`w=300,h=199,far=C,bg=000000`]]" width="208" height="138">
</span>
</a>
</div>