Base Price

{{vm.base() / 100}} CFP

{{vm.appliedCoupon.couponId}} - {{vm.appliedCoupon.percentage ? '' : '$'}}{{vm.appliedCoupon.percentage ? vm.appliedCoupon.amount : (vm.appliedCoupon.amount / 100)}}{{vm.appliedCoupon.percentage ? '%' : ''}} Off
-${{(-1 * vm.pricing.couponDeduction[0].price / 100) | number : 2}}
{{item.couponId}} {{item.percentage ? "" : "$"}}{{item.percentage ? item.amount : (item.amount / 100)}}{{item.percentage ? "%" : ""}} No coupons found{{autocomplete.searchText.length > 0 ? (' matching "' + autocomplete.searchText + '".') : '.'}}
Invalid Coupon
Attendees
${{vm.attendeeTotal / 100 | number:2}}
{{value.quantity}} x {{value.name}} @ ${{value.price/100}} each
${{value.amount / 100 | number:2}}
Add-ons
${{vm.addonTotal / 100 | number:2}}
{{addon.quantity}} x {{addon.name}} @ ${{addon.price/100}} each
${{addon.amount / 100 | number:2}}
Taxes and Fees
${{vm.taxTotal / 100 | number:2}}
Total
${{(vm.pricing.total || 0) / 100 | number:2}}