# fluent-cart/1.6.3/app/Views/frontend/print/index.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.6.3. 15 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.6.3/code/app/Views/frontend/print/index.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.6.3/raw/app/Views/frontend/print/index.php
- Modified: 2025-11-20T13:11:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-cart/1.6.3/code/app/Views/frontend/print/index.php#L10-L20`.

```php
<?php
defined('ABSPATH') || exit;
?>
<div class="fluent_cart_order_confirmation">
    <div class="fluent_cart_pdf_content">
        <?php echo $content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
    </div>
</div>

<div style="display: flex; justify-content: center; padding:20px;">
    <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">
        <?php echo esc_html__('Print', 'fluent-cart'); ?>
    </button>
</div>

```
