Changeset 2865938
- Timestamp:
- 02/15/2023 06:34:46 PM (3 years ago)
- Location:
- afterinc-app/trunk
- Files:
-
- 3 edited
-
Custom_app.php (modified) (1 diff)
-
assets/js/afterinc-customer.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
afterinc-app/trunk/Custom_app.php
r2865873 r2865938 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.8. 86 Version: 3.8.9 7 7 Author: After Inc. 8 8 Author URI: https://www.afterinc.com -
afterinc-app/trunk/assets/js/afterinc-customer.js
r2865279 r2865938 159 159 160 160 if(exist.length){ 161 jQuery('.woocommerce-variation-price .price ins .woocommerce-Price-amount bdi'). html(crnSymbol+respprice);161 jQuery('.woocommerce-variation-price .price ins .woocommerce-Price-amount bdi').text("$"+respprice); 162 162 }else{ 163 jQuery('.price .woocommerce-Price-amount bdi'). html(crnSymbol+respprice);163 jQuery('.price .woocommerce-Price-amount bdi').text("$"+respprice); 164 164 } 165 165 -
afterinc-app/trunk/readme.txt
r2865873 r2865938 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.8. 89 Stable tag: 3.8.9 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.