Changeset 1013967
- Timestamp:
- 10/25/2014 10:50:11 PM (11 years ago)
- Location:
- orillacart/trunk
- Files:
-
- 2 edited
-
com_shop/methods/paypal.php (modified) (1 diff)
-
main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orillacart/trunk/com_shop/methods/paypal.php
r883035 r1013967 146 146 $items = $db->loadObjectList(); 147 147 148 $post_variables['tax_cart'] = round($order_r->get("order_tax", 0), 2) ;148 $post_variables['tax_cart'] = round($order_r->get("order_tax", 0), 2) + round($order_r->get("order_shipping_tax", 0), 2); 149 149 150 150 $total_items = count($items); -
orillacart/trunk/main.php
r1009355 r1013967 3 3 /* 4 4 Plugin Name: OrillaCart 5 Version: 1. 2.95 Version: 1.3.0 6 6 Description: ecommerce solution for WordPress 7 7 Plugin URI: http://orillacart.com … … 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. 2.9");19 define("ORILLACART_VERSION","1.3.0"); 20 20 21 21 define("ORILLA_FRAMEWORK_PUBLIC_KEY",realpath(dirname(__FILE__).DS."core".DS."public_key".DS."orillacart.pub"));
Note: See TracChangeset
for help on using the changeset viewer.