Merged in feature/MAW-860-update-programming-fees (pull request #23)

Feature/MAW-860 update programming fees

* MAW-860: Update Programming Fees

* Plugin Updates
* MAW-860: update programming fee

* plugin install(wp-native-php-sessions)
This commit is contained in:
Tony Volpe
2024-01-24 18:26:56 +00:00
parent 5ded0d6cc1
commit f6ec5c63a8
114 changed files with 2118 additions and 14897 deletions

View File

@@ -614,7 +614,8 @@ $(document).ready(function(){
console.log(productName);
_self.cart.totalPrice = parseFloat(_self.cart.product_price) * parseFloat(_self.cart.rateplan_multiplier) + 79.00;
_self.cart.totalPrice = parseFloat(_self.cart.product_price) * parseFloat(_self.cart.rateplan_multiplier) + 99.95;
for(var i = 0; i<_self.cart.upsells.length; i++){
//Takes the initial value for total price and adds to it the unrounded price from the upsell
_self.cart.totalPrice += _self.cart.upsells[i][3];