Plugin Directory

Changeset 2873901


Ignore:
Timestamp:
03/02/2023 06:10:30 PM (3 years ago)
Author:
aftercommerce
Message:

update radio button

Location:
afterinc-app/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • afterinc-app/trunk/Custom_app.php

    r2873891 r2873901  
    44Plugin URI: https://www.afterinc.com/contact/
    55Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products.
    6 Version: 3.4.7
     6Version: 3.4.8
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
     
    12451245            for($x = 0; $x < $planLength; $x++) {           
    12461246             ?>
    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" : "" ?>>
    12481248               
    12491249                 <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  
    77Requires PHP: 7.2
    88WC tested up to: 5.6.0
    9 Stable tag: 3.4.7
     9Stable tag: 3.4.8
    1010License: GPLv3
    1111License URI: https://www.afterinc.com
Note: See TracChangeset for help on using the changeset viewer.