Update PurchasedInCategory and PurchasedProduct
Add "after purchase" text to the page MAILPOET-4658
This commit is contained in:
committed by
Aschepikov
parent
6cb5ceca21
commit
885b51a6cf
@ -55,6 +55,7 @@ class PurchasedInCategory {
|
|||||||
'listingScheduleDisplayText' => __('Email sent when a customer buys a product in category: %s', 'mailpoet'),
|
'listingScheduleDisplayText' => __('Email sent when a customer buys a product in category: %s', 'mailpoet'),
|
||||||
// translators: %s is the name of the category.
|
// translators: %s is the name of the category.
|
||||||
'listingScheduleDisplayTextPlural' => __('Email sent when a customer buys a product in categories: %s', 'mailpoet'),
|
'listingScheduleDisplayTextPlural' => __('Email sent when a customer buys a product in categories: %s', 'mailpoet'),
|
||||||
|
'afterDelayText' => __('after purchase', 'mailpoet'),
|
||||||
'options' => [
|
'options' => [
|
||||||
'multiple' => true,
|
'multiple' => true,
|
||||||
'endpoint' => 'product_categories',
|
'endpoint' => 'product_categories',
|
||||||
|
@ -76,6 +76,7 @@ class PurchasedProduct {
|
|||||||
'listingScheduleDisplayText' => __('Email sent when a customer buys product: %s', 'mailpoet'),
|
'listingScheduleDisplayText' => __('Email sent when a customer buys product: %s', 'mailpoet'),
|
||||||
// translators: %s is the name of the products.
|
// translators: %s is the name of the products.
|
||||||
'listingScheduleDisplayTextPlural' => __('Email sent when a customer buys products: %s', 'mailpoet'),
|
'listingScheduleDisplayTextPlural' => __('Email sent when a customer buys products: %s', 'mailpoet'),
|
||||||
|
'afterDelayText' => __('after purchase', 'mailpoet'),
|
||||||
'options' => [
|
'options' => [
|
||||||
'multiple' => true,
|
'multiple' => true,
|
||||||
'endpoint' => 'products',
|
'endpoint' => 'products',
|
||||||
|
Reference in New Issue
Block a user