Jump to content

Error importando Imagenes del CSV de Productos


saroaes

Recommended Posts

Buenas noches,

 

Estoy intentando importar productos a mi tienda Prestashop utilizando el CSV que viene de ejemplo y me importa todo correctamente excepto las imagenes.

 

En el campo IMAGEURL he probado a poner: ../img/productos/9.jpg y también con http://www.avonvalladolid.es/img/productos/9.png, poniéndolo entre comillas dobles y sin ellas, y no me carga la imagen. La imagen existe y tiene todos los permisos.

 

También he comprobado que en el fichero classes/tools.php que la función Copy está modificada como sigue:

 public static function copy($source, $destination, $stream_context = null)
    {
        if (is_null($stream_context) && !preg_match('/^https?:\/\//', $source)) {
            return @copy($source, $destination);
        }
        return @file_put_contents($destination, Tools::file_get_contents($source, false, $stream_context));
    }
 

 

Por favor necesito esto para poder continuar con el desarrollo de mi tienda, tengo más de 1000 artículos que subir y necesito hacerlo a través de CSV.

 

Adjunto el código del CSV que estoy intentando de procesar por si por ahí me pudierais ayudar.

 

ID;Active (0/1);Name *;Categories (x,y,z...);Price tax excluded or Price tax included;Tax rules ID;Wholesale price;On sale (0/1);Discount amount;Discount percent;Discount from (yyyy-mm-dd);Discount to (yyyy-mm-dd);Reference #;Supplier reference #;Supplier;Manufacturer;EAN13;UPC;Ecotax;Width;Height;Depth;Weight;Quantity;Minimal quantity;Visibility;Additional shipping cost;Unity;Unit price;Short description;Description;Tags (x,y,z...);Meta title;Meta keywords;Meta description;URL rewritten;Text when in stock;Text when backorder allowed;Available for order (0 = No, 1 = Yes);Product available date;Product creation date;Show price (0 = No, 1 = Yes);Image URLs (x,y,z...);Delete existing images (0 = No, 1 = Yes);Feature(Name:Value:Position);Available online only (0 = No, 1 = Yes);Condition;Customizable (0 = No, 1 = Yes);Uploadable files (0 = No, 1 = Yes);Text fields (0 = No, 1 = Yes);Out of stock;ID / Name of shop;Advanced stock management;Depends On Stock;Warehouse
;1;Brillo de Labios Shine Burst;60;4,95;1;0;0;0;0;0;0;174334;174334;0;0;0;0;0;0;0;0;0;100;0;catalog;0;0;0;<p>Brillo de Labios Shine Burst </p>;Brillo Ultra-Hidratante y Luminoso;0;Brillo-labios-Shine-Burst;Brillo-labios-Shine-Burst;Brillo-labios-Shine-Burst;0;Disponible;0;1;0;0;1; "http://www.avonvalladolid.es/img/productos/9.png";0;0;0;0;0;0;0;0;0;0;0;0
 

La versión de Prestashop con la que estoy trabajando es la 1.6.1.5

 

Muchisimas gracias de antemano

 

Un saludo

Sara

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...