How can I change image size in product list?

kikakupska

Avatar: kikakupska

2015-08-17 23:34

How and where can I change image size in product list on 250px? When i have in general:

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

$config['images_sizes'] = array ( 0 => 400, 1 => 150, 2 => 250 );
$config['max_dimension_of_image'] = 900;
$config['admin_list'] = "25";
$config['max_textarea_chars'] = 4000;
$config['max_text_chars'] = 255;

Thank you anyone :-)

» Quick.Cart v6.x

Kika

openzibi

Avatar: openzibi

2015-08-18 08:27

database/config/general.php line about 95.

$config['pages_default_image_size_list'] = 1;
change to:
$config['pages_default_image_size_list'] = 2;

StudioStrona.pl

openzibi

Avatar: openzibi

2015-08-18 08:29

...and for products :)
$config['products_default_image_size_list'] = 1;
change to:
$config['products_default_image_size_list'] = 2;

StudioStrona.pl

kikakupska

Avatar: kikakupska

2015-08-18 10:53

Thank you very much.
And, please, how could I set the other thumbnails on the product detail 150px?
project: http://www.weblevne.net/woolofjoy/?1,ruzova-cepicka-s-bambulkami

I do not want to set it manually, potřeboavla would make it go automatically ...

Kika

kikakupska

Avatar: kikakupska

2015-08-18 10:54

Thank you very much.
And, please, how could I set the other thumbnails on the product detail 150px?
project: http://www.weblevne.net/woolofjoy/?1,ruzova-cepicka-s-bambulkami

I do not want to set it manually, I need to make it go automatically ...
Kika

Kika

openzibi

Avatar: openzibi

2015-08-18 11:15

/*
* Set default image size and location in product form
*/
$config['products_default_image_size_details'] = 1;

StudioStrona.pl

kikakupska

Avatar: kikakupska

2015-08-18 11:39

However, whatever you give (0,1,2), nothing happens :-(

Kika

openzibi

Avatar: openzibi

2015-08-18 11:54

1. "Set default image " - During the upload.
2. Older images, I see 4 (four) images, you must to change manually

StudioStrona.pl

kikakupska

Avatar: kikakupska

2015-08-18 12:03

Great!! Thank you very much! Have a nice day :-)

Kika

kikakupska

Avatar: kikakupska

2015-08-18 12:56

So, unfortunately it does not work :-( list of products and miniatures in detail the product are the same ...

/*
* Set default image size and location in page form
*/
$config['pages_default_image_size_details'] = 1;
$config['pages_default_image_size_list'] = 0;
$config['pages_default_image_location'] = 1;

/*
* Set default image size and location in product form
*/
$config['products_default_image_size_details'] = 1;
$config['products_default_image_size_list'] = 2;
$config['products_default_image_location'] = 1;

but in product detail is not 150px thumbnails....

Kika

Back to top
about us | contact