Changeset 2901702
- Timestamp:
- 04/20/2023 09:51:20 AM (3 years ago)
- Location:
- afterinc-app/trunk
- Files:
-
- 3 edited
-
Custom_app.php (modified) (3 diffs)
-
assets/js/afterinc-customer.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
afterinc-app/trunk/Custom_app.php
r2899246 r2901702 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.5. 36 Version: 3.5.4 7 7 Author: After Inc. 8 8 Author URI: https://www.afterinc.com … … 2373 2373 2374 2374 2375 $cancelButton = "<button class='btn' data-orderId=".$productOrderId." data-lineItemID =".$lineItemId." disabled=true style='cursor: not-allowed; pointer-events: none; color: #a7aaad; padding: 5px 10px; font-size: 13px; border: 1px solid #dcdcde; background: #009688; font-family: sans-serif;'> Due to some technical issue your contract not created yet.<br>please wait for some time. </button>";2375 $cancelButton = "<button class='btn' data-orderId=".$productOrderId." data-lineItemID =".$lineItemId." disabled=true style='cursor: not-allowed; pointer-events: none; color: #a7aaad; padding: 5px 10px; font-size: 13px; border: 1px solid #dcdcde; background: #009688; font-family: sans-serif;'> Due to technical issues, there is a delay in processing your protection plan order.<br> Please check again later. </button>"; 2376 2376 2377 2377 if (($isOrderreceived !== false) && ($isOrderreceived > 0)) { … … 2547 2547 } 2548 2548 else{ 2549 echo '<p><button type="button" class="btn button-primary" data-orderId="'.esc_attr($productOrderId).'" data-lineItemID ="'.esc_attr($lineItemId).'" disabled=true style="cursor: not-allowed;">Due to some technical issue your contract not created yet.<br>please wait for some time.</button></p>';2549 echo '<p><button type="button" class="btn button-primary" data-orderId="'.esc_attr($productOrderId).'" data-lineItemID ="'.esc_attr($lineItemId).'" disabled=true style="cursor: not-allowed;">Due to technical issues, there is a delay in processing your protection plan order.<br>Please check again later.</button></p>'; 2550 2550 2551 2551 } -
afterinc-app/trunk/assets/js/afterinc-customer.js
r2899246 r2901702 120 120 swal({ 121 121 title: "Error!", 122 text: " Service cancel failed, please try after some times.",122 text: "Cancelation request failed. Please try again later.", 123 123 icon: "error", 124 124 button: "Ok", -
afterinc-app/trunk/readme.txt
r2899246 r2901702 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.5. 39 Stable tag: 3.5.4 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.