Make the message better
[MAILPOET-4740]
This commit is contained in:
@ -54,7 +54,7 @@ class AbandonedCart {
|
|||||||
'slug' => self::SLUG,
|
'slug' => self::SLUG,
|
||||||
'title' => _x('Abandoned Shopping Cart', 'This is the name of a type of automatic email for ecommerce. Those emails are sent automatically when a customer adds product to his shopping cart but never complete the checkout process.', 'mailpoet'),
|
'title' => _x('Abandoned Shopping Cart', 'This is the name of a type of automatic email for ecommerce. Those emails are sent automatically when a customer adds product to his shopping cart but never complete the checkout process.', 'mailpoet'),
|
||||||
'description' => __('Send an email to logged-in visitors who have items in their shopping carts but left your website without checking out. Can convert up to 5% of abandoned carts.', 'mailpoet'),
|
'description' => __('Send an email to logged-in visitors who have items in their shopping carts but left your website without checking out. Can convert up to 5% of abandoned carts.', 'mailpoet'),
|
||||||
'listingScheduleDisplayText' => _x('Email sent when a customer abandons his cart.', 'Description of Abandoned Shopping Cart email', 'mailpoet'),
|
'listingScheduleDisplayText' => _x('Send the email when a customer abandons their cart.', 'Description of Abandoned Shopping Cart email', 'mailpoet'),
|
||||||
'badge' => [
|
'badge' => [
|
||||||
'text' => __('Must-have', 'mailpoet'),
|
'text' => __('Must-have', 'mailpoet'),
|
||||||
'style' => 'red',
|
'style' => 'red',
|
||||||
|
@ -41,7 +41,7 @@ class CreateWooCommerceNewsletterCest {
|
|||||||
$i->click($template);
|
$i->click($template);
|
||||||
|
|
||||||
$this->fillNewsletterTitle($i, 'Abandoned Cart Email Creation');
|
$this->fillNewsletterTitle($i, 'Abandoned Cart Email Creation');
|
||||||
$this->activateNewsletterAndVerify($i, 'Abandoned Cart Email Creation', 'Email sent when a customer abandons his cart');
|
$this->activateNewsletterAndVerify($i, 'Abandoned Cart Email Creation', 'Send the email when a customer abandons their cart');
|
||||||
}
|
}
|
||||||
|
|
||||||
private function fillNewsletterTitle(\AcceptanceTester $i, $newsletterTitle) {
|
private function fillNewsletterTitle(\AcceptanceTester $i, $newsletterTitle) {
|
||||||
|
Reference in New Issue
Block a user