vm2.0.18a
i need to add View Full Size Image TEXT LINK under the image
can you plase help me i searchd in google and i cant find the corrcret code
link: http://anat-costume.com/index.php/ktantnim/smallparva/smallarnav-detail
PHP div:
<!-- PRODUCT IMAGES //-->
<div class="yagendoo_flypage_imagebox">
<div class="yagendoo_flypage_mainimage">
<?php // Product Main Image
if( !empty($this->product->images[0]) ) : ?>
<div class="main-image" id="yagendoo_imageGallery_Box">
<?php echo $yagendooImageTag; ?>
</div>
<?php endif;
//::> SHOW PRODUCT GALLERY
if(!empty($this->product->images) && count($this->product->images)>1) { ?>
<div class="additional-images">
<?php // List all Images
foreach ($this->product->images as $image) :
$title = $image->file_title;
$url = $image->file_url; ?>
<div class="yagendoo_flypage_thumbnail_box">
<?php echo $image->displayMediaFull('class="product-gallery-image"',false,"class='modal'",true); ?>
<div id="imageGalleryTitle"><?php echo $title; ?></div>
</div>
<?php endforeach; ?>
<div class="yag_clear"></div>
</div>
<?php
}
?>
</div>
</div>
THANKS!!
The code you have shown is proprietory to Yagendoo, so you will have to ask them.
http://forum.virtuemart.net/index.php?topic=108212.0