Einen kurzen Text über Dich kannst Du in "Mein Konto - Mein Profil" hinterlegen, dieser wird automatisch hier eingefügt, kann aber abgeändert werden.
| Aktiv | {{ __('Anzahl') }} | {{ __('Produkt') }} | {{ __('Mein Preis netto') }} | {{ __('Mein Preis brutto') }} | {{ __('Gesamt Preis brutto') }} | {{ __('geordert') }} |
|---|---|---|---|---|---|---|
|
|
@if ($promotion_admin_product->product)
@if ($promotion_admin_product->product->images)
@if ($image = $promotion_admin_product->product->images->first())
{{ $promotion_admin_product->product->name }}
#{{ $promotion_admin_product->product->number }}
Inhalt:
{{ $promotion_admin_product->product->contents }}
@endif
Gewicht: {{ $promotion_admin_product->product->weight }} g |
{{ $promotion_admin_product->getFormattedPriceWith(true) }} € | {{ $promotion_admin_product->getFormattedPriceWith(false) }} € | € | {{ $promotion_admin_product->getPromotionUserProducts($user_promotion, 'sell_items') }} |