Page 1 of 1

Kit building - dynamic changes

Posted: Thu Aug 14, 2008 6:43 am
by Ian R
Hi,

I'm trying to build kits for our products that give options for

Size - Small* default, Medium, Large
Mounts - No Mount* default, Small, Medium, Large
Frames - No Frame* default, Small, Medium, Large

The second 2 options are dependant on the first. I can build a kit that has all the options available but if you choose a "small" image we don't want to show the options for "medium mount" "large mount" "medium frame" "large frame". Is there any simple way of achieving this?

Re: Kit building - dynamic changes

Posted: Thu Aug 14, 2008 7:23 am
by mazhar
Have a look at the App_Code/ProductHelper.cs class. This class contains the method lik
BuildKitOptions which adds the controls to the product page. This may help you with your custom job

Re: Kit building - dynamic changes

Posted: Thu Aug 14, 2008 7:25 am
by Ian R
Thanks I'll have a look - sounds like it's going to have to be a code solution rather than configuration?

Re: Kit building - dynamic changes

Posted: Thu Aug 14, 2008 8:45 am
by jmestep
There's a thread going about this that you might want to monitor.
viewtopic.php?f=42&t=7808&p=33069

Re: Kit building - dynamic changes

Posted: Thu Oct 23, 2008 7:00 am
by kastnerd
Dose anyone have dynamic options working on a able commerce site?

Re: Kit building - dynamic changes

Posted: Thu Oct 23, 2008 7:15 am
by mazhar
Its possible with the product options but not with kits, have a look at the following post
viewtopic.php?f=44&t=8452

Re: Kit building - dynamic changes

Posted: Thu Nov 06, 2008 8:43 am
by kastnerd
anyone have a demo of this?

Re: Kit building - dynamic changes

Posted: Thu Nov 06, 2008 9:09 am
by mazhar
Here is the demo link
http://demo.ablecommerce.com/ac7_stable ... 26683.aspx

In order to do this first create options and create variants then go and enable the Inventory Tracking at variant level from product details. Then mark some product variant unavailable depending upon how you want to show the drop down selection. Something as below