Jump to content

Which tables are used for new categories and products?


djpaul

Recommended Posts

Hello!

I am writing a program in c# to insert/update/delete products which i recieve from a supplier.

So far it is almost working but I see that some small things aren't wright and maybe I am seeing some table over my head..

 

For insrting categories I use these tables:

- ps_category

- ps_category_group

- ps_category_lang

 

Everything in there goes well, only the nleft and nright function is still a little problem.

I see how it works, though... But that maybe later..

 

If I insert a product I use these tables:

- ps_product

- ps_product_lang

- ps_search_word

- ps_search_index

- ps_image

- ps_image_lang

- ps_ps_category_product

 

Are those all the table for the product? (standard with view images..)

Link to comment
Share on other sites

  • 1 year later...

Hello, sorry to bump this topic, but I have a similar question;

first of all, is the list for the products still correct? Also, what are the tables that store the features, please? Would it be possible to list what they store exactly? For instance, I can't understand what is stored in PS_image_lang.

 

edit: nevermind, found the database doc.

Edited by venom2506 (see edit history)
Link to comment
Share on other sites

PS_image_lang stores information about uploaded pictures LEGEND field

what is LEGEND?

XzClHzV.png

 

in simple words it's a "product title"

this is why you have got there a lot of fields 

7eoMKVK.png

 

first column id_image - it's a id of image

second column id_kang - id of language

third column legend - it's just a "translation" for legend field

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