CASH-1326 update confirmation page.
This commit is contained in:
parent
0771b30fc4
commit
a3b28fb0e7
1 changed files with 7 additions and 75 deletions
|
|
@ -9,79 +9,11 @@
|
||||||
<img :src="ScheduleConfirmationImage" />
|
<img :src="ScheduleConfirmationImage" />
|
||||||
<span v-html="ScheduleConfirmationText"></span>
|
<span v-html="ScheduleConfirmationText"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="row justify-content-center">
|
<div class="emailtext" v-html="ConfirmationEmailText"></div>
|
||||||
<div class="col-md-6 col-xl-4">
|
<div class="main">
|
||||||
<div class="header-container">
|
<div class="scheduleText">
|
||||||
<img :src="ScheduleConfirmationImage" />
|
<p>{{ ScheduleDateFormatted }}</p>
|
||||||
<span v-html="ScheduleConfirmationText"></span>
|
<p>{{ ScheduleTimeFormatted }}</p>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="emailtext" v-html="ConfirmationEmailText"></div>
|
|
||||||
|
|
||||||
<div class="main">
|
|
||||||
<div></div>
|
|
||||||
|
|
||||||
<div class="scheduleText">
|
|
||||||
<p>{{ ScheduleDateFormatted }}</p>
|
|
||||||
<p>{{ ScheduleTimeFormatted }}</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<addToCalendar
|
|
||||||
mobileWidgetName="AddToCalendar_Mobile"
|
|
||||||
inShopWidgetName="AddToCalendar_InShop"
|
|
||||||
dropOffWidgetName="AddToCalendar_DropOff"
|
|
||||||
overnightDropOffWidgetName="AddToCalendar_OvernightDropOff"
|
|
||||||
allDayDropOffWidgetName="AddToCalendar_AllDayDropOff"
|
|
||||||
sameDayDropOffWidgetName="AddToCalendar_SameDayDropOff"
|
|
||||||
:serviceLocationFullAddress="ServiceLocationFullAddress"
|
|
||||||
:providerFullAddress="ProviderFullAddress"
|
|
||||||
:appointmentType="AppointmentType"
|
|
||||||
:scheduleDate="ScheduleDate"
|
|
||||||
:scheduleStartTime="ScheduleStartTime"
|
|
||||||
:scheduleEndTime="ScheduleEndTime" />
|
|
||||||
|
|
||||||
<div class="appointment-text" v-html="AppointmentWordingText"></div>
|
|
||||||
|
|
||||||
<textBlock
|
|
||||||
:customText="AppointmentDuration"
|
|
||||||
justifyText="center"
|
|
||||||
typeStyle="medium"
|
|
||||||
class="duration-text-block" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mt-3" v-if="shouldDisplayFosterLove">
|
|
||||||
<donationBlock
|
|
||||||
cmsWidgetName="DonationWidget"
|
|
||||||
v-model="donationAmount"
|
|
||||||
:donationValues="donationValues"
|
|
||||||
:showDonationSuccess="showDonationSuccess"
|
|
||||||
:showDonationError="showDonationError"
|
|
||||||
@DonationAddedEvent="addDonationToOrder"
|
|
||||||
ref="donationBlock" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr class="mt-4 mb-0" />
|
|
||||||
|
|
||||||
<cart
|
|
||||||
v-if="ShowCart"
|
|
||||||
:damage="damageInfo"
|
|
||||||
:availableVaps="vaps"
|
|
||||||
:allowItemRemoval="false"
|
|
||||||
v-model="lineItemsWithoutDonation"
|
|
||||||
:donationCartItem="donationLineItem"
|
|
||||||
:showAsPaid="isPia"
|
|
||||||
servicePackageOptionsCmsName="ServicePackageTitle"
|
|
||||||
:isInsurance="isInsurance"
|
|
||||||
:insuranceDeductible="currentDeductible"
|
|
||||||
:insuranceCompanyName="insuranceCompanyName"
|
|
||||||
:showInsuranceCoverageAs="showInsuranceCoverageAs"
|
|
||||||
:shouldHideRecalibration="shouldHideRecalibration"
|
|
||||||
:isExpandedOnLoad="false"
|
|
||||||
:isItac="isItac"
|
|
||||||
:isNoComp="isNoComp"
|
|
||||||
:isMSRFeeApplicable="isMSRFeeApplicable" />
|
|
||||||
|
|
||||||
<hr class="mb-5" />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<addToCalendar
|
<addToCalendar
|
||||||
|
|
@ -118,7 +50,7 @@
|
||||||
ref="donationBlock" />
|
ref="donationBlock" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="mt-5 mb-0" />
|
<hr class="mt-4 mb-0" />
|
||||||
|
|
||||||
<cart
|
<cart
|
||||||
v-if="ShowCart"
|
v-if="ShowCart"
|
||||||
|
|
@ -139,7 +71,7 @@
|
||||||
:isNoComp="isNoComp"
|
:isNoComp="isNoComp"
|
||||||
:isMSRFeeApplicable="isMSRFeeApplicable" />
|
:isMSRFeeApplicable="isMSRFeeApplicable" />
|
||||||
|
|
||||||
<hr class="mt-4 mb-5" />
|
<hr class="mb-5" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue