Email Order Items Variations
-
Hello
I’m having trouble formatting the variations output in my emails-order-items.php template
This is the line that outputs the variations in my emails
// Variation
echo ($item_meta->meta) ? ‘
<small>’ . nl2br( $item_meta->display( true, true ) ) . ‘</small>’ : ”;How do I format it this so I can control style of variations and attributes independently?
<small> tags style the entire output and won’t give me style attribute only
I have looked at https://woocommerce.wp-a2z.org/oik_api/wc_order_item_metadisplay/ but im not too great with code and am unsure as to how to implement this into my php
- The topic ‘Email Order Items Variations’ is closed to new replies.