Display WooCommerce attributes grouped in tabs
-
Working on a site that uses WooCommerce as the cart. I’ve managed to get my attributes to display on individual tabs on the product page and restyle the radio buttons to images. I’m wondering if there’s a way to control what attributes appear on each tab, group them together. Right now the loop just places them in their own table row. So something similar to:
NOW
- Tab 1= base
- Tab 2= color
- Tab 3= fabric
- Tab 4= stripes
- Tab 5= Quantity & Add To Cart
-
LOOKING FOR
- Tab 1= base
- Tab 2= color & fabric
- Tab 3= stripes
- Tab 4= Quantity & Add To Cart
How can I grab an attribute, display its options in the tr. Grab two other attributes, display them, etc?
- The topic ‘Display WooCommerce attributes grouped in tabs’ is closed to new replies.