【发布时间】:2015-01-04 15:57:10
【问题描述】:
目前,我的电子邮件订单显示了产品页面上的所有属性。但是,我只想显示一些属性,例如颜色和交货。
/templates/emails/email-order-items.php
这是代码...我需要做哪些更改?
// Variation
if ( $item_meta->meta ) {
echo '<br/><small>' . nl2br( $item_meta->display( true, true ) ) . '</small>';
}
【问题讨论】:
标签: php email woocommerce attributes orders