PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
ecommerce
/
configuration
<form config-edit class=""> <h3> <button class="btn btn-primary" type="submit"><i class="font-save"></i></button> </h3> <tabset> <tab heading="<?php $this->t('LBL_EMAIL_CUSTOMER_CONFIG_HEADER'); ?>"> <div class="panel panel-default"> <div class="panel-title"><?php $this->t('LBL_EMAIL_CUSTOMER_CONFIG_HEADER'); ?></div> <div class="panel-body"> <?php $templates = array( 'order_completed', 'order_failed', 'order_shipped', 'outofstock', 'order_payment_success'); foreach($templates as $t) { ?> <div class="form-group"> <label class="control-label"> <?php $this->t( 'LBL_CONFIGURATION_EMAIL_ENABLE_'.strtoupper($t) ); ?> </label> <div class="controls"> <input type="checkbox" config-edit-control="<?PHP echo 'ENABLE_'.strtoupper($t).'_EMAIL_NOTIFICATION'?>" class="config" /> <button class="btn" ng-click="editTemplate('<?php echo $t ?>')"><?php $this->t('LBL_EDIT_TEMPLATE'); ?></button> </div> </div> <?php } ?> </div> </div> </tab> <tab heading="<?php $this->t('LBL_EMAIL_ADMIN_CONFIG_HEADER'); ?>"> <div class="panel panel-default"> <div class="panel-title"><?php $this->t('LBL_EMAIL_ADMIN_CONFIG_HEADER'); ?></div> <div class="panel-body"> <?php $templates = array('new_customer', 'new_order', 'order_paid', 'order_payment_failed', 'stock_notification'); foreach($templates as $t) { ?> <div class="form-group"> <label class="control-label"> <?php $this->t( 'LBL_CONFIGURATION_EMAIL_ENABLE_'.strtoupper($t) ); ?> </label> <div class="controls"> <input type="checkbox" config-edit-control="<?PHP echo 'ENABLE_'.strtoupper($t).'_EMAIL_NOTIFICATION'?>" class="config" /> <button class="btn" ng-click="editTemplate('<?php echo $t ?>')"><?php $this->t('LBL_EDIT_TEMPLATE'); ?></button> </div> </div> <?php } ?> </div> </div> </tab> </tabset>
[+]
..
[-] payment.php
[edit]
[-] tax.php
[edit]
[-] general.php
[edit]
[-] edit_modules.php
[edit]
[+]
payment
[-] zone.php
[edit]
[+]
tax
[+]
zone
[-] mail.php
[edit]
[+]
shipping
[-] currency.php
[edit]
[-] shipping.php
[edit]
[-] system.php
[edit]
[+]
currency