Suggestions about product attributes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 年 前
bradsulli wrote:
Is there anyway this could be added as a feature in another release?  If you think about it, I'm sure there are many others with the need for this minor update.

Please see my post above
9 年 前
CodeGolem wrote:
Hello,

I've always thought nopCommerce is a great e-commerce platform, but it has a poor attribute management, and I still see there are no improvements in the latest releases.

Say, I have to deal with stores that have thousands of products, and only size/color attributes.
I have to insert possible attribute values for each product, and this ends up with thousands of duplicate values in the ProductVariantAttributeValue table.
Even more frustrating: attribute combinations are handled through XML strings, not with relational data in the database.

This works fine with small stores, but it's hard to deal when the store grows bigger and bigger.
I am often asked to implement custom import procedures to synchronize the store with any kind of external sources.
It's hard to explain to the client that each synchronization run requires hours of processing, most of the time they think I'm unable to write optimized code.

First suggestion: I noticed that the GetProductVariantAttributesByProductId() method in the ProductAttributeService was becoming very slow to retrieve values.
This is becaus the Linq query orders the record by display order, but there is no index configured on the displayorder column.
I got great performance improvements by adding a ProductId, DisplayOrder index to the Product_ProductAttribute_Mapping table.

Second suggestion: years ago I was working on a e-commerce project (this was before I knew nopCommerce).
I used a different approach for attributes: I had introduced the "Product Typology" entity.
Attributes were mapped to the typology instead of a single product, as well as possible values.
Then, each product had its typology and possible value combinations (picking from the values available to that typology).

Example:
Product typology: "Shirt"
Shirt has: Size and Color
Size may be: S, M, L
Color may be: red, green, blue
When I created a "shirt" product, I then assigned the "Shirt" typology, and I only had to choose the available Size/Color combinations.

Notice, in this scenraio I have to insert possible values only once, not per each Shirt I have in my store!
Furthermore: there is not need to emebd data in an XML field, and therefore performs much better when you have to query/insert data.

In my project I also ended up to bind the product typology to a category instead of a single product... but this in not an important point.

Don't you think this would greatly enhance attribute management in nopCommerce?

Any comments are greatly welcome.

Bye,
Gianni


Hi,
Please have the following plugin
https://www.nopcommerce.com/p/1693/quick-copy-product-attributes.aspx
This is the exact answer of your query and will dramatically reduce the effort to manage Product Attribute and Attribute Values.
At present we have two release for nopCommerce Version 3.20 and nopCommerce version 3.30
9 年 前
Hi All,

More often we have common attribute and even attribute value for multiple product. So for creating Attribute for each product and then managing value for each attribute is a tedious job for Site Administrator.
So here we came with a solution for managing attribute in efficient and effective manner.

Here using our plugin you can copy single or multiple attribute to single of multiple product in one go.

At present we are supporting two versions of nopCommerce i.e. V3.20 and V3.30
You can have the link to download product attribute as follows:

https://www.nopcommerce.com/p/1693/quick-copy-product-attributes.aspx
9 年 前
I downloaded it to try it out, but it doesn't seem to work.  It's not even showing up in my plugins list even after I reload the list, but I'm currently using Nop 3.4 so that might be why.  When will you have support for 3.4 or 3.5?

Thanks,

Brad
9 年 前
At present plugin support only version 3.2 and 3.3
We are working for 3.4 and 3.5 version and by March 20 2015, we will have compatible release.
9 年 前
bradsulli wrote:
I downloaded it to try it out, but it doesn't seem to work.  It's not even showing up in my plugins list even after I reload the list, but I'm currently using Nop 3.4 so that might be why.  When will you have support for 3.4 or 3.5?

Thanks,

Brad


Hi Brad,

We have released the Quick Copy Product Attributes for version 3.4 .
You can download same from https://www.nopcommerce.com/p/1693/quick-copy-product-attributes.aspx

Please let us know your further feedback if any. We will release for version 3.5 by end on ongoing week.

Thanks
WLI Team
8 年 前
That such an error without the source code is not correct, you will be able to fix it?

http://www.icq.com/files/9A717E76CA454CB892CD41D1B08B9726
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.