|
|
If we have more than one required item we must use a template to find them. Our variables will not work anymore and we will have to use a parameter. We want to produce output similar to the above - but to include each of the required items: Album: Blur price: 12 quantity: 3 total: 36 ============= Album: Travis price: 13 quantity: 1 total: 13 ============= |