Changeset 3151360
- Timestamp:
- 09/13/2024 11:57:50 AM (19 months ago)
- Location:
- managedorg-product-driver/trunk
- Files:
-
- 3 edited
-
donative.php (modified) (2 diffs)
-
js/modd_myscript.js (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
managedorg-product-driver/trunk/donative.php
r3148664 r3151360 4 4 Plugin URI: https://wordpress.org/plugins/managedorg-product-driver/ 5 5 Description: Managedorg Product Driver for Amazon Business Integration. 6 Version: 2.1.2. 06 Version: 2.1.2.1 7 7 Author: Managedorg 8 8 Author URI: https://managedorg.io/ … … 11 11 12 12 if (!class_exists('MODD_Donation')) : 13 define('MODD_VERSION', '2.1.2. 0');13 define('MODD_VERSION', '2.1.2.1'); 14 14 define('MODD_PLUGIN_URL', plugin_dir_url(__FILE__)); 15 15 define('MODD_PLUGIN_MAIN_PATH', plugin_dir_path(__FILE__)); -
managedorg-product-driver/trunk/js/modd_myscript.js
r3148664 r3151360 246 246 <div class="col-md-6 mb-3"> 247 247 <label for="email">Email </label> 248 <input type="email" class="form-control" id="doneeEmail" placeholder=" you@example.com" required="">248 <input type="email" class="form-control" id="doneeEmail" placeholder="" required=""> 249 249 <div class="invalid-feedback"> 250 250 Please enter a valid email address for shipping updates. 251 </div> 252 </div> 253 <div class="col-md-6 mb-3"> 254 <label for="email">Employee Code </label> 255 <input type="text" class="form-control" id="doneeEmployeeCode" placeholder="" required=""> 256 <div class="invalid-feedback"> 257 Please enter employee code. 251 258 </div> 252 259 </div> … … 1198 1205 var currentDate_1 = new Date(); 1199 1206 if(cObj_1.isPublished && cObj_1.isActive && (campaignValue == null || campListObj[ia].id == campaignValue) && (new Date(cObj_1.endDate) >= currentDate_1 || cObj_1.indefinite == true)){ 1200 if(cObj_1.goalTypes != null && cObj_1.goalTypes.data.length > 0 && cObj_1.goalTypes.data[0].attributes.description=="donorDriver"){1207 if(cObj_1.goalTypes != null && cObj_1.goalTypes.data.length > 0){ 1201 1208 total_campaign++; 1202 1209 } … … 1665 1672 else if(percentage == 100){ bgColor = 'success'; } 1666 1673 1667 var summaryContent ='<div class="modd-summary-load">'; 1674 var summaryContent =''; 1675 summaryContent +='<div class="modd-summary-load">'; 1668 1676 if(type == 'donorDriver' || type == 'Hybrid'){ 1669 summaryContent +='<div class="modd_total_products"><span class="desktop-only phone-link"><i class="fa fa-gift"></i> <span id="modd_tt_pp">'+TPC+' Total Products.</span></span></div>';1670 summaryContent +='<div class="modd_total_products_donated"><span class="desktop-only phone-link"><i class="fa fa-handshake-o"></i> <span id="modd_tt_pp_dd">'+DPC+' Products Donated.</span></span></div>';1677 // summaryContent +='<div class="modd_total_products"><span class="desktop-only phone-link"><i class="fa fa-gift"></i> <span id="modd_tt_pp">'+TPC+' Total Products.</span></span></div>'; 1678 // summaryContent +='<div class="modd_total_products_donated"><span class="desktop-only phone-link"><i class="fa fa-handshake-o"></i> <span id="modd_tt_pp_dd">'+DPC+' Products Donated.</span></span></div>'; 1671 1679 } 1672 1680 if(type == 'fundRaiser' || type == 'Hybrid'){ -
managedorg-product-driver/trunk/readme.txt
r3148664 r3151360 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 2.1.2. 06 Stable tag: 2.1.2.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 188 188 = 2.1.2.0 = 189 189 * Bug Fix 190 191 192 = 2.1.2.1 = 193 * Bug Fix
Note: See TracChangeset
for help on using the changeset viewer.