Commit b157b563 by Sarath Mohan

UAT changes

parent 344eb4a9
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Test Footer
\ No newline at end of file
......@@ -2584,9 +2584,8 @@
child_price=parseFloat(child_price).toFixed(2)*item.qty;
total_price=total_price+child_price;
}else{
total_price=total_price+((parseFloat(item.product.Retail_Price)+(parseFloat(item.product.Retail_Price))*parseFloat(item.product.TaxRate)/100)*parseInt(item.qty));
console.log(total_price);
total_tax=total_tax+((parseFloat(item.product.Retail_Price)*parseInt(item.qty))*parseFloat(item.product.TaxRate)/100);
var product_price=parseFloat(item.product.Retail_Price)+(parseFloat(item.product.Retail_Price)*parseFloat(item.product.TaxRate)/100);
product_price=parseFloat(product_price).toFixed(2);
......
File mode changed from 100644 to 100755
......@@ -156,6 +156,7 @@
</div>
<!-- Modal productchoose-->
@stop
@include('layouts.footer');
@section('js')
<script>
var globalColor = '';
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment