an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 8/12/2009 11:32:32 AM By lukezy. 3 replies.
8/12/2009 10:02:23 AM
4safety
Posts: 124
Joined: 5/11/2009
Attributes
I guess ill ask this question again.
 
Have you thought about making attributes able to be applied to different sizes?  Say we have a jacket in medium and that stock is available in Blue and Black but the Larges we have in Brown Black and Green. Etc
8/12/2009 10:27:22 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Attributes
I guess there are two ways.
1) create two attributes size and color and then assign the attributes to products
2) If you want to track inventory of the combination of the attributes, you can create one attribute called size_color. In the attribute values you can specify medium blue, medium black, large brown back and large green etc.
DotShoppingCart Staff
8/12/2009 10:41:02 AM
4safety
Posts: 124
Joined: 5/11/2009
Re: Attributes
I was reading through the forum and came across a post where someone was requesting you to customize the software for his needs.  Is this something that you do often? and can that happen with the ondemand service?
8/12/2009 11:32:32 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Attributes
No, we don't do customization usually. If the feature request is common enough, we will consider implementing it in our next release. With ondemand service you cannot customize your code.
DotShoppingCart Staff