| 1 |
<?php |
| 2 |
defined('ABSPATH') || exit; |
| 3 |
?> |
| 4 |
<div class="fluent_cart_order_confirmation"> |
| 5 |
<div class="fluent_cart_pdf_content"> |
| 6 |
<?php echo $content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> |
| 7 |
</div> |
| 8 |
</div> |
| 9 |
|
| 10 |
<div style="display: flex; justify-content: center; padding:20px;"> |
| 11 |
<button style="background: var(--fluent-cart-primary-color, #253241); color: #fff; padding: 7px 20px; border-radius: 8px; border: none; font-size: 16px; font-weight: 500; min-height: 40px;" id="print-button"> |
| 12 |
<?php echo esc_html__('Print', 'fluent-cart'); ?> |
| 13 |
</button> |
| 14 |
</div> |
| 15 |
|