Product Specifications regarding weight, length, etc.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
How are you guys handling generic specifications such as weight?

If i want weight to be listed in the product specification tab then i would do the following. Create a specification called Weight. Assign a weight value for each product in the catalog that needs one. Assign the weight and value pair to each product. This is obviously cumbersome as a weight value would exist for the number in the catalog.

For each product variant, there is a weight, length, height and width spec. Are you guys (that want these specs to show up in the tab) pulling these specs out of here and appending in the ProductSpecifications server control?
13 years ago
Create a sql function that does it. Then when you have updated the products, run it. Of course you do not need to build this into NopCommerce. Just use SQL Server Management Studio (I like it).

That should just take a minute or two.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.