CASH-2025: temp commenting during dev

This commit is contained in:
Adam Caouette 2026-01-09 10:59:33 -05:00
parent 3cbddd8cda
commit 9af898604d

View file

@ -2,6 +2,13 @@
<Form @submit="onSubmit" @invalid-submit="onInvalidSubmit" ref="theForm" v-slot="{ meta }">
<loadingModal ref="loadingModal" />
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
<div>
<p style="font-size: 10px; color: darkblue">
alternateGlassPartsForOem: {{ alternateGlassPartsForOem }}
</p>
</div>
<div
class="container quote position-relative"
:class="[showSaveProgressPopup ? 'initial-popup-open' : '']">
@ -743,6 +750,12 @@ export default {
this.lineItems.supportingItems = this.filterOutFees(this.lineItems.supportingItems);
}
// isOemGlassSelected?
// if it IS, then swap out the glass parts in the line items for these
// if it's NOT selected BUT alternateGlassPartsForOem exist, then swap out
// // the existing glass line items for whatever is in alternateGlassPartsForOem
if (this.lineItems.glassParts?.length > 0) {
this.dispatchStoreAction(
this.storeActions.SAVE_GLASS_PARTS_SUPPRESSING_STATE_RESETTING,