database table products data

  • Posts: 41
  • Thank you received: 1
5 years 5 months ago #299817

-- Joomla version -- : 3.4.8
-- PHP version -- : 5.3.29
-- Browser(s) name and version -- : chrome

Hello! I'm trying to build another user panel to create products for my employers but I don't know in which table of the database is stored the data of each product.
Thanks.

Best regards.

Please Log in or Create an account to join the conversation.

  • Posts: 81511
  • Thank you received: 13066
  • MODERATOR
5 years 5 months ago #299820

Hi,

The data of the products is mainly stored in the hikashop_product table.
However, you also have to add a link between a category and the product in the hikashop_product_category table.
And if you want to add a price to the product, you want to add it in the hikashop_price table while the images and files of the products should have an entry in the hikashop_file table.

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum