クーポン

次回適用済みクーポン

  • {{ appliedCoupon.planName }}

    お届け先{{ appliedCoupon.deliveryName }}

    {{ appliedCoupon.deliveryDate }}のお届けに適用

    {{ appliedCoupon.name }}

    {{ appliedCoupon.minSubtotalToUse }}円以上の購入で

    {{ appliedCoupon.couponDetail.includes(':') ? appliedCoupon.couponDetail.split(':')[1] : appliedCoupon.couponDetail }}

    あと{{ appliedCoupon.remainUsageCount }}回使用可能

    {{ appliedCoupon.endAt !== null ? formatExpiredDate(appliedCoupon.endAt) : '有効期限なし' }}まで有効

    使えるプラン

    {{ appliedCoupon.merchandiseInfoList.map(course => course.name).join('、') }}

    クーポンコード:{{ appliedCoupon.code }}

適用済みクーポンは、使用可能回数がある限り、解除をしなければ次回以降も適用になります。
次回適用済みのクーポンであっても、使用回数制限を超えて使用することはできません。

クーポンコードからお届けに使用する

適用済みのクーポンを取り消して、別のクーポンを適用することもできます。取り消されたクーポンをもう一度適用する場合は、再度クーポンコードの入力が必要になることがあります。

クーポンコードを入力

利用可能クーポン {{ couponList.filter(coupon => isCouponWithinExpiry(coupon.expired_date)).length }}件

  • {{ coupon.name }}

    {{ coupon.buyable_minimum_amount }}円以上の購入で

    {{ coupon.description }}

    あと{{ coupon.remaining_amount }}回使用可能

    {{ coupon.expired_date !== null ? formatExpiredDate(coupon.expired_date) : '有効期限なし' }}まで有効

    使えるプラン

    {{ coupon.courses.map(course => course.name).join('、') }}

    クーポンコード:{{ coupon.code }}