Changeset 2901831
- Timestamp:
- 04/20/2023 01:36:05 PM (3 years ago)
- Location:
- afterinc-app/trunk
- Files:
-
- 2 edited
-
Custom_app.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
afterinc-app/trunk/Custom_app.php
r2901702 r2901831 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. 46 Version: 3.5.5 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 technical issues, the re is a delay in processing your protection plan order.<br> Please checkagain later. </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, the contract has not been created yet.<br> Please try 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 technical issues, the re is a delay in processing your protection plan order.<br>Please checkagain later.</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, the contract has not been created yet.<br>Please try again later.</button></p>'; 2550 2550 2551 2551 } -
afterinc-app/trunk/readme.txt
r2901702 r2901831 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.5. 49 Stable tag: 3.5.5 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.