Jump to content

importer via csv + de 1000 images sur serveur mutualisé (presta 1.6.0.14)


Recommended Posts

Bonjour,

 

j'aimerais savoir si il y a des astuces autres que modifié le fichier php.ini sur le serveur (je n'y ai pas accès) afin d'uploader beaucoup d'images sur mon site hébergé chez planet-work.

 

j'arrive à uploader 1500 articles rapidement sans les images mais dès que je rajoute la colonne url img dans mon fichier csv, firefox mouline puis reviens sur la page d'authentification du back office sans avoir rien importé.

 

ça marche si je ne met que 100 articles mais j'aimerais bien pouvoir lancer l'import complet sans avoir à importer 50 fichiers (j'ai environ 4000 images).

 

Merci d'avance

 

 

 

 

 

Link to comment
Share on other sites

That's a large job, I'm not sure if you can get a server to do it, is necessary do it by batch.

Option 1: Split the file in several files and import one by one

Option 2: Search a module to make big imports

 

Cheers

  • Like 1
Link to comment
Share on other sites

Thank you for your suggestion.

 

Could you explain me how to modify this script below in order to automate the processus ? i already found a way to split my 7000 article in 70 csv with 140 lines but i'm a total noob with php and shell script. The main problem i think is that the authentification has changed with version 1.6.

 

http://www.kermarec.com/prestashop-mise-a-jour-automatique-des-stocks/

 

 

Bonjour,

 

Pourriez vous m'expliquer comment faire pour que le script de kermarec soit compatible avec la version 1.6 ? j'ai lu quelque part que le système de génération des tokens avaient changé... Pour ce qui est du reste du code il est relativement clair je me débrouillerais avec le fichier je suppose. En gros j'aimerais que son script automatise le processus d'import des produits (en utilisant l'import csv du back office) avec images automatiquement mais je ne sais pas s'il est adapté à ce que je veux faire car je suis une quiche en php. je suppose que je vais devoir mettre les mains dans le cambouis mais un peu d'aide serait la bienvenue car je ne sais pas trop où me dirigez.

 

Un grand merci à la communauté en tout cas :)

Link to comment
Share on other sites

Thank you for your suggestion.

 

Could you explain me how to modify this script below in order to automate the processus ? i already found a way to split my 7000 article in 70 csv with 140 lines but i'm a total noob with php and shell script. The main problem i think is that the authentification has changed with version 1.6.

I know, but this is not a simple modification, otherwise you would find anywhere.

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...