私は100ドルからニュースレターにクーポンコードを追加する必要があります。私は、Magentoの2にクーポンコードを生成する方法自動的
->setTemplateVars(
['subscriber' => $this,
'coupon_code' => $this->getCouponCode()
])
protected function getCouponCode() { . . . . . . return $couponCode; }
sendConfirmationSuccessEmail
方法で\ Magentoの\ニュースレター\モデル\サブスクライバーを書き直しましたか?