Plugin Directory

Changeset 2954666


Ignore:
Timestamp:
08/17/2023 04:50:43 AM (3 years ago)
Author:
managedorg
Message:

notification message added.

Location:
managedorg-product-driver
Files:
59 added
3 edited

Legend:

Unmodified
Added
Removed
  • managedorg-product-driver/trunk/donative.php

    r2954318 r2954666  
    44Plugin URI: https://wordpress.org/plugins/managedorg-product-driver/
    55Description: Managedorg Product Driver for Amazon Business Integration.
    6 Version: 1.0.7.5.2
     6Version: 1.0.7.5.3
    77Author: Managedorg
    88Author URI: https://managedorg.io/
     
    1111   
    1212if (!class_exists('MODD_Donation')) :
    13 define('MODD_VERSION', '1.0.7.5.2');
     13define('MODD_VERSION', '1.0.7.5.3');
    1414define('MODD_PLUGIN_URL', plugin_dir_url(__FILE__));
    1515define('MODD_PLUGIN_MAIN_PATH', plugin_dir_path(__FILE__));
  • managedorg-product-driver/trunk/js/modd_myscript.js

    r2954318 r2954666  
    11401140                                    progressContent += '<span class="font-size-h2 me-2">'+percentage+'%</span>'+toGoalCount;
    11411141                                    progressContent += '</div>';
    1142                                     progressContent += '<div class="progress progress-xs mt-2 bg-'+bgColor+'-o-90">';
     1142                                    progressContent += '<div class="progress progress-xs mt-2 bg-'+bgColor+'-o-90" title="'+percentage+'% goal completion.">';
    11431143                                   
    1144                                     progressContent += '<div class="progress-bar  progress-bar-striped progress-bar-animated" role="progressbar" style="width: '+percentage+'%;" aria-valuenow="'+percentage+'" aria-valuemin="0" aria-valuemax="100"></div>';
     1144                                    progressContent += '<div class="progress-bar  progress-bar-striped progress-bar-animated" role="progressbar" style="width: '+percentage+'%;"  aria-valuenow="'+percentage+'" aria-valuemin="0" aria-valuemax="100"></div>';
    11451145                                   
    11461146                                    progressContent += '</div>';
     
    22962296                {"CAMP_REQ_ID": crid, "PRODUCT_ID": pid, "CURRENCY": cuy, "PRODUCT_AMOUNT": amt, "PRODUCT_NAME": nm, "PRODUCT_IMAGE": img, "PRODUCT_QUANTITY": qty, "MIN_PRODUCT_QUANTITY": mqty, "MAX_PRODUCT_QUANTITY": maxQty, "ASIN": asin, "stype":cart_stype, "scharge":cart_scharge, "campaign_tax":cart_tax  }
    22972297            );
    2298 
     2298            toastr.success('Product has been successfully added to your cart.', { timeOut: 2000 });
    22992299            refreshCartView(true);
    23002300        }
  • managedorg-product-driver/trunk/readme.txt

    r2954318 r2954666  
    44Requires at least: 4.7
    55Tested up to: 6.2
    6 Stable tag: 1.0.7.5.2
     6Stable tag: 1.0.7.5.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    144144* Pricing format modified.
    145145
    146 = 1.0.7.5.2=
     146= 1.0.7.5.3=
    147147* New design
    148148* New shortcode attributes products_per_page, campaigns_per_page, cart_checkbox
Note: See TracChangeset for help on using the changeset viewer.