Uploading Thousand of products

Phoca Cart - complex e-commerce extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Uploading Thousand of products

Post by Jan »

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:
Image
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. :idea:

Jan
If you find Phoca extensions useful, please support the project

Tags:
saltri77
Phoca Member
Phoca Member
Posts: 49
Joined: 15 Mar 2020, 16:43

Re: Uploading Thousand of products

Post by saltri77 »

Solved, now it works with my file, thank you for everything
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Uploading Thousand of products

Post by Jan »

Ok, great to hear it.

Jan
If you find Phoca extensions useful, please support the project
Post Reply