Re: Understanding Variants
Is there any way to show the price for each variant (like you have done in the diagram) on the product reader page? So the user can see the price for each option without having to click on each one.
Re: Understanding Variants
normally it's rendered into a select dropdown which auto-updates the price field, but I guess you could inspect the $this-> array to see where the fields are located.
Re: Understanding Variants
The product does not include that information unles it is queried with specific variant set. My understanding is that variants are individual products grouped on the common product which appears in the productlist. I would not expect the grouping product to include the info you request.
I've requested something similar here: www.contao-forge.org/issues/2139