Plugin Directory

Changeset 3228803


Ignore:
Timestamp:
01/26/2025 01:28:15 PM (14 months ago)
Author:
hiveplugins
Message:

Integrated Appsero

Location:
easycoupon
Files:
30 added
4 edited

Legend:

Unmodified
Added
Removed
  • easycoupon/tags/1.0.0/easycoupon.php

    r3228787 r3228803  
    1818    die;
    1919}
     20
     21if( !class_exists('Appsero\Client') ) {
     22    require __DIR__ . '/appsero/src/Client.php';
     23}
     24
     25/**
     26 * Initialize the tracker
     27 *
     28 * @return void
     29 */
     30function easycoupon_appsero_init_tracker() {
     31
     32    if ( ! class_exists( 'Appsero\Client' ) ) {
     33        require_once __DIR__ . '/appsero/src/Client.php';
     34    }
     35
     36    $client = new Appsero\Client(  'da35c4be-c41d-47ae-8a67-02e646a7d1f4', 'EasyCoupon – Create WooCommerce Coupons, BOGO Deals, Auto Apply Coupons, URL Coupons', __FILE__ );
     37
     38    // Active insights
     39    $client->insights()->init();
     40}
     41
     42add_action( 'init', 'easycoupon_appsero_init_tracker' );
    2043
    2144add_action( 'plugins_loaded', 'easycoupon_init' );
     
    4568
    4669
     70
  • easycoupon/tags/1.0.0/readme.txt

    r3228787 r3228803  
    22Contributors: hiveplugins 
    33Donate link: https://hiveplugins.com/easycoupon/ 
    4 Tags: woocommerce, coupon generator, BOGO deals, auto apply coupons, coupon URLs 
     4Tags: woocommerce, coupon generator, bogo deals, autoapply coupons, coupon urls
    55Requires PHP: 7.4 
    66Requires at least: 6.5 
     
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html 
    1111
    12 EasyCoupon is a WooCommerce plugin offering features like bulk coupon generation, auto apply coupon, BOGO deals, and coupon URLs. Simplify coupon management to boost sales.
     12EasyCoupon for WooCommerce simplifies coupon management with bulk creation, auto apply, BOGO deals, and coupon URLs to boost sales.
    1313
    1414== Description == 
     
    6161<p>EasyCoupon is the ultimate solution for WooCommerce store owners looking to increase customer retention and drive more sales through flexible, automated, and customizable coupon management. Download and install EasyCoupon today to start boosting your WooCommerce store revenue.</p>
    6262
     63
     64## Privacy Policy
     65EasyCoupon uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
     66
     67Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
     68
     69Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
     70
     71Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).
     72
     73
    6374== Installation == 
    6475
     
    92103Yes, it works seamlessly with most WooCommerce themes and plugins. 
    93104
    94 == Screenshots == 
     105== Screenshots ==
    95106
    96 1. **Bulk Coupon Generator** - Easily generate bulk coupons from the dashboard. 
    97 2. **BOGO Deal Settings** - Configure Buy One Get One offers for your customers. 
    98 3. **Coupon URL Example** - View how the coupon URL is displayed for sharing and auto-application. 
    99 4. **Usage Restrictions** - Set custom usage restrictions to enhance control. 
     1071. **Force Apply** - Automatically apply a single coupon by overriding all others in the cart.
     1082. **Bulk Coupon Generator** - Easily generate bulk coupons from the dashboard.
     1093. **Coupon URL Example** - View how the coupon URL is displayed for sharing and auto-application.
     1104. **BOGO Deal Settings** - Configure Buy One Get One offers for your customers.
     111
    100112
    101113== Changelog == 
  • easycoupon/trunk/easycoupon.php

    r3228787 r3228803  
    1818    die;
    1919}
     20
     21if( !class_exists('Appsero\Client') ) {
     22    require __DIR__ . '/appsero/src/Client.php';
     23}
     24
     25/**
     26 * Initialize the tracker
     27 *
     28 * @return void
     29 */
     30function easycoupon_appsero_init_tracker() {
     31
     32    if ( ! class_exists( 'Appsero\Client' ) ) {
     33        require_once __DIR__ . '/appsero/src/Client.php';
     34    }
     35
     36    $client = new Appsero\Client(  'da35c4be-c41d-47ae-8a67-02e646a7d1f4', 'EasyCoupon – Create WooCommerce Coupons, BOGO Deals, Auto Apply Coupons, URL Coupons', __FILE__ );
     37
     38    // Active insights
     39    $client->insights()->init();
     40}
     41
     42add_action( 'init', 'easycoupon_appsero_init_tracker' );
    2043
    2144add_action( 'plugins_loaded', 'easycoupon_init' );
     
    4568
    4669
     70
  • easycoupon/trunk/readme.txt

    r3228787 r3228803  
    22Contributors: hiveplugins 
    33Donate link: https://hiveplugins.com/easycoupon/ 
    4 Tags: woocommerce, coupon generator, BOGO deals, auto apply coupons, coupon URLs 
     4Tags: woocommerce, coupon generator, bogo deals, autoapply coupons, coupon urls
    55Requires PHP: 7.4 
    66Requires at least: 6.5 
     
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html 
    1111
    12 EasyCoupon is a WooCommerce plugin offering features like bulk coupon generation, auto apply coupon, BOGO deals, and coupon URLs. Simplify coupon management to boost sales.
     12EasyCoupon for WooCommerce simplifies coupon management with bulk creation, auto apply, BOGO deals, and coupon URLs to boost sales.
    1313
    1414== Description == 
     
    6161<p>EasyCoupon is the ultimate solution for WooCommerce store owners looking to increase customer retention and drive more sales through flexible, automated, and customizable coupon management. Download and install EasyCoupon today to start boosting your WooCommerce store revenue.</p>
    6262
     63
     64## Privacy Policy
     65EasyCoupon uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
     66
     67Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
     68
     69Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
     70
     71Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).
     72
     73
    6374== Installation == 
    6475
     
    92103Yes, it works seamlessly with most WooCommerce themes and plugins. 
    93104
    94 == Screenshots == 
     105== Screenshots ==
    95106
    96 1. **Bulk Coupon Generator** - Easily generate bulk coupons from the dashboard. 
    97 2. **BOGO Deal Settings** - Configure Buy One Get One offers for your customers. 
    98 3. **Coupon URL Example** - View how the coupon URL is displayed for sharing and auto-application. 
    99 4. **Usage Restrictions** - Set custom usage restrictions to enhance control. 
     1071. **Force Apply** - Automatically apply a single coupon by overriding all others in the cart.
     1082. **Bulk Coupon Generator** - Easily generate bulk coupons from the dashboard.
     1093. **Coupon URL Example** - View how the coupon URL is displayed for sharing and auto-application.
     1104. **BOGO Deal Settings** - Configure Buy One Get One offers for your customers.
     111
    100112
    101113== Changelog == 
Note: See TracChangeset for help on using the changeset viewer.