bleroy / Nwazet.Commerce

Idiomatic commerce module for Orchard CMS.
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

Specification attributes for filtering and comparison #85

Open armanforghani opened 8 years ago

armanforghani commented 8 years ago

I need to use some specification attributes to describe my products. Also i will use these attributes for filtering products on category page or comparison.

  1. Can i done this task with this module?
  2. Do you agree we should separate Product Attributes and Specification Attributes? (NopCommerce uses this approach)

In nopCommerce, the product attributes are quantifiable or descriptive aspects of a product (such as, color). For example, if you were to create an attribute for color, with the values of blue, green, yellow, and so on, you may want to apply this attribute to shirts, which you sell in various colors (you can adjust a price or weight for any of existing attribute values). You can then map these attributes to a product variant later on.

Unlike product attributes, specification attributes are used for information purposes only (visible on product details page) and can be used for filtering products on the category details page. They are mapped to products and not to product variants. (Product attributes are mapped to product variants, as described in the section above.)

Any help would be much appreciated.

/cc @bleroy

bleroy commented 8 years ago

That looks like a job for taxonomies.