Hi,
I think I've followed everything to the letter here but still this does not appear to be working. I'll list my procedure and if anyone can help point out where I've slipped up it would be much appreciated:
1. I have a product called 'Raglan Shirt - Brown Stripe' and it comes in 5 sizes, each size has differing stock. I set up the product called 'Raglan Shirt - Brown Stripe' and I make sure that stock monitoring is not enabled.
2. I then set up 5 'hidden' products to represent each size of the shirt and enable stock monitoring and input the stock amounts. I've called these products '911s br 1' to '911s br 5' so that I can recognise these products in the list when I set up the permutations.
3. I set up a component which I can 'stock' and set this to allow 'selectable permutations'. I add to this the attribute 'size' and add five choices 1 - 5 for the five sizes.
4. I go into permutations and associate each size with each of the hidden products which represents that size.
5. I go to Design|Library|Conditions, right click on 'permutations' and add a new condition.
6. I call it IsAssociatedProductInStock and set the condition to ((<actinic:variable name="AssociatedProduct::IsStockMonitored" /> == false) OR
(<actinic:variable name="AssociatedProduct::StockLevel" /> > <actinic:variable name="AssociatedProduct::StockSuspendLevel" />))
7. I then go to the design tab and click on the permutation drop down list in my product 'Raglan shirt - brown stripe'.
8. In the layout 'drop down permutation list' I select the layout selector 'drop down permutation entry' and click 'insert block and input the following (<actinic:variable name="PermutationAssociatedNameIsUsed" /> == FALSE) OR (<actinic:variable name="PermutationAssociatedNameIsUsed" /> AND <actinic:variable name="IsAssociatedProductInStock" /> == TRUE)
I then test but the list still shows all the products.
Thanks for your help.
I think I've followed everything to the letter here but still this does not appear to be working. I'll list my procedure and if anyone can help point out where I've slipped up it would be much appreciated:
1. I have a product called 'Raglan Shirt - Brown Stripe' and it comes in 5 sizes, each size has differing stock. I set up the product called 'Raglan Shirt - Brown Stripe' and I make sure that stock monitoring is not enabled.
2. I then set up 5 'hidden' products to represent each size of the shirt and enable stock monitoring and input the stock amounts. I've called these products '911s br 1' to '911s br 5' so that I can recognise these products in the list when I set up the permutations.
3. I set up a component which I can 'stock' and set this to allow 'selectable permutations'. I add to this the attribute 'size' and add five choices 1 - 5 for the five sizes.
4. I go into permutations and associate each size with each of the hidden products which represents that size.
5. I go to Design|Library|Conditions, right click on 'permutations' and add a new condition.
6. I call it IsAssociatedProductInStock and set the condition to ((<actinic:variable name="AssociatedProduct::IsStockMonitored" /> == false) OR
(<actinic:variable name="AssociatedProduct::StockLevel" /> > <actinic:variable name="AssociatedProduct::StockSuspendLevel" />))
7. I then go to the design tab and click on the permutation drop down list in my product 'Raglan shirt - brown stripe'.
8. In the layout 'drop down permutation list' I select the layout selector 'drop down permutation entry' and click 'insert block and input the following (<actinic:variable name="PermutationAssociatedNameIsUsed" /> == FALSE) OR (<actinic:variable name="PermutationAssociatedNameIsUsed" /> AND <actinic:variable name="IsAssociatedProductInStock" /> == TRUE)
I then test but the list still shows all the products.
Thanks for your help.
Comment