@if ($item->isFree())
{{ translate('Free') }}
@else
@if ($item->isOnDiscount())
{{ getAmount($item->getRegularPrice(), 2, '.', '', true) }}
{{ getAmount($item->price->regular, 2, '.', '', true) }}
@else
{{ getAmount($item->getRegularPrice(), 2, '.', '', true) }}
@endif
@endif
@if ($item->isPurchasingEnabled() && $item->hasSales())
{{ translate($item->total_sales > 1 ? ':count Sales' : ':count Sale', ['count' => numberFormat($item->total_sales)]) }}
@elseif(@$settings->item->free_item_total_downloads && $item->free_downloads > 1)
{{ translate($item->free_downloads > 1 ? ':count Downloads' : ':count Download', ['count' => numberFormat($item->free_downloads)]) }}
@endif
@if ($item->isFree())
@if ($item->isMainFileExternal())
@else
@endif
@else
@endif