Hi, the best way is to export products from some previously created Phoca Cart instance and debug the exported CSV, so you know the format of the file.
For example, if product is stored in more categories:
such information is stored in JSON format in CSV.
In general, in ecommerce software, we move in very complex data storage structures. The requirements for e-commerce are completely different than for some simple components. We can't just store the category number. If there are requirements for the possibility of having products in more than one category, in addition to the multidimensional field with category numbers, we also store their order, etc. And so it is for most data in e-commerce. Plus, of course, the complexity of their relational connections. Therefore, it is always easiest to use SQL directly for such complex structures.
Jan
Uploading Thousand of products
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Uploading Thousand of products
If you find Phoca extensions useful, please support the project
Tags:
-
- Phoca Member
- Posts: 49
- Joined: 15 Mar 2020, 16:43
Re: Uploading Thousand of products
Solved, now it works with my file, thank you for everything
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Uploading Thousand of products
Ok, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project