标签: woocommerce-subscriptions
我想在自定义帐户页面中显示优惠券的数量。以及如何从优惠券数据中获取金额?
使用的代码。
$item->get_code()
我收到了优惠券的代码。
所以我尝试了:
$item->get_amount()
它不起作用。