Set values for all products

Mutant

Avatar: Mutant

2013-02-15 12:14

Is there a way to do a search and replace in products.php to set the following values for all products?

Thumbnail position: right
Thumbnail 1 size: 250
Thumbnail 2 size: 250

What values to search for, and what values to replace with?

» Quick.Cart v5.x

Mutant

Avatar: Mutant

2013-02-18 08:30

No one?

I would like to change the setting for thumbnail position to "right" for every product (over 900), as that is now set left/right without any logic.

interkob

Avatar: interkob

2013-02-18 14:20

In configuration general.php file you have

$aPhotoTypes = Array( 1 => $lang['Left'], 2 => $lang['Right'] );

If you want to change an exiting photos position, you better open style.css

#imagesList1{float:left;margin:9px 10px 0 0;}
#imagesList2{clear:right;float:right;margin:8px 0 0 15px;}

Here you can change float:left to right and in the same way with other line

Mutant

Avatar: Mutant

2013-02-18 16:27

Oh, great! Thanks :)

Back to top
about us | contact