Changeset 2873930
- Timestamp:
- 03/02/2023 07:41:10 PM (3 years ago)
- File:
-
- 1 edited
-
afterinc-app/trunk/Custom_app.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
afterinc-app/trunk/Custom_app.php
r2873901 r2873930 1235 1235 <input type="hidden" class="warranty-id" value="<?php echo esc_attr($result[0]->id); ?>"> 1236 1236 1237 <input type="radio" name="warranty_<?php echo esc_attr($item_key); ?>" class="price-variation-on-cart warranty-button" warranty-price="0" plan-id="none" product-id="<?php echo esc_attr($productId); ?>" item-key="<?php echo esc_attr($item_key); ?>" <?php echo esc_attr($plan_id) == 'none' ? 'checked ' : '' ?>>None<br>1237 <input type="radio" name="warranty_<?php echo esc_attr($item_key); ?>" class="price-variation-on-cart warranty-button" warranty-price="0" plan-id="none" product-id="<?php echo esc_attr($productId); ?>" item-key="<?php echo esc_attr($item_key); ?>" <?php echo esc_attr($plan_id) == 'none' ? 'checked disabled' : '' ?>>None<br> 1238 1238 <?php 1239 1239 $i = 1;
Note: See TracChangeset
for help on using the changeset viewer.