To earn Boyne Rewards points, log-in with your BoyneRewards.com username & password. Find Sea Doo JetSkis & Watercrafts for Sale in Tampa on Oodle Classifieds. Gas fireplace to enjoy when you aren't ripping it up on the slopes. A selection of Sunday River Logo items are available to. Centrally located just below Barker Mountain Lodge and above South Ridge, Sunrise Condominiums is one of the most conveniently located condo Unit Sizes: Studio, 1 … Starting September 8, the Maine ski resort will accept non-binding reservations at these two new ski-in ski-out properties. The remaining ${{totalPaymentPrice.toFixed(2)}} will be charged on the following schedule:
', created() { this.dates = window.datesArray this.paymentPrices = window.priceArray this.paymentPlanProductIds = window.productArray this.modalDescription = window.modalDescription this.widgetDescription = window.widgetDescription this.buildPaymentSchedule() }, computed: { productId() { return this.$store.getters['products/selectedProduct'].Id }, selectedAttributeValueIds() { return this.selectedAttributes .filter(function (attribute) { return !attribute.IsDisabled }) .map(function (obj) { return obj.SelectedValueId; }); }, selectedAttributes() { return this.$store.getters['products/selectedProductAttributes'] }, numberOfPayments() { return this.dates.length }, isPaymentPlanProduct() { let _this = this let foundProductId = this.paymentPlanProductIds.find(function (pid) { return pid === _this.productId; }); if (foundProductId){ return true } else { return false } }, }, methods: { buildPaymentSchedule() { this.paymentDetails = [] let paymentPriceRecord = null this.totalPaymentPrice = 0 this.totalDeposit = 0 //First we must determine which of the selected attributes have payment prices and calculate a total payment price for them let _this = this this.selectedAttributeValueIds.forEach(function (attributeId, index) { paymentPriceRecord = null paymentPriceRecord = _this.paymentPrices.filter(p => { return p.id.toString() === attributeId }) if (paymentPriceRecord && paymentPriceRecord.length > 0) { _this.totalPaymentPrice += paymentPriceRecord[0].paymentPrice _this.totalDeposit += paymentPriceRecord[0].deposit } }) if (_this.totalPaymentPrice > 0) { //Determine monthly payment let thisPayment = +(_this.totalPaymentPrice / _this.dates.length) _this.monthlyPayment = Math.floor(thisPayment * 100) / 100 //Determine if there is a remainder amount _this.paymentRemainder = +(_this.totalPaymentPrice - (_this.monthlyPayment * _this.dates.length)).toFixed(2) //Then we create payment record for each configured date _this.dates.forEach(function (paymentDate, index) { if (index === _this.dates.length - 1 && _this.paymentRemainder > 0) { let lastPayment = _this.monthlyPayment + _this.paymentRemainder _this.paymentDetails.push({ date: paymentDate, amount: `$${lastPayment.toFixed(2)}` }) } else { _this.paymentDetails.push({ date: paymentDate, amount: `$${_this.monthlyPayment.toFixed(2)}` }) } }) //Add a total amount row _this.paymentDetails.push({ date: 'TOTAL', amount: `$${_this.totalPaymentPrice.toFixed(2)}` }) } }, }, watch: { selectedAttributeValueIds: { immediate: true, deep: false, handler(newValue, oldValue) { this.buildPaymentSchedule() }, }, } }) // ]]>. Tickets may be purchased anytime, including day-of-arrival, as long as inventory is available. Zillow has 1 homes for sale in Woodstock ME matching Sunday River Ski. If you’re looking for a great deal, the Outlet in White Cap Lodge offers a wide selection of sale apparel and accessories, most at 50 percent off. Stores will limit capacity according to state guidelines. The Jordan Hotel location is a must-visit for hotel guests and those skiing by. Sunday River Slopeside Condominiums and Townhomes Learn more about Sunday River Slopeside Condominiums and Townhomes For vacation home buyers whose primary interest is skiing, the first decision that is often difficult is deciding on a slopeside or off-mountain home. [CDATA[ Vue.component('payment-details-schedule', { data: function () { return { monthlyPayment: 0, paymentTableHeaders: [ { text: 'Date', value: 'Date', align: 'center' }, { text: 'Amount', value: 'Amount', align: 'center' }, ], processing: false, showModal: false, paymentPlanProductIds: [], dates: null, paymentPrices: [], paymentDetails: [], paymentRemainder: 0, modalDescription: null, widgetDescription: null, totalPaymentPrice: 0, totalDeposit: 0 } }, template: '

Your remaining balance will be billed in 4 payments of ${{ monthlyPayment.toFixed(2) }}.

{{widgetDescription}}
View Payment Schedule