############################################################################################ How to make an Actinic V6 selection button matrix for a list of colours and sizes, all with different prices, display the appropriate price on each button. ############################################################################################ Make a copy of Act_ProductLine.html and call it (say) Table_ProductLine.html Edit Table_ProductLine.html and replace the line:- NETQUOTEVAR:ADDTOCARTBUTTON with the following code:- ############################################################################################ Now create your product with zero price. Select Table_ProductLine.html as the Product Layout. Give it a single component called (say) Info. Give this component an Attribute called Colour. Give that Attribute choices for each colour (say; Red, Blue). Give this component another Attribute called Size. Give that Attribute choices for each size (say; Small, Medium, Large). Now double click the component, choose Permutations, Fill List, and fill in the corresponding prices for each combination. OK out, double click the product and you'll now have a Components tab. Under Components, select Sum of Component Prices. Finally put the following code into the Full Description box (under all your own text):- !!<>!! You have to alter the colour, size and price descriptions to match your product. Only change the bits within the square brackets. All entries need 'quotes' as shown. The prices list is in pounds and should follow the sequence Colour1-Size1, Size2, Size3; Colour2-Size1, Size2, Size3. You can have any number of colours and sizes and the button matrix will be automatically built to suit. Norman