Changeset 2873901
- Timestamp:
- 03/02/2023 06:10:30 PM (3 years ago)
- Location:
- afterinc-app/trunk
- Files:
-
- 2 edited
-
Custom_app.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
afterinc-app/trunk/Custom_app.php
r2873891 r2873901 4 4 Plugin URI: https://www.afterinc.com/contact/ 5 5 Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products. 6 Version: 3.4. 76 Version: 3.4.8 7 7 Author: After Inc. 8 8 Author URI: https://www.afterinc.com … … 1245 1245 for($x = 0; $x < $planLength; $x++) { 1246 1246 ?> 1247 <input type="radio" name="warranty_<?php echo esc_attr($item_key); ?>" class="price-variation-on-cart warranty-button" warranty-price="<?php echo esc_attr($seqPlans[$x]['price']); ?>" product-id="<?php echo esc_attr($productId); ?>" item-key="<?php echo esc_attr($item_key); ?>" plan-id="<?php echo esc_attr($seqPlans[$x]['planId']); ?>" term="<?php echo esc_attr($seqPlans[$x]['term']); ?>/<?php echo esc_attr($seqPlans[$x]['description']); ?>" <?php echo esc_attr($seqPlans[$x]['planId']) == $plan_id ? "checked " : "" ?>>1247 <input type="radio" name="warranty_<?php echo esc_attr($item_key); ?>" class="price-variation-on-cart warranty-button" warranty-price="<?php echo esc_attr($seqPlans[$x]['price']); ?>" product-id="<?php echo esc_attr($productId); ?>" item-key="<?php echo esc_attr($item_key); ?>" plan-id="<?php echo esc_attr($seqPlans[$x]['planId']); ?>" term="<?php echo esc_attr($seqPlans[$x]['term']); ?>/<?php echo esc_attr($seqPlans[$x]['description']); ?>" <?php echo esc_attr($seqPlans[$x]['planId']) == $plan_id ? "checked disabled" : "" ?>> 1248 1248 1249 1249 <label for="age_<?php echo esc_attr($i); ?>" class="label-text"><?php echo esc_attr($seqPlans[$x]['description']); ?></label><br> -
afterinc-app/trunk/readme.txt
r2873891 r2873901 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.4. 79 Stable tag: 3.4.8 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.