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