
07-21-2012, 09:05 PM
|
|
|
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Kirk Fitzgerald
What a star, I used this:
Code:
update pf_product set mainphoto = replace(mainphoto, '\\productphotos\\', 'productphotos/');
update pf_product set mainphoto_thumb = replace(mainphoto_thumb, '\\productphotos\\', 'productphotos/');
update pf_product set mainphoto_small = replace(mainphoto_small, '\\productphotos\\', 'productphotos/');
and everything is fine, just had to re-upload an image for the one I changed earlier and it's working properly now.
Thank you Ted. 
|
Images aside, how's the rest of the addon working for you?
|