Problem with product images

Guido

Avatar: Guido

2022-02-06 17:01

Hi,

I have installed a clean version of QC (free version) on my test server.

When adding a product the extra product images do not scale to 75px at the product page:
http://webmastergroningen.nl/qc/?18,test-product

I have set "Thumbnail 1" on 180px and "Photo's place" to left.

If you inspect code you will notice the 180px image is being used for the extra images.

What is happening here?

Guido

» Quick.Cart v6.x

openzibi

Avatar: openzibi

2022-02-06 17:42

1. Please read/learn all configurations in general.php
For example:


/*
* Define size of a preview image. If you don't want to display preview, set to null
*/
$config['image_preview_size'] = 250;


2. Please check Argent product on your page http://webmastergroningen.nl/qc/?1,fusce-felis-enim
There is preview 250px and...thumbnails 75px

Zbyszek - StudioStrona.pl

Guido

Avatar: Guido

2022-02-06 18:49

Hi,

I did not make any changes to this test install.
Yes, images of Argent are 75px but when changing image size of "Thumbnail 1" they get this new size as well. But "Thumbnail 1" is image at shop page, so it's another image. Please check site again, size has changed:
http://webmastergroningen.nl/qc/?1,fusce-felis-enim


Guido

openzibi

Avatar: openzibi

2022-02-06 20:54

You must do changes :) if you want to use standard left position (without special 250 preview)
Please read my last post. Please change 250 to null.

Zbyszek - StudioStrona.pl

Guido

Avatar: Guido

2022-02-06 21:26

Hi,

We do not understand each other. I do want the preview image. Main product image is 250px by default, extra images at product page are always 75px in free version.

In free version you can only change size of Thumbnail 1 > that's the image on page with all products.
In ext version you can also change size of Thumbnail 2 > that are the extra images of a product.

If you add more than 1 product image in free version, every image gets the same size as Thumbnail 1. That is not how it should be. The extra images should always be 75px.

You can try for yourself, by installing free version of QuickCart and adding new product images.

Guido

openzibi

Avatar: openzibi

2022-02-06 22:07

I can't help you without access to your shop/server.
It works. Look at image with my test.
https://www.studiostrona.pl/files/images_250_75_free_v67.png

Zbyszek - StudioStrona.pl

Guido

Avatar: Guido

2022-02-06 22:26

Please take a look, user and pass: admin!

Guido

openzibi

Avatar: openzibi

2022-02-07 10:11

Look at product Test 2. It will be works Ok wiht imges in position left and 75px.

Zbyszek - StudioStrona.pl

Guido

Avatar: Guido

2022-02-07 10:20

Hi,

Found it, if you download and install QuickCart 6.7 (free version) look at this setting in file general.php:


$config
['display_thumbnail_2'] = false// thumbnail 2 visibility



To enable Thumbnail 2 you must change this to true:


$config
['display_thumbnail_2'] = true// thumbnail 2 visibility



Don't understand why this is set on false by default?

Anyway, thanks for your help.

Guido

Back to top
about us | contact