X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Display all detailed images as thumbnails (https://forum.x-cart.com/showthread.php?t=52150)

pbalfour 02-04-2010 02:15 AM

Display all detailed images as thumbnails
 
1 Attachment(s)
Hi All,
Sorry if im being really thick here but on the demo, I could see multiple thumbnails for a product (see below). Why dont detailed images appear as thumbs like below on mine even when ive added them? What is the module shown below? I thought it was X magnifier which ive bought but it seems its not?
Is it a custom mod?
Many thanks

Paul

(Xcart Pro 4.3.1)

gizmo 02-04-2010 02:20 AM

Re: Display all detailed images as thumbnails
 
It's there you just need to edit settings.
1. Modules > Detailed images
2. Leave first setting as > Within a Popup Window
3. Display detailed product image thumbnails below the product image> Make sure this is checked
4. Number of detailed image thumbnails that must be displayed in the thumbnail area> 4 (Up to your personal pref on this)

Don't forget to click save, that's it

The rest of settings up to personal choice

krtwn 03-01-2010 07:27 AM

Re: Display all detailed images as thumbnails
 
That was handy, thanks!

now, just another question on this. How can I change the size of the pop up window?

MikeBrum 03-01-2010 11:00 AM

Re: Display all detailed images as thumbnails
 
To change attributes of the popup window, look in the MAIN.CSS file for the following. Yours will not look exactly same as this.

Here is my current popup: http://67.20.92.91/store/Bomber.html


.images-preview {
position: absolute;
top: 100px;
right: 100px;
bottom: 100px;
left: 100px;
background: #faf9db none;
border: 5px solid #291f16;
overflow: hidden;
min-width: 700px;
max-width:702px;
min-height: 400px;
max-height: 500px;
margin-left:auto;
margin-right:auto;
z-index: 4000;
}


All times are GMT -8. The time now is 11:58 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.