Products may or may not have features and many products can have the same features.
Feature assignments are handled by the field "Features" in the Products table. If a product has features, then the Features field has a list of numbers such as "1,4".
The numbers in the comma-delimited list represent groups of features on the ProdFeatures Table.
For example, if there are four records in the ProdFeatures table with Featurenum = 1, then the four are displayed in a dropdown list.
If there are seven features within Featurenum=4, then the seven items are displayed in another dropdown list.
VPCART defaults to allowing four features to be assigned to one product at a time. If you want to have more features, you will need to change the following value in your Shop Configuration.
Xmaxfeatures |
20 |