Next/Prev buttons are gone in product detail page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 26, 2013 2:40 pm
Reply with quote
Report this post
I can't figure it out how to turn on Next/Prev buttons on 'product detail page' so I can browse through all images.
My website is http://bit.ly/1dy6W0L

As I can see on Gavick demo site ( http://bit.ly/1dy7jZh ) default settings allow to see all images in lightbox so probably I've messed up something.
Any help would be appreciated.
User avatar
Fresh Boarder

GK User
Thu Nov 28, 2013 3:59 pm
Reply with quote
Report this post
Hello,

Please try to open file html/com_virtuemart/productdetails/default.php and change the following lines:

Code: Select all
<div class="floatleft">
         <?php
                  echo $image->displayMediaFull('class="product-image" style="cursor: pointer"',false,"");
         ?>
</div>


to:

Code: Select all
<div class="floatleft">
          <?php
                    echo $image->displayMediaFull('class="product-image" style="cursor: pointer"',false,"rel='vm-additional-images'");
          ?>
</div>
User avatar
Administrator

GK User
Thu Dec 05, 2013 12:42 pm
Reply with quote
Report this post
Hello,
I have exactly the same problem. I'm using the StoreBox template on Joomla 2.5.16, Virtuemart 2.0.24c, php 5.4, mysql 5. My site ist http://www.teamz24.de, please go to the Product "Polo Safran (Unisex)."

Having made the above mentioned changes in html/com_virtuemart/productdetails/default.php the problem is still the same.

Pls help!
User avatar
Fresh Boarder

GK User
Fri Dec 06, 2013 7:28 am
Reply with quote
Report this post
I've checked the clean VM 2.0.24c installation on the Joomla! default template and it seems that this feature has been removed, becuase it doesn't exists also on the clean installation without changes in the VirtueMart views.
User avatar
Administrator


cron