Hi, I am making some new additons to my site. Some of the new products have a standard base and a component top that has mulitiple choices, to make it more complex there is a colour choice that needs apply both to the base and top. Is there anyway I can use just one drop down box that will select both components colours and another that will select the type of top I require?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Multiple components with 1 attribute
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
So you always need to sell a black base with a black top but with a choice of black top styles?
You can code a dynamic list for the top choices which is generated depending on the first list choice but this could get very messy with the Actinic program. A simple solution would be to have a different prooduct for each of the base colours and then one drop down list for the top styles eg:
Product : Black Base 1
Options : Top style A in black, Top style B in black
Product : Red Base 2
Options : Top style A in red, Top style B in red
This would then prevent people buying a black base with a red top
Comment
 
							
						
Comment