✏️ 正在编辑: confirmation.tpl
路径:
/home/bpioifn/www/pigmentse/modules/axepta/views/templates/hook/confirmation.tpl
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
{* * 1997-2020 Quadra Informatique * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) that is available * through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0 * If you are unable to obtain it through the world-wide-web, please send an email * to modules@quadra-informatique.fr so we can send you a copy immediately. * * @author Quadra Informatique <modules@quadra-informatique.fr> * @copyright 1997-2019 Quadra Informatique * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) *} <div id="axepta_payment_return"> {if (isset($status) == true) && ($status == 'ok')} <h3 style="color:green">{l s='Your order on %s is complete.' sprintf=[$shop_name] mod='axepta'}</h3> <p> - {l s='Amount' mod='axepta'} : <span class="price"><strong>{$total|escape:'htmlall':'UTF-8'}</strong></span> </p> <p> - {l s='Reference' mod='axepta'} : <span class="reference"><strong>{$reference|escape:'html':'UTF-8'}</strong></span> </p> {if isset($pay_id)} <p> - {l s='Pay Id' mod='axepta'} : <span class="pay_id"><strong>{$pay_id|escape:'html':'UTF-8'}</strong></span> </p> {/if} <p>{l s='An email has been sent with this information.' mod='axepta'}</p> <p>{l s='If you have questions, comments or concerns, please contact our' mod='axepta'} <a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}">{l s='expert customer support team.' mod='axepta'}</a> </p> {else} <h3 style="color:red">{l s='Your order on %s has not been accepted.' sprintf=[$shop_name] mod='axepta'}</h3> <p>- {l s='Reference' mod='axepta'} <span class="reference"> <strong>{$reference|escape:'html':'UTF-8'}</strong></span></p <p>{l s='Please, try to order again.' mod='axepta'}</p> <p>{l s='If you have questions, comments or concerns, please contact our' mod='axepta'} <a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}">{l s='expert customer support team.' mod='axepta'}</a> </p> <p> </p> {/if} <hr /> </div>
💾 保存文件
← 返回文件管理器