Plugin Directory

Changeset 2901702


Ignore:
Timestamp:
04/20/2023 09:51:20 AM (3 years ago)
Author:
aftercommerce
Message:

update the content for cancel plan message.

Location:
afterinc-app/trunk
Files:
3 edited

Legend:

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

    r2899246 r2901702  
    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.5.3
     6Version: 3.5.4
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
     
    23732373       
    23742374         
    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>";
    23762376
    23772377     if (($isOrderreceived !== false) && ($isOrderreceived > 0)) {
     
    25472547        }
    25482548      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>';
    25502550
    25512551           }
  • afterinc-app/trunk/assets/js/afterinc-customer.js

    r2899246 r2901702  
    120120                              swal({
    121121                              title: "Error!",
    122                               text: "Service cancel failed, please try after some times.",
     122                              text: "Cancelation request failed. Please try again later.",
    123123                              icon: "error",
    124124                              button: "Ok",
  • afterinc-app/trunk/readme.txt

    r2899246 r2901702  
    77Requires PHP: 7.2
    88WC tested up to: 5.6.0
    9 Stable tag: 3.5.3
     9Stable tag: 3.5.4
    1010License: GPLv3
    1111License URI: https://www.afterinc.com
Note: See TracChangeset for help on using the changeset viewer.