Bagisto Attributes
-
Hi everyone,
I am working with bagisto for a client ecom site that we are converting from magento to bagisto i have some products that i want to add into bagisto db i wanna know what tables are there in the bagisto db i need to insert data.
I found products and flat products but after i insert data the price author and publisher is not avaialble. what i am doing wrong here please advice.
Please guide me for products and attributes db structure
Regards -
Hi @usman-tahir,
Product flat is just a for faster view. The main table is the
products
table which is liked to theproduct_attribute_values
,product_categories
,product_images
,product_inventories
, and many more. -
@devansh-webkul said in Bagisto Attributes:
product_attribute_values
Hi thank you for the rely can you please guide me the product_attribute_values table structure
-
Hi @usman-tahir,
This is very vast, I can suggest you check the
Product
package, that will definitely help you.