Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<span class="cart-images">
<?php
if(!empty($prow->image)) echo $prow->image->displayMediaThumb('',false);
?>
</span>
<img src="/components/com_virtuemart/shop_image/product/<?php echo $product['product_thumb_img']; ?>" alt="<?php echo strip_tags($product['product_name']);?>" />
<?php if (!empty($product->images[0])) {
echo $product->images[0]->displayMediaThumb ('class="featuredProductImage"', FALSE);
} ?>