Woocommerce – jQuery – Wrong price calculation
I have this code in elementor custom code, it's loaded at the end of the body tag. <script> jQuery(document).ready(function($){ var productPrice; var finalProductPrice; var shippingPrice; var servicePrice; var result; var output; // $('#ship-price-a').on('click', function(){ if( typeof productPrice === 'undefined' ){…