Kit building - dynamic changes
Kit building - dynamic changes
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?
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
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
BuildKitOptions which adds the controls to the product page. This may help you with your custom job
Re: Kit building - dynamic changes
Thanks I'll have a look - sounds like it's going to have to be a code solution rather than configuration?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Kit building - dynamic changes
There's a thread going about this that you might want to monitor.
viewtopic.php?f=42&t=7808&p=33069
viewtopic.php?f=42&t=7808&p=33069
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Kit building - dynamic changes
Dose anyone have dynamic options working on a able commerce site?
Re: Kit building - dynamic changes
Its possible with the product options but not with kits, have a look at the following post
viewtopic.php?f=44&t=8452
viewtopic.php?f=44&t=8452
Re: Kit building - dynamic changes
anyone have a demo of this?
Re: Kit building - dynamic changes
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
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