merchandising/pc-exit-first-personalization-upsell
#
đ Properties
Name |
Type |
priceDifference | Number |
cabin | String |
redirectAction | String |
variant | String |
#
đ° Slots
Name |
Default value |
main |
Starting at $0*
|
list |
- Up to 9 extra inches of legroom
- Free drinks (over 350 miles)
- Complimentary meals (over 670 miles)
- Two free checked bags â and so much more
|
button |
Upgrade my seat
|
<script src="/components/shared/component-base.js"></script>
<script src="/components/pc-exit-first-personalization-upsell/main.js"></script>
<link rel="stylesheet" href="/components/shared/component-base.css" />
<pc-exit-first-personalization-upsell cabin="exit" priceDifference="10"></pc-exit-first-personalization-upsell>
<br/>
<pc-exit-first-personalization-upsell cabin="premium" priceDifference="20"></pc-exit-first-personalization-upsell>
<br/>
<pc-exit-first-personalization-upsell cabin="first" priceDifference="150"></pc-exit-first-personalization-upsell>
<br/>
<pc-exit-first-personalization-upsell variant="1" cabin="exit" priceDifference="10"></pc-exit-first-personalization-upsell>
<br/>
<pc-exit-first-personalization-upsell variant="1" cabin="premium" priceDifference="20"></pc-exit-first-personalization-upsell>
<br/>
<pc-exit-first-personalization-upsell variant="1" cabin="first" priceDifference="150"></pc-exit-first-personalization-upsell>
<br/>
<pc-exit-first-personalization-upsell variant="2" cabin="exit" priceDifference="10"></pc-exit-first-personalization-upsell>
<br/>
<pc-exit-first-personalization-upsell variant="2" cabin="premium" priceDifference="20"></pc-exit-first-personalization-upsell>
<br/>
<pc-exit-first-personalization-upsell variant="2" cabin="first" priceDifference="150"></pc-exit-first-personalization-upsell>
<br/>