1
Currently, as far as I know, the attributes are created in the product edition in "Product Data" on Woocommerce. When entering the Attribute Value:
30 | 60 | 90 |
A drop-down at the front. However, I need to be generated a RADIO. How can I customize this attribute for such purpose? Should I edit the core or is there a possibility by admin?
Like (almost) everything in Woocommerce, it has a filter for get_attributes: http://docs.woothemes.com/wc-apidocs/source-class-WC_Product.html#1363. You have to take a look at the product template to see how it interacts with the frontend...
– Ricardo BRGWeb