PDA

View Full Version : Disabling 1 permutation in a list


jmedinger
01-Jul-2003, 02:27 PM
I've got a thorny problem!

I have a list of items as choices (witihn an attribute) under a component.
Each of these can be bought as 1 of 2 types
The 2 types are set as choices within another attribute

All fine...

I 've 'filled the list' in the permutations of the component and added in the overriding prices - this all works fine

The problem is that there are a few items that can only be bought as 1 of the types.

Is there a way of disabling the purchase of thes items when that particular combination is selected?

If it's any help, the page with this issue on is
http://www.fastbikebits.com/acatalog/miscellaneous.html

I look forward to anyone being able to help!

Cheers
Jos

Ben
02-Jul-2003, 01:36 PM
Hi Jos

Within the component dialogue, in the list of permutations, one of the columns is 'Valid'. You can uncheck all of the invalid combinations. When the customer tries to order an invalid combination, they are shown an error message and sent back to the product for a different selection.

Ben

jmedinger
02-Jul-2003, 03:24 PM
Bingo!

This works a treat thanks Ben

Cheers

Jos