Search code examples
c#asp.netaspdotnetstorefront

Add Customer And Product Specific Attributes in Asp.Net Storefront


I am making changes to existing Asp.net Storefront application. I have two requirements regarding that.

1 ) I want to add customer specific attribute while creating the customer. I.e Is customer a retail customer or a wholesale customer ? How can i add this option on this page ? Is it possible or not ?

enter image description here

2 ) I want to add product specific attributes. i.e Please take a look at the screen shot.

enter image description here

there are some predefined attributes for all products. But what if i want to add some other custom attributes ? how can i achieve this ?

Thanks


Solution

  • I found the solution to my problem. As i stated i wanted to identify the customer as retailer or Wholesaler and wanted to assign the discount based on the customer type.

    I found that we can add the levels for particular customer. and can define several options for that level.

    It is available under users ==> Customer levels. Please take a look at the screenshot below.

    hope this can help some one.

    enter image description here