CSR-2379 remove phone number on payment page for non glass-only.
This commit is contained in:
parent
6a573bdd90
commit
e7cee96068
1 changed files with 2 additions and 3 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
v-bind:isDismissible="false" />
|
v-bind:isDismissible="false" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="!isInsurance" class="questions-about-service my-5">
|
<div v-if="isRecalibrationOnOrder && shouldHideRecalibration" class="questions-about-service my-5">
|
||||||
<textBlock
|
<textBlock
|
||||||
cmsWidgetName="QuestionsAboutYourServiceWidget"
|
cmsWidgetName="QuestionsAboutYourServiceWidget"
|
||||||
justifyText="left"
|
justifyText="left"
|
||||||
|
|
@ -54,8 +54,7 @@
|
||||||
<textBlock cmsWidgetName="CallOrTextWidget" justifyText="left" />
|
<textBlock cmsWidgetName="CallOrTextWidget" justifyText="left" />
|
||||||
<hr class="my-5" />
|
<hr class="my-5" />
|
||||||
<div
|
<div
|
||||||
class="d-flex flex-row checkbox-group"
|
class="d-flex flex-row checkbox-group">
|
||||||
v-if="isRecalibrationOnOrder && shouldHideRecalibration">
|
|
||||||
<checkboxQuestion
|
<checkboxQuestion
|
||||||
cmsWidgetName="RecalConfirmWidget"
|
cmsWidgetName="RecalConfirmWidget"
|
||||||
class="mb-5"
|
class="mb-5"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue