@php($user_cart = \App\Services\HomepartyCart::getUserCartHost()) @php($homeparty = \App\Services\HomepartyCart::$homeparty) @if(!$user_cart->isPrice() && (\App\Services\HomepartyCart::$is_bonus || \App\Services\HomepartyCart::$is_bonus_coupon)) Gutschein / Bonus kann nicht angewendet werden, da beim Gastgeber:in keine Produkte hinzugefügt wurden. @endif @if(\App\Services\HomepartyCart::$is_bonus) Gutschrift Homeparty Gutschein  
- {{ \App\Services\HomepartyCart::getFormattedBonusValue() }} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('BonusValue') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
- {{ \App\Services\HomepartyCart::getFormattedBonusValue() }} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('BonusValue') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif @endif @if(\App\Services\HomepartyCart::$is_bonus_coupon) Gutschrift Bonus  
- {{ \App\Services\HomepartyCart::getFormattedBonusCoupon() }} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('BonusCoupon') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
- {{ \App\Services\HomepartyCart::getFormattedBonusCoupon() }} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('BonusCoupon') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif @endif @if(\App\Services\HomepartyCart::$is_bonus) Abzug Points durch Gutschein - {{ \App\Services\HomepartyCart::getFormattedBonusPointsDiff() }}       @endif {{-- Versandkosten:    
{{$user_cart->getFormattedShippingPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('ShippingPrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif --}} Gesamt:
{{$user_cart->getFormattedPoints()}}
{{$user_cart->getFormattedIncomePrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('IncomePrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{$user_cart->getFormattedPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('Price') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{$user_cart->getFormattedEkPriceWithout()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('EkPriceWithout') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif