PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
ecommerce
/
order
<?php Yii::app()->ecommerce->loadLanguageFile('sale/order'); ?> <uib-tabset> <uib-tab heading="<?php echo Language::term('tab_general'); ?>"> <div class="form-group"> <label><?php echo Language::term('entry_currency'); ?></label> <div class="form-group"> <?php echo cmm_functions::form3_draw_currencies_list('data.currency_code', true); ?> </div> </div> <div class="form-group"> <label><?php echo Language::term('entry_currency_value', 'Currency Value'); ?></label> <div class="form-group"><?php echo cmm_functions::form3_draw_decimal_field('data.currency_value', true, 3); ?></div> </div> </uib-tab> <uib-tab heading="<?php echo Language::term('tab_payment'); ?>"> <?php include 'orderdetail_customer.php'; ?> </uib-tab> <uib-tab heading="<?php echo Language::term('tab_shipping'); ?>"> <?php include 'orderdetail_shipping_address.php'; ?> </uib-tab> <uib-tab heading="<?php echo Language::term('tab_product'); ?>"> <?php include 'orderdetail_product.php'; ?> <?php include 'orderdetail_comment.php'; ?> </uib-tab> <uib-tab heading="<?php echo Language::term('tab_total'); ?>"> <?php include 'orderdetail_total.php'; ?> </uib-tab> </uib-tabset>
[+]
..
[-] orderdetail_info.php
[edit]
[-] paypal_order.php
[edit]
[-] order.php
[edit]
[+]
payment
[-] orderdetail_comment.php
[edit]
[-] orderdetail_product.php
[edit]
[-] orderdetail_customer.php
[edit]
[-] order_invoice.php
[edit]
[-] status_tab.php
[edit]
[-] payment_status_tab.php
[edit]
[-] cart_tab.php
[edit]
[-] orderdetail_shipping_address.php
[edit]
[-] order_detail - Copy.php
[edit]
[-] order_detail.php
[edit]
[-] orderdetail_total.php
[edit]