# fluent-cart/1.6.4/app/Views/emails/components/cta.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.6.4. 14 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.6.4/code/app/Views/emails/components/cta.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.6.4/raw/app/Views/emails/components/cta.php
- Modified: 2025-10-14T16:36:46+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.4/code/app/Views/emails/components/cta.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<div style="padding: 25px 0; text-align: center;">
    <div style="color: #333333; font-size: 14px; font-weight: bold; margin-bottom: 10px;">
        {{settings.store_name}}
    </div>
    <div style="color: #555555; font-size: 14px;">
        {{settings.store_address}}
        {{settings.store_state}}<br/>
        {{settings.store_city||concat_last|,}} {{settings.store_postcode||concat_last|,}}
        {{settings.store_country}}<br/>
        <a href="{{wp.site_url}}" target="_blank">{{wp.site_url}}</a>
    </div>
</div>

```
