2
Answers
Email order summary css
Hey Folks!
I'm editing this message type: admin/structure/messages/manage/commerce_order_order_confirmation
I'd like to style the output of !order-summary in the template, which looking at commerce_message.module, it seems to pull from the commerce_cart_summary view. Unfortunately it removes all the odd/even classes from the table in that view that get output in !order-summary and therefor the email.
I would like to retain the odd/even classes from view in the email if possible.
Thanks for any help!
Comments
I look at Inspect element. There are two table, might be can use CSS to handle that.