我正在使用 PrestaShop 1.4.8.2
我需要用产品生成 xml 文件,我找到了一个脚本。除了图像路径(路径用于旧图像文件系统,我正在使用新文件系统)外,一切正常。
现在图片路径是:http ://www.mydomain.com/img/p/57-56-large.jpg
但图片位于: http ://www.mydomain.com/img/p/1/0/0/3/17-32-large.jpg http://www.mydomain.com/img/p/2 /0/0/3/61-50-large.jpg http://www.mydomain.com/img/p/3/1/6/3/29-75-large.jpg http://www.mydomain .com/img/p/3/0/4/3/25-11-large.jpg ...
此行获取图像路径:
http://www.mydomain.com".__PS_BASE_URI__."img/p/".$image[0]['id_product']."-".$image[0]['id_image']."-large.jpg