Hi,
I want to dynamically update the price display according to the permutation choice. So, I need to be able, when the user picks a given choice, to grab the price of the corresponding permutation. All permutations are set to Associated Product Price. There is such a variable (PermutationPrice) in the library, but each time I attempt to use it I get an error saying that said variable is used out of context.
There is a related problem in this regards. The products and their respective components were imported from v5. Contrary to v8, v5 could not associate a layout to a components and permuations. Therefore, I don't have any layouts for my products' components, which is a possible explanation to the permutationprice variable's being out of context. Assigning a layout to a component involves creating a new component and refill the permutation list... kind of tedious
Any solution??
I want to dynamically update the price display according to the permutation choice. So, I need to be able, when the user picks a given choice, to grab the price of the corresponding permutation. All permutations are set to Associated Product Price. There is such a variable (PermutationPrice) in the library, but each time I attempt to use it I get an error saying that said variable is used out of context.
There is a related problem in this regards. The products and their respective components were imported from v5. Contrary to v8, v5 could not associate a layout to a components and permuations. Therefore, I don't have any layouts for my products' components, which is a possible explanation to the permutationprice variable's being out of context. Assigning a layout to a component involves creating a new component and refill the permutation list... kind of tedious
Any solution??
Comment