- Posts: 22
- Thank you received: 0
Image gallery in front end if I have one picture
-
vladimir065
Inactive member -
Topic Author
- Member
-
Less
More
11 years 9 months ago #30146
by vladimir065
Image gallery in front end if I have one picture was created by vladimir065
Hi,
I am using Ecommerc template - Joomla 2.5 - VM - 2.0.20b
Is it possible that in the front End site does not appear "button" Image gallery if I enter only one image for the product. Some products just do not have more pictures. (example: color sample of material for carpenters)
Thank you.
I am using Ecommerc template - Joomla 2.5 - VM - 2.0.20b
Is it possible that in the front End site does not appear "button" Image gallery if I enter only one image for the product. Some products just do not have more pictures. (example: color sample of material for carpenters)
Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #30156
by ivan.milic
Replied by ivan.milic on topic Image gallery in front end if I have one picture
In:
templates\hot_ecommerce\html\com_virtuemart\productdetails\default.php
you will find
(1 == 1) in tho places.
replace that with:
(count($this->product->images))
templates\hot_ecommerce\html\com_virtuemart\productdetails\default.php
you will find
(1 == 1) in tho places.
replace that with:
(count($this->product->images))
Please Log in to join the conversation.
Time to create page: 0.175 seconds