Skip to content

Commit e9721fa

Browse files
author
Alexander Akimov
authored
Merge pull request #2348 from magento-plankton/MAGETWO-89538
[Plankton] 2.2.4 Modal Pop-Up Window
2 parents 58d29d4 + 2f93ccc commit e9721fa

File tree

2 files changed

+4
-43
lines changed

2 files changed

+4
-43
lines changed
Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,7 @@
11
"Next >","Next >"
22
"< Back","< Back"
33
"Done","Done"
4-
"What's new with Magento 2.2.4","What's new with Magento 2.2.4"
5-
"<p>Magento 2.2.4 provides powerful new tools to help reduce cart abandonment and simplify store operations:</p>
6-
<br />
7-
<div class="trusted-payments-highlight">
8-
<h3>Trusted Payment Options</h3>
9-
<p>Online or on the go, your shoppers can easily purchase in a familiar, trusted way with Amazon Pay.</p>
10-
</div>
11-
<div class="flexible-payments-highlight">
12-
<h3>Flexible Payment Terms</h3>
13-
<p>Increase sales by providing shoppers with the flexibility to pay now, later, or in installments using Klarna&#8217;s integrated payment option.</p>
14-
</div>
15-
<div class="tax-automation-highlight">
16-
<h3>Sales and Use Tax Automation</h3>
17-
<p>Merchants can now automatically perform instant and accurate sales tax calculations on shopping cart items with Vertex Cloud.</p>
18-
</div>
19-
<p>To learn more, see the <a href="http://devdocs.magento.com/guides/v2.2/release-notes/bk-release-notes.html" target="_blank">Release Notes</a> and the <a href="http://docs.magento.com/m2/ce/user_guide/getting-started.html" target="_blank">Magento User Guide</a>.</p>]]>"
20-
"Trusted Payment Options","Trusted Payment Options"
21-
"<p>With <a href="http://docs.magento.com/m2/ce/user_guide/payment/amazon-pay.html" target="_blank">Amazon Pay</a>, we make it simple for the hundreds of millions of Amazon customers worldwide to easily login and purchase from your store using information already stored their Amazon account. With easy set up in Magento 2.2.4, Amazon Pay provides your customers with a trusted and familiar checkout experience. In just a few taps, they can complete a transaction without ever leaving your site.</p>
22-
<ul>
23-
<li><span>Your customers use one familiar login to identify themselves and transact anywhere Amazon Pay is offered.</span></li>
24-
<li><span>Checkout experience is covered by the Amazon A-to-z Guarantee at no additional cost.</span></li>
25-
<li><span>Built on years of Amazon eCommerce innovation and trusted by merchants and buyers alike.</span></li>
26-
<li><span>Available across platforms and devices, in the home and on the go.</span></li>
27-
</ul>]]>"
284
"Flexible Payment Terms","Flexible Payment Terms"
29-
"<p>With <a href="http://docs.magento.com/m2/ce/user_guide/payment/klarna.html" target="_blank">Klarna</a>, reduce purchase stress and improve your shopping experience with several retail finance and direct payment options that are easily integrated into your existing buying journey. Shoppers can choose to pay now via an online payment or direct debit, pay later via an invoice, or pay in installments.</p>
30-
<ul>
31-
<li><span>Customers never leave your site resulting in a smoother shopping experience.</span></li>
32-
<li><span>Easy application process with the ability to pay over time increases average order value and conversion rates.</span></li>
33-
<li><span>Assumes all credit and fraud risk and ensures you are paid for ordered goods.</span></li>
34-
<li><span>Ready for all devices and supports one click repeat purchases across all Klarna merchant sites.</span></li>
35-
<li><span>Fast and easy setup, right from the Magento Admin.</span></li>
36-
</ul>]]>"
5+
"Trusted Payment Options","Trusted Payment Options"
376
"Sales and Use Tax Automation","Sales and Use Tax Automation"
38-
"<p><a href="http://docs.magento.com/m2/ce/user_guide/tax/vertex.html" target="_blank">Vertex Cloud</a> combines sophisticated software and an exceptional team of tax experts to help Magento merchants simplify their sales tax process, while complying and staying up-to-date with ever-changing tax laws. Included with Magento 2.2.4, merchants can easily access and configure Vertex Cloud directly within their Magento Admin to meet the complicated tax challenges faced when selling online.</p>
39-
<ul>
40-
<li><span>Seamless integration with Magento with support for simple to the most complex tax needs.</span></li>
41-
<li><span>Automatically comply with the latest tax rules for each product and every jurisdiction.</span></li>
42-
<li><span>Perform tax calculations and generate signature-ready PDF returns in one solution.</span></li>
43-
<li><span>No penalty to merchants for tax estimates from abandoned carts.</span></li>
44-
<li><span>Flexible deployment options that fit your organization&#8217;s needs, whether in the cloud or on-premise.</span></li>
45-
<li><span>Award-winning customer support specialists are available to answer questions and assist customers.</span></li>
46-
</ul>]]>"
7+
"What&#8217;s new with Magento 2.2.4","What&#8217;s new with Magento 2.2.4"

app/code/Magento/ReleaseNotification/view/adminhtml/ui_component/release_notification.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<state>true</state>
4444
<options>
4545
<option name="modalClass" xsi:type="string">release-notification-modal</option>
46-
<option name="title" xsi:type="string" translate="true">What's new with Magento 2.2.4</option>
46+
<option name="title" xsi:type="string" translate="true">What&#8217;s new with Magento 2.2.4</option>
4747
<option name="type" xsi:type="string">popup</option>
4848
<option name="responsive" xsi:type="boolean">true</option>
4949
<option name="innerScroll" xsi:type="boolean">true</option>
@@ -219,7 +219,7 @@
219219
<li><span>Customers never leave your site resulting in a smoother shopping experience.</span></li>
220220
<li><span>Easy application process with the ability to pay over time increases average order value and conversion rates.</span></li>
221221
<li><span>Assumes all credit and fraud risk and ensures you are paid for ordered goods.</span></li>
222-
<li><span>Ready for all devices and supports one click repeat purchases across all Klarna merchant sites.</span></li>
222+
<li><span>Ready for all devices.</span></li>
223223
<li><span>Fast and easy setup, right from the Magento Admin.</span></li>
224224
</ul>]]>
225225
</item>

0 commit comments

Comments
 (0)