Jump to content

Plugin to update Prices and Stock


Recommended Posts

...we need to create a "sequence" of CSV (A+B+C+D) that are loaded from different "sources" (URL-FTP-Locale) and to be able to run it both manually and via CRON.

Before "inserting" the files inside the sequence we need to see a "preview" on 10-20 lines of the file.

The data we need to update are: - PRICE (we need to be able to add a percentage) - STOCK - TITLE (we must be able to decide in which language).

We need to be able to "map" the columns we need for each file, since the CSVs are completely different.

We should load about 10-15 CSVs that need to be executed one after the other (we need to be able to move the order of the files).

If a file stops loading or has problems, it must be able to move on to the next file without interrupting the sequence.

 

Link to comment
Share on other sites

I do not understand why.
The execution of the CRON (A+B+C+D) should take place in this simple way:
1) upload file A (15000 products)
2) runs file A (15000 products)
3) upload file B (15000 products)
4) runs file B (15000 products)
5) upload file C (15000 products)
6) runs the C file (15000 products)
7) upload D file (15000 products)
😎 runs the D file (15000 products)
each file must be executed individually (15000 products) and in the established order.
Every two or three hours it starts again...

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