Hi,
I have a product with an associated product which does not have any choices. So the associated product is automatically added to the order when the main product is ordered.
My problem is that I need to display whether the main product is in stock or not, but it needs to be based on whether the hidden associated product is in stock or not
I have tried using the IsAssociatedProductInStock condition in a blockif statement but cannot get it to work, it will not block or unblock the message when I change the associated products stock level.
Has anybody else come accross this problem.
I have a product with an associated product which does not have any choices. So the associated product is automatically added to the order when the main product is ordered.
My problem is that I need to display whether the main product is in stock or not, but it needs to be based on whether the hidden associated product is in stock or not
I have tried using the IsAssociatedProductInStock condition in a blockif statement but cannot get it to work, it will not block or unblock the message when I change the associated products stock level.
Has anybody else come accross this problem.
Comment