Repository Forums Support WooCommerce Extended Coupon Features PRO Free Products: Product Variations Reply To: Free Products: Product Variations

#263
Soft79
Keymaster

Sorry for the late reply.

You can achieve this by overriding the template files of my plugin. Copy them into wp_content/themes/your_theme/woocommerce-auto-added-coupons and make the required changes.

You can use wc_get_product_variation_attributes( $variation_id ); to get all the attributes of a variation.

Look into woocommerce/includes/class-wc-cart.php function get_item_data on how to render them.