I have this design below for my product page;
I have also setup a Configurable Product for the pillows and have everything working, however I would like to be able to select the sizes using a button, rather than a dropdown (circled in red, in image above).
Is there a way to do so, or any ideas?
Which version of Magento are you using?
If you are using Magento 1.9.x series you can implement this using swatches.
Please refer this Magento documentation Swatches.
You got through this tutorial also Magento. How to add and manage Configurable Swatches
There are extensions also available for this functionality.
This looks promising! I'm going to try it out later today and will let you know.
Hey, so I looked over the article and have a few questions.
I tried it out, however it's adding onto the price, rather than changing it.. ( Here is a link to the live site with the product; http://jojorules.com/index.php/catalog/product/view/id/2 )
It's also not boxes/buttons, it still shows the dropdown.
I would also like the "description" to change whenever I change the product size, would there be a way to code this into the swatches somehow?
I'm only going to have this on 2 products, the rest of the products will only have 1 size, so won't need swatches.
Your theme must support swatches as well. You could try it out using default theme though to see if it works for you.