Update content used to generate Refunds page (#45292)
Updates the markup used to generate the Refunds page so that it is valid, semantic HTML, which in turn fixes an alignment issue. Fixes #45213 --------- Co-authored-by: Corey McKrill <916023+coreymckrill@users.noreply.github.com>
This commit is contained in:
parent
b13f0b0dcb
commit
7ded649fa7
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix alignment issues in the generated content of the Refunds page
|
|
@ -2288,9 +2288,9 @@ $hpos_table_schema;
|
||||||
<p><b>This is a sample page.</b></p>
|
<p><b>This is a sample page.</b></p>
|
||||||
<!-- /wp:paragraph -->
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
<!-- wp:heading -->
|
||||||
<h3>Overview</h3>
|
<h2 class="wp-block-heading">Overview</h2>
|
||||||
<!-- /wp:paragraph -->
|
<!-- /wp:heading -->
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
<!-- wp:paragraph -->
|
||||||
<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>
|
<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>
|
||||||
|
@ -2349,9 +2349,9 @@ $hpos_table_schema;
|
||||||
<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>
|
<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>
|
||||||
<!-- /wp:paragraph -->
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
<!-- wp:heading -->
|
||||||
<b>Late or missing refunds</b>
|
<h3 class="wp-block-heading">Late or missing refunds</h3>
|
||||||
<!-- /wp:paragraph -->
|
<!-- /wp:heading -->
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
<!-- wp:paragraph -->
|
||||||
<p>If you haven’t received a refund yet, first check your bank account again.</p>
|
<p>If you haven’t received a refund yet, first check your bank account again.</p>
|
||||||
|
@ -2369,9 +2369,9 @@ $hpos_table_schema;
|
||||||
<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>
|
<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>
|
||||||
<!-- /wp:paragraph -->
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
<!-- wp:heading -->
|
||||||
<b>Sale items</b>
|
<h3 class="wp-block-heading">Sale items</h3>
|
||||||
<!-- /wp:paragraph -->
|
<!-- /wp:heading -->
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
<!-- wp:paragraph -->
|
||||||
<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>
|
<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>
|
||||||
|
|
Loading…
Reference in New Issue