Hi All
Happy New Year and all that, I have a problem that may need some code to cure.
.
Each of my products currently uses an image which is contained within a folder called prod_photos (eg. 'prod_photos/pd2300_00.jpg'). I will shortly be implementing MagicThumb and it requires 2 versions of each photo. I cannot automatically resize my original and so I have created the 2nd version of each photo myself with a lg_ prefix (ie. full path of 2nd photo is 'prod_photos/lg_pd2300_00.jpg').
Ideally, I do not want to supply a 2nd variable for each product with the additonal 2nd photo filename. Can anyone think of away (or supply some code) that will enable me to prefix my 2nd photo filename with a 'lg_'.
.
Thanks
K
Happy New Year and all that, I have a problem that may need some code to cure.
.
Each of my products currently uses an image which is contained within a folder called prod_photos (eg. 'prod_photos/pd2300_00.jpg'). I will shortly be implementing MagicThumb and it requires 2 versions of each photo. I cannot automatically resize my original and so I have created the 2nd version of each photo myself with a lg_ prefix (ie. full path of 2nd photo is 'prod_photos/lg_pd2300_00.jpg').
Ideally, I do not want to supply a 2nd variable for each product with the additonal 2nd photo filename. Can anyone think of away (or supply some code) that will enable me to prefix my 2nd photo filename with a 'lg_'.
.
Thanks
K
Comment