Plugin Directory

Changeset 790746


Ignore:
Timestamp:
10/20/2013 04:15:20 AM (12 years ago)
Author:
allprowebtools
Message:

properly named as 1.0.1

Location:
allprowebtools-shopping-cart-ecommerce-tools/tags
Files:
1 added
1 deleted
3 edited
5 copied

Legend:

Unmodified
Added
Removed
  • allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.1/allprowebtools.php

    r781565 r790746  
    44Plugin URI: http://www.AllProWebTools.com
    55Description: AllProWebTools Shopping Cart
    6 Version: 0.48BETA
     6Version: 1.0.1
    77Author: AllProWebTools.com
    88Author URI: http://www.AllProWebTools.com
     
    5757
    5858    //ajax
    59 //  define('AJAXLOADPOSTURL', WP_PLUGIN_URL."/".dirname( plugin_basename( __FILE__ ) ) );
    6059    define( 'APWT_PLUGIN_PATH', plugin_dir_path(__FILE__) );
    6160    define( 'APWT_AJAX_POST_URL', plugin_dir_url(__FILE__) );
  • allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.1/includes/apwt-cart.php

    r743033 r790746  
    2626            if ($key > 0) {
    2727                //this is a variation add it to the get string
    28                 //$getstring .= urlencode($key)."=".urlencode($value)."&";
    2928                $getstring .= $key."=".urlencode($value)."&";
    3029            }
     
    3635        echo "<meta http-equiv='refresh' content='0;url=?page_id=".get_site_option('APWTShowProduct')."&".$thereturn."' />";
    3736        exit;
    38         //return $thereturn."rr";
    3937    } else {
    4038        foreach ($_REQUEST as $key => $value) {
     
    4240            if ($keycheck > 0) {
    4341                //this is a variation add it to the get string
    44                 //$getstring .= urlencode($key)."=".urlencode($value)."&";
    4542                $getstring .= $keycheck."=".$value."&";
    4643            }
     
    244241        $url = "/wordpress/wpapi.php?action=updateqty&".APIAuth()."&wp=1";
    245242        $thereturn = apwt_remote_get($url);
    246 
    247 //      $cartreturn = explode("#",$thereturn);
    248 
    249 //      $_SESSION['cartid'] = $cartreturn[1];
    250243        if ($thereturn == 'put in show cart here') {
    251244            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  
    99        add_submenu_page('AllProWebTools3','Settings','Settings','activate_plugins','APWTSettings','APWTSettings');
    1010    }
    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);
    1311}
    1412
  • allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.1/includes/apwt.php

    r736970 r790746  
    218218        $_p['comment_status'] = 'closed';
    219219        $_p['ping_status'] = 'closed';
    220         $_p['post_category'] = array(1); // the default 'Uncatrgorised'
     220        $_p['post_category'] = array(1); // the default 'Uncategorized'
    221221
    222222        // Insert the post into the database
  • allprowebtools-shopping-cart-ecommerce-tools/tags/1.0.1/readme.txt

    r781565 r790746  
    1212== Description ==
    1313
     14Combined ecommerce and email marketing for revenue generating campaigns.
     15
    1416[See the online demo here](http://wpdemo.allprowebtools.com)
    15 
    16 Combined ecommerce and email marketing for revenue generating campaigns.
    1717
    1818AllProWebTools 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.
     
    2828We want you to enjoy your experience with us, that is why we offer the following support options:
    2929
     30* Call Anytime: 720-464-0001
    3031* [AllProWebTools Tutorial videos](http://www.youtube.com/allprowebtools1) are available to assist you.
    3132* Free live chat support (Monday - Friday 9am - 5pm MST)
     
    3637* Can sell items worldwide - but only works for United States based businesses and US Dollars
    3738* 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)
    3840* Shopping Cart
    3941* Email marketing
     
    6062* Physical products
    6163* 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.
    6365* Gift Certificate products allows customers to redeem online with a serial number or in your brick in mortar store via QR Code.
    6466* Hourly rate products
     
    1281308. Credit Card Swipe
    1291319. Product Listing.
     13210. Manual Order Entry / Tracking
    130133
    131134== Changelog ==
    132135
    133 = 0.48BETA - 07/04/13 =
     136= 1.0.1 - 10/03/13 =
     1371. Integration with Android app
     1381. Product shelf life
     1391. Note trail per invoice (with customer email notification) - customer can respond via login (with admin email notification)
     1401. Integrate sales tax with Avalara and StrikeIron
     1411. Auto Generated Email Newsletter
     1421. PO number for invoices
     1431. Bill presentment with payment link
     1441. Improved payment system allows partial payments
     1451. Improved refund system allows choice of refund payment type
     1461. Improved reseller system
     147
     148= 0.48BETA - 10/03/13 =
    1341491. Fixed iptracking and affiliate tracking
    135150
Note: See TracChangeset for help on using the changeset viewer.