Changeset 790746
- Timestamp:
- 10/20/2013 04:15:20 AM (12 years ago)
- Location:
- allprowebtools-shopping-cart-ecommerce-tools/tags
- Files:
-
- 1 added
- 1 deleted
- 3 edited
- 5 copied
-
1.0 (deleted)
-
1.0.1 (added)
-
1.0.1/allprowebtools.php (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/0.48BETA/allprowebtools.php) (2 diffs)
-
1.0.1/includes (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/0.48BETA/includes)
-
1.0.1/includes/apwt-cart.php (modified) (4 diffs)
-
1.0.1/includes/apwt-wp-admin.php (modified) (1 diff)
-
1.0.1/includes/apwt.php (modified) (1 diff)
-
1.0.1/js (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/0.48BETA/js)
-
1.0.1/readme.txt (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/0.48BETA/readme.txt) (5 diffs)
-
1.0.1/templates (copied) (copied from allprowebtools-shopping-cart-ecommerce-tools/tags/0.48BETA/templates)
Legend:
- Unmodified
- Added
- Removed
-
allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.1/allprowebtools.php
r781565 r790746 4 4 Plugin URI: http://www.AllProWebTools.com 5 5 Description: AllProWebTools Shopping Cart 6 Version: 0.48BETA6 Version: 1.0.1 7 7 Author: AllProWebTools.com 8 8 Author URI: http://www.AllProWebTools.com … … 57 57 58 58 //ajax 59 // define('AJAXLOADPOSTURL', WP_PLUGIN_URL."/".dirname( plugin_basename( __FILE__ ) ) );60 59 define( 'APWT_PLUGIN_PATH', plugin_dir_path(__FILE__) ); 61 60 define( 'APWT_AJAX_POST_URL', plugin_dir_url(__FILE__) ); -
allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.1/includes/apwt-cart.php
r743033 r790746 26 26 if ($key > 0) { 27 27 //this is a variation add it to the get string 28 //$getstring .= urlencode($key)."=".urlencode($value)."&";29 28 $getstring .= $key."=".urlencode($value)."&"; 30 29 } … … 36 35 echo "<meta http-equiv='refresh' content='0;url=?page_id=".get_site_option('APWTShowProduct')."&".$thereturn."' />"; 37 36 exit; 38 //return $thereturn."rr";39 37 } else { 40 38 foreach ($_REQUEST as $key => $value) { … … 42 40 if ($keycheck > 0) { 43 41 //this is a variation add it to the get string 44 //$getstring .= urlencode($key)."=".urlencode($value)."&";45 42 $getstring .= $keycheck."=".$value."&"; 46 43 } … … 244 241 $url = "/wordpress/wpapi.php?action=updateqty&".APIAuth()."&wp=1"; 245 242 $thereturn = apwt_remote_get($url); 246 247 // $cartreturn = explode("#",$thereturn);248 249 // $_SESSION['cartid'] = $cartreturn[1];250 243 if ($thereturn == 'put in show cart here') { 251 244 print "<meta http-equiv='refresh' content='0;url=?page_id=".get_site_option('APWTCart')."&order_id=".$thereturn."' />"; -
allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.1/includes/apwt-wp-admin.php
r736376 r790746 9 9 add_submenu_page('AllProWebTools3','Settings','Settings','activate_plugins','APWTSettings','APWTSettings'); 10 10 } 11 //add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position );12 //add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $menu_slug, $function);13 11 } 14 12 -
allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.1/includes/apwt.php
r736970 r790746 218 218 $_p['comment_status'] = 'closed'; 219 219 $_p['ping_status'] = 'closed'; 220 $_p['post_category'] = array(1); // the default 'Uncat rgorised'220 $_p['post_category'] = array(1); // the default 'Uncategorized' 221 221 222 222 // Insert the post into the database -
allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.1/readme.txt
r781565 r790746 12 12 == Description == 13 13 14 Combined ecommerce and email marketing for revenue generating campaigns. 15 14 16 [See the online demo here](http://wpdemo.allprowebtools.com) 15 16 Combined ecommerce and email marketing for revenue generating campaigns.17 17 18 18 AllProWebTools is an all-in-one commerce solution for both online and brick and mortar small businesses. It combines all inventory, customers, leads, and orders between your online shopping cart, in store POS, and mobile devices. One login and one solution to manage content, lead generation and tracking to online shopping cart or POS to shipping to order tracking to customer re-engagement and re-marketing. … … 28 28 We want you to enjoy your experience with us, that is why we offer the following support options: 29 29 30 * Call Anytime: 720-464-0001 30 31 * [AllProWebTools Tutorial videos](http://www.youtube.com/allprowebtools1) are available to assist you. 31 32 * Free live chat support (Monday - Friday 9am - 5pm MST) … … 36 37 * Can sell items worldwide - but only works for United States based businesses and US Dollars 37 38 * iPhone integration with the [AllProWebTools iPhone app](http://www.allprowebtools.com/app) 39 * Android integration with the [AllProWebTools Android app](https://play.google.com/store/apps/details?id=com.allprowebtools.APWTPOSMobiApp) 38 40 * Shopping Cart 39 41 * Email marketing … … 60 62 * Physical products 61 63 * Downloadable Products 62 * Ticket product allow you to sell event tickets with a scannable QR code to verify authenticity.64 * Ticket products allow you to sell event tickets with a scannable QR code to verify authenticity. 63 65 * Gift Certificate products allows customers to redeem online with a serial number or in your brick in mortar store via QR Code. 64 66 * Hourly rate products … … 128 130 8. Credit Card Swipe 129 131 9. Product Listing. 132 10. Manual Order Entry / Tracking 130 133 131 134 == Changelog == 132 135 133 = 0.48BETA - 07/04/13 = 136 = 1.0.1 - 10/03/13 = 137 1. Integration with Android app 138 1. Product shelf life 139 1. Note trail per invoice (with customer email notification) - customer can respond via login (with admin email notification) 140 1. Integrate sales tax with Avalara and StrikeIron 141 1. Auto Generated Email Newsletter 142 1. PO number for invoices 143 1. Bill presentment with payment link 144 1. Improved payment system allows partial payments 145 1. Improved refund system allows choice of refund payment type 146 1. Improved reseller system 147 148 = 0.48BETA - 10/03/13 = 134 149 1. Fixed iptracking and affiliate tracking 135 150
Note: See TracChangeset
for help on using the changeset viewer.