If I have a product 'widget' which is available in different sizes where each size is a different price, how do I present the product with one Add To Cart button for each size and also include the prices? (Using V8)
E.g.
Widget
The best thing since sliced bread.
SIZE 1: £22 ADD_TO_CART
SIZE 2: £33 ADD_TO_CART
SIZE 3: £44 ADD_TO_CART
I can do the above using a drop-down list but can't get multiple buttons to work.
Many Thanks
Dave
E.g.
Widget
The best thing since sliced bread.
SIZE 1: £22 ADD_TO_CART
SIZE 2: £33 ADD_TO_CART
SIZE 3: £44 ADD_TO_CART
I can do the above using a drop-down list but can't get multiple buttons to work.
Many Thanks
Dave
Comment