Product Attributes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Anyone willing to share how the product attribute process works from the DATABASE perspective? I know how to set them up when editing a product. But I am creating a product programaticaly and need to be able to assign attributes to the created product.

Any insights would be greatly appreciated!

Thanks,
Jon
7 years ago
As a programmer you can navigate the properties (this is an open-source project).

1) Open Product.cs
2) You'll see 2 properties (a) ProductVariantAttributes and (b) ProductVariantAttributeCombination
3) You'll see that they are (a) ICollection<ProductVariantAttribute> and (b) ICollection<ProductVariantAttributeCombination>

Based on this info, you can press F12 and navigate around the classes / properties and etc.

:)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.