Features range

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Features range

Jacques Le Roux
Administrator
Is there a way to easily deal with features ranges like " Model Year Features"
https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategoryFeatures?productFeatureCategoryId=1001

I mean if you have to frequently create such large ranges

Thanks

Jacques
Reply | Threaded
Open this post in threaded view
|

Re: Features range

BJ Freeman
other than doing in xml files and importing.
ranges in number is not a big problem in coding
so you could have start and finish range.
size range would require a third box of step.
How would you do from small to xxxl for size?
maybe have a enumeration.
a color range may prove more challenging.
again with enumeration.

thinks it is doable.

Jacques Le Roux sent the following on 8/4/2008 1:25 PM:
> Is there a way to easily deal with features ranges like " Model Year Features"
> https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategoryFeatures?productFeatureCategoryId=1001
>
> I mean if you have to frequently create such large ranges
>
> Thanks
>
> Jacques

Reply | Threaded
Open this post in threaded view
|

Re: Features range

Jacques Le Roux
Administrator
I have to do it in UI, so XML is not an option. It seem indeed that I have to do it myself, thank for the ideas. Hopefully I will
contribute something.

Jacques

From: "BJ Freeman" <[hidden email]>

> other than doing in xml files and importing.
> ranges in number is not a big problem in coding
> so you could have start and finish range.
> size range would require a third box of step.
> How would you do from small to xxxl for size?
> maybe have a enumeration.
> a color range may prove more challenging.
> again with enumeration.
>
> thinks it is doable.
>
> Jacques Le Roux sent the following on 8/4/2008 1:25 PM:
>> Is there a way to easily deal with features ranges like " Model Year Features"
>> https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategoryFeatures?productFeatureCategoryId=1001
>>
>> I mean if you have to frequently create such large ranges
>>
>> Thanks
>>
>> Jacques
>