Description
WooCommerce Product Variation Table combines all of the custom attributes defined for a given product to display them at-a-glance for the buyer.
For instance if you have t-shirts in Small, Medium, and Large and also in Red and Blue, but you want people to know what size/color combinations are available, then look no further.
WooCommerce Product Variation Table will build a table of results that shows:
Small/Red $10 Medium/Blue $12 Large/Red $15 Large/Blue $15
You can copy the custom table template from templates/single-product/product-variation-table.php
to woocommerce/single-product/product-variation-table.php
in your theme for total customization control over the look, layout, and style.
Installation
- Unzip woocommerce-product-variation-table.
- Upload the
woocommerce-product-variation-table
folder to the/wp-content/plugins/
folder of your site. - Activate the plugin through the 'Plugins' menu in wp-admin.
Changelog
1.0
- Initial release