Plugin Directory

Changeset 2865938


Ignore:
Timestamp:
02/15/2023 06:34:46 PM (3 years ago)
Author:
aftercommerce
Message:

Update symbol in js

Location:
afterinc-app/trunk
Files:
3 edited

Legend:

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

    r2865873 r2865938  
    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.8.8
     6Version: 3.8.9
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
  • afterinc-app/trunk/assets/js/afterinc-customer.js

    r2865279 r2865938  
    159159             
    160160              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);
    162162              }else{
    163                 jQuery('.price .woocommerce-Price-amount bdi').html(crnSymbol+respprice);
     163                jQuery('.price .woocommerce-Price-amount bdi').text("$"+respprice);
    164164              }
    165165             
  • afterinc-app/trunk/readme.txt

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