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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user