Display Body of the MSS Pitch
[MAILPOET-2142]
This commit is contained in:
committed by
Jack Kitterhing
parent
c15919a3e9
commit
08f564b459
@@ -9,6 +9,7 @@ function Success(props) {
|
|||||||
return (
|
return (
|
||||||
<PitchMss
|
<PitchMss
|
||||||
MSS_pitch_illustration_url={props.MSS_pitch_illustration_url}
|
MSS_pitch_illustration_url={props.MSS_pitch_illustration_url}
|
||||||
|
onFinish={props.successClicked}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@@ -3,6 +3,7 @@ import PropTypes from 'prop-types';
|
|||||||
import MailPoet from 'mailpoet';
|
import MailPoet from 'mailpoet';
|
||||||
|
|
||||||
import WelcomeWizardStepLayoutBody from '../../../wizard/layout/step_layout_body.jsx';
|
import WelcomeWizardStepLayoutBody from '../../../wizard/layout/step_layout_body.jsx';
|
||||||
|
import WelcomeWizardPitchMSSStep from '../../../wizard/steps/pitch_mss_step.jsx';
|
||||||
|
|
||||||
function PitchMss(props) {
|
function PitchMss(props) {
|
||||||
return (
|
return (
|
||||||
@@ -12,7 +13,12 @@ function PitchMss(props) {
|
|||||||
illustrationUrl={props.MSSPitchIllustrationUrl}
|
illustrationUrl={props.MSSPitchIllustrationUrl}
|
||||||
displayProgressBar={false}
|
displayProgressBar={false}
|
||||||
>
|
>
|
||||||
HERE COMES THE BODY
|
<WelcomeWizardPitchMSSStep
|
||||||
|
next={props.onFinish}
|
||||||
|
subscribersCount={25}
|
||||||
|
mailpoetAccountUrl="http://xxx"
|
||||||
|
isWoocommerceActive={true}
|
||||||
|
/>
|
||||||
</WelcomeWizardStepLayoutBody>
|
</WelcomeWizardStepLayoutBody>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@@ -350,7 +350,21 @@
|
|||||||
'congratulationsSendFailHeader': __('Oops! We can’t send your newsletter 😕'),
|
'congratulationsSendFailHeader': __('Oops! We can’t send your newsletter 😕'),
|
||||||
'congratulationsSendFailExplain': __('Rest assured, this is fairly common and is usually fixed quickly. [link]See our quick guide[/link] to help you solve this and get your website sending.'),
|
'congratulationsSendFailExplain': __('Rest assured, this is fairly common and is usually fixed quickly. [link]See our quick guide[/link] to help you solve this and get your website sending.'),
|
||||||
'congratulationsLoadingHeader': __('Congrats, you’re sending your first newsletter! We’re doing a quick verification to make sure everything works fine.'),
|
'congratulationsLoadingHeader': __('Congrats, you’re sending your first newsletter! We’re doing a quick verification to make sure everything works fine.'),
|
||||||
|
|
||||||
'congratulationsMSSPitchHeader': __('Your email has been sent'),
|
'congratulationsMSSPitchHeader': __('Your email has been sent'),
|
||||||
|
'welcomeWizardMSSFreeTitle': _x('MailPoet Premium is entirely free for you. Sign up!', 'Promotion for our email sending service: Title'),
|
||||||
|
'welcomeWizardMSSFreeSubtitle': _x('Did you know? Users with 1,000 subscribers or less get the Premium for free.', 'Promotion for our email sending service: Paragraph'),
|
||||||
|
'welcomeWizardMSSFreeListTitle': _x('You’ll get', 'Promotion for our email sending service: Paragraph'),
|
||||||
|
'welcomeWizardMSSList1': _x('Access to detailed analytics', 'Promotion for our email sending service: Feature item'),
|
||||||
|
'welcomeWizardMSSList2': _x('MailPoet sends your emails for great deliverability', 'Promotion for our email sending service: Feature item'),
|
||||||
|
'welcomeWizardMSSList3WooCommerce': _x('Email marketing for WooCommerce', 'Promotion for our email sending service: Feature item'),
|
||||||
|
'welcomeWizardMSSList4': _x('Fast, priority support', 'Promotion for our email sending service: Feature item'),
|
||||||
|
'welcomeWizardMSSList5': _x('Remove the MailPoet logo from the footer of your emails', 'Promotion for our email sending service: Feature item'),
|
||||||
|
'welcomeWizardMSSFreeButton': _x('Sign up for free!', 'Promotion for our email sending service: Button'),
|
||||||
|
'welcomeWizardMSSNotFreeTitle': _x('It’s now time to take your MailPoet to the next level', 'Promotion for our email sending service: Title'),
|
||||||
|
'welcomeWizardMSSNotFreeSubtitle': _x('Starting at only $13 per month, MailPoet Premium offers the following features', 'Promotion for our email sending service: Paragraph'),
|
||||||
|
'welcomeWizardMSSNotFreeButton': _x('Sign up now', 'Promotion for our email sending service: Button'),
|
||||||
|
'welcomeWizardMSSNoThanks': _x('No thanks!', 'Promotion for our email sending service: Skip link'),
|
||||||
|
|
||||||
'reviewRequestHeading': _x('Thank you! Time to tell the world?', 'After a user gives us positive feedback via the NPS poll, we ask them to review our plugin on WordPress.org.'),
|
'reviewRequestHeading': _x('Thank you! Time to tell the world?', 'After a user gives us positive feedback via the NPS poll, we ask them to review our plugin on WordPress.org.'),
|
||||||
'reviewRequestDidYouKnow': __('[username], did you know that hundreds of WordPress users read the reviews on the plugin repository? They’re also a source of inspiration for our team.'),
|
'reviewRequestDidYouKnow': __('[username], did you know that hundreds of WordPress users read the reviews on the plugin repository? They’re also a source of inspiration for our team.'),
|
||||||
|
Reference in New Issue
Block a user