My client has a web site powered by ExpressionEngine. She has a shopping cart and now displays each product with one size and one price. She would like to have the option of offering her products in a variety of sizes with appropriate prices that vary by size. She’s using a template provided by ExpressionEngine / ePower. Since she uses PayPal to process payments, the line of code for each product currently reads:
<span class=“origin”>{origin}</span>{description}<span class=“price”>{price}</span>{paypal}
How do I modify this line of code to provide size and price options for each of the existing products? We’d like to be able to include up to 4 options?
Thanks!
Carol
