News:

Support the VirtueMart project and become a member

Main Menu

add View Full Size Image in VM2

Started by shlomi_cohen, January 19, 2013, 15:57:27 PM

Previous topic - Next topic

shlomi_cohen

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!!

jenkinhill

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
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum