Difference in grouped product and simple product?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
From sql database product table, how can i tell if a product is grouped with variants or simple individual product?

Product Type or Template name and ID could be different for some stores so what else is different (except product template)?
7 years ago
pepper wrote:
From sql database product table, how can i tell if a product is grouped with variants or simple individual product?

Product Type or Template name and ID could be different for some stores so what else is different (except product template)?

Simple products have ProductTypeId = 5, Grouped products have ProductTypeId = 10

This comes from the ProductType enum so I'm not sure what you mean when you say they could be different for some stores.
7 years ago
you are right thanks

i was confused in template and type
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.