Viewing 1 replies (of 1 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to add the code:

    
          var bdi = this.priceDiv.find('bdi');
          if (bdi.length){
            this.priceDiv = bdi;         
          }
    

    after the line:

    
          this.priceDiv = this.isOnSale ? $('#product-'+ this.productId +' .summary ins .woocommerce-Price-amount') : $('#product-'+ this.productId +' .summary .woocommerce-Price-amount');      
     
    

    in the file:
    wp-content/plugins/product-options-for-woocommerce/view/frontend/web/product/main.js

    Stanisalv

    • This reply was modified 4 years, 3 months ago by Pektsekye.
Viewing 1 replies (of 1 total)
  • The topic ‘Currency sign missing’ is closed to new replies.