Rizzzle Posted August 13 Share Posted August 13 Hello, I'm developing a website that will import it's product quanitities from the suppliers CSV file (url) that is refereshed once every hour. The CSV has two fields useful fields: SKU and quantity. Does anyone know a module that would be a good solution for this issue? Thanks Link to comment Share on other sites More sharing options...
ps8modules Posted August 16 Share Posted August 16 (edited) Hi. No extra module is needed for this. All you need is a well-written script that you will run via a Cron job. It all depends on whether the CSV has a header, the number of records and whether the SKU is also for combinations. Update quantity or price from URL CSV feed Edited August 19 by ps8modules.com (see edit history) 1 Link to comment Share on other sites More sharing options...
Constantino Posted August 23 Share Posted August 23 On 8/13/2024 at 12:26 PM, Rizzzle said: Hello, I'm developing a website that will import it's product quanitities from the suppliers CSV file (url) that is refereshed once every hour. The CSV has two fields useful fields: SKU and quantity. Does anyone know a module that would be a good solution for this issue? Thanks you can use store manager, it does not have strict requirements to the import file and you can set up a cron task every hour https://www.prestashopmanager.com/useful-articles/tips-tricks/update-prestashop-inventory-having-only-2-columns-in-import-file/. there's also an option to specify the file directory for next imports, so it can take the new files on its own. try the trial to check how it works 1 Link to comment Share on other sites More sharing options...
WisQQ Posted August 23 Share Posted August 23 (edited) Dnia 13.08.2024 o 11:26 AM, Rizzzle napisał: Hello, I'm developing a website that will import it's product quanitities from the suppliers CSV file (url) that is refereshed once every hour. The CSV has two fields useful fields: SKU and quantity. Does anyone know a module that would be a good solution for this issue? Thanks I made such script sometime ago, you can find it here I didnt update it since, because i made module out of it so if you need any assists just write there and i will help you Edited August 23 by WisQQ (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now