shop-old/themes/easyshop_advanced/templates/content_customer_center.tpl
2026-04-20 01:03:43 +02:00

25 lines
779 B
Smarty

<!-- begin template content_customer_center.tpl -->
{$debug = false}
{if $customer_center.errormessage}
<div style="font-weight:bold;font-size:14px;color:#cc0000;border:#cc0000 1px solid;padding:10px;text-align:center;">
{$customer_center.errormessage}
</div>
<br />
{/if}
<div class="customer_center">
{if $item_export || $debug}
{include file='content_customer_center/item_export.tpl'}
{/if}
{include file='content_customer_center/add_address.tpl'}
{include file='content_customer_center/base_data.tpl'}
{*{include file='content_customer_center/payment_data.tpl'}*}
{include file='content_customer_center/order_data.tpl'}
</div>
<script src="{$PARENT_THEME_DIR}/media/js/content_customer_center.js"></script>
<!-- end template content_customer_center.tpl -->