Changeset 886964
- Timestamp:
- 04/03/2014 06:43:28 PM (12 years ago)
- Location:
- orillacart/trunk
- Files:
-
- 10 edited
-
com_shop/front/views/account/templates/order_receipt.tpl.php (modified) (1 diff)
-
com_shop/front/views/cart/templates/order_receipt.tpl.php (modified) (1 diff)
-
com_shop/front/views/mail/templates/admin_notify_mail.tpl.php (modified) (1 diff)
-
com_shop/front/views/mail/templates/invoice_mail.tpl.php (modified) (1 diff)
-
com_shop/front/views/mail/templates/proccessing_mail.tpl.php (modified) (1 diff)
-
com_shop/front/views/mail/templates/refunded_mail.tpl.php (modified) (1 diff)
-
com_shop/front/views/product/templates/product_data.tpl.php (modified) (2 diffs)
-
com_shop/front/views/product/templates/view_product_details.tpl.php (modified) (1 diff)
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
orillacart/trunk/com_shop/front/views/account/templates/order_receipt.tpl.php
r879830 r886964 1 1 <h1><?php _e('Order #', 'com_shop'); ?><?php echo (string) $this->order['ID']; ?></h1> 2 2 <p class=""><?php _e('Order Date:', 'com_shop'); ?> <?php echo $this->order['cdate']; ?></p> 3 <hr /> 4 <p><?php _e('Order key: ', 'com_shop'); ?> <?php echo $this->order['post_password']; ?></p> 3 5 <hr /> 4 6 -
orillacart/trunk/com_shop/front/views/cart/templates/order_receipt.tpl.php
r879830 r886964 1 1 <h1><?php _e('Order #', 'com_shop'); ?><?php echo (string) $this->order['ID']; ?></h1> 2 2 <p class=""><?php _e('Order Date:', 'com_shop'); ?> <?php echo $this->order['cdate']; ?></p> 3 <hr /> 4 <p><?php _e('Order key: ', 'com_shop'); ?> <?php echo $this->order['post_password']; ?></p> 3 5 <hr /> 4 6 <div class="container-fluid"> -
orillacart/trunk/com_shop/front/views/mail/templates/admin_notify_mail.tpl.php
r879830 r886964 36 36 <tr> 37 37 <td><h2 style="font-size:18px; font-weight:normal; margin:0;"><?php _e("Your Order #", "com_shop"); ?><?php echo (string) $this->order['ID']; ?> <small>(<?php _e("placed on", "com_shop"); ?> <?php echo $this->order['cdate']; ?>)</small></h2></td> 38 </tr> 39 <tr> 40 <td> 41 <p><?php _e('Order key: ', 'com_shop'); ?> <?php echo $this->order['post_password']; ?></p> 42 </td> 43 38 44 </tr> 39 45 <tr> -
orillacart/trunk/com_shop/front/views/mail/templates/invoice_mail.tpl.php
r879830 r886964 36 36 <p style="font-size:12px; line-height:16px; margin:0;"><?php _e("Your order confirmation is below. Thank you again for your business.", "com_shop"); ?></p></td> 37 37 </tr> 38 38 39 <tr> 39 40 <td><h2 style="font-size:18px; font-weight:normal; margin:0;"><?php _e("Your Order #", "com_shop"); ?> <?php echo (string) $this->order['ID']; ?> <small>(<?php _e("placed on", "com_shop"); ?> <?php echo $this->order['cdate']; ?>)</small></h2></td> 41 </tr> 42 <tr> 43 <td> 44 <?php _e('Order key: ', 'com_shop'); ?> <?php echo $this->order['post_password']; ?> 45 </td> 40 46 </tr> 41 47 <tr> -
orillacart/trunk/com_shop/front/views/mail/templates/proccessing_mail.tpl.php
r879830 r886964 45 45 </tr> 46 46 <tr> 47 <td> 48 <?php _e('Order key: ', 'com_shop'); ?> <?php echo $this->order['post_password']; ?> 49 </td> 50 </tr> 51 <tr> 47 52 <td><table width="650" cellspacing="0" cellpadding="0" border="0"> 48 53 <thead> -
orillacart/trunk/com_shop/front/views/mail/templates/refunded_mail.tpl.php
r879830 r886964 37 37 <tr> 38 38 <td><h2 style="font-size:18px; font-weight:normal; margin:0;"><?php _e("Your Order #", "com_shop"); ?><?php echo (string) $this->order['ID']; ?> <small>(<?php _e("placed on", "com_shop"); ?> <?php echo $this->order['cdate']; ?>)</small></h2></td> 39 </tr> 40 <tr> 41 <td> 42 <?php _e('Order key: ', 'com_shop'); ?> <?php echo $this->order['post_password']; ?> 43 </td> 39 44 </tr> 40 45 <tr> -
orillacart/trunk/com_shop/front/views/product/templates/product_data.tpl.php
r879830 r886964 10 10 11 11 <?php if ($this->row->price->raw_price < $this->row->price->base) { ?> 12 <div class="oldPriceContainer">12 <div id="oldPriceContainer" class="oldPriceContainer"> 13 13 <span class="oldPriceTitle"><?php _e("Regular price: ", "com_shop"); ?></span> 14 14 <span class="old_price "> … … 23 23 <span class="priceTitle"><?php _e("Price: "); ?></span> 24 24 <?php endif; ?> 25 <span class="price <?php if ($this->row->price->raw_price < $this->row->price->base) echo 'product_has_discount'; ?>">25 <span id="price_container" class="price <?php if ($this->row->price->raw_price < $this->row->price->base) echo 'product_has_discount'; ?>"> 26 26 <?php echo $this->row->price->price_formated; ?> 27 27 </span> -
orillacart/trunk/com_shop/front/views/product/templates/view_product_details.tpl.php
r879830 r886964 2 2 <form role="form" onsubmit="" action='<?php echo Route::get("component=shop&con=cart"); ?>' method="post" id="product_addtocart_form"> 3 3 4 <div clas ="row">4 <div class="row"> 5 5 <div class="col-xs-12 col-md-8"> 6 6 <div id="product_gallery"> -
orillacart/trunk/main.php
r883833 r886964 3 3 /* 4 4 Plugin Name: OrillaCart 5 Version: 1.1. 25 Version: 1.1.3 6 6 Description: ecommerce solution for WordPress 7 7 Plugin URI: http://orillacart.com … … 14 14 15 15 define('_VALID_EXEC', 1); 16 define ('DS', "/");16 defined("DS") or define('DS', "/"); 17 17 define("ORILLA_FRAMEWORK_BASE",realpath(dirname(__FILE__))); 18 18 define("ORILLA_FRAMEWORK_CORE",realpath(dirname(__FILE__).DS."core")); 19 define("ORILLACART_VERSION","1.1. 2");19 define("ORILLACART_VERSION","1.1.3"); 20 20 21 21 define("ORILLA_FRAMEWORK_PUBLIC_KEY",realpath(dirname(__FILE__).DS."core".DS."public_key".DS."orillacart.pub")); -
orillacart/trunk/readme.txt
r879830 r886964 85 85 86 86 == Changelog == 87 == 1.1.3 - 03.04.2014 == 88 1. Attribute price bugfix. 87 89 88 90 = 1.1.0 - 22.03.2014 =
Note: See TracChangeset
for help on using the changeset viewer.