1
我需要將優惠券代碼從$ 100加到通訊中。我做了改寫\ Magento的\新聞\型號\用戶的方法sendConfirmationSuccessEmail
->setTemplateVars(
['subscriber' => $this,
'coupon_code' => $this->getCouponCode()
])
protected function getCouponCode() { . . . . . . return $couponCode; }
如何自動生成在Magento 2優惠券代碼?