Remove bold formatting from 'Full refund' text

Remove strong tags from 'full refund' text in out-of-stock messaging
for consistent formatting.
This commit is contained in:
Russell Ballestrini 2025-09-24 11:46:40 -04:00
parent 6fa9eed4c9
commit 7879816143

View file

@ -373,14 +373,14 @@
<p style="font-family: monospace; background: #f0f0f0; padding: 8px; border-radius: 3px; word-break: break-all;">{{ refund_address }}</p>
{% if status == 'out-of-stock-refunded' %}
<p><strong>📦 Out of Stock - Full Refund Issued</strong></p>
<p>This item became unavailable after your payment. You received a <strong>full refund</strong> with no restocking fee since this was not your fault.</p>
<p>This item became unavailable after your payment. You received a full refund with no restocking fee since this was not your fault.</p>
{% else %}
<p>If you make a payment error, you'll receive an automatic refund minus a 9% restocking fee that covers network costs and prevents abuse.</p>
<ul style="margin: 10px 0;">
<li><strong>Overpayment:</strong> Fulfilled & excess refunded minus fee</li>
<li><strong>Underpayment:</strong> Refunded minus fee</li>
<li><strong>Late payment:</strong> Refunded minus fee if sent after the minute expiry</li>
<li><strong>Out of stock:</strong> <strong>Full refund</strong> (no fee - not your fault)</li>
<li><strong>Out of stock:</strong> Full refund (no fee - not your fault)</li>
<li><strong>Wrong address:</strong> Cannot be recovered</li>
</ul>
{% endif %}