{{if !\count($allProducts)}}
  • {lang="enhancedstore_no_products_found"}
  • {{endif}} {{foreach $allProducts as $package}}
  • {{if $package->image}} {{else}}
     
    {{endif}}
    {{if $package->reviewable}} {template="rating" group="global" app="core" params="'medium', $package->item()->averageReviewRating(), \IPS\Settings::i()->reviews_rating_out_of, $package->item()->memberReviewRating()"} ({$package->item()->reviews}) {{endif}}

    {$package->_title}


    {$package->priceToDisplay()|raw}

    {{if $package->physical}} {{if $package->stock !== 0}} {{if settings.nexus_show_stock && $package->stock !== -1 && $package->stock !== -2}}{lang="x_in_stock" pluralize="$package->stock"}{{else}}{lang="in_stock"}{{endif}} {{else}} {lang="out_of_stock"} {{endif}} {{endif}}
  • {{endforeach}}