Templates/examples/basket/stock count

Fra Shoporama dokumentation
Skift til: Navigation, Søgning

I basket.html:

<{if $basket[i].in_stock}>
  På lager
<{else}>
  <{if $attributes}>
    Der er kun <{$product->getInStock($attributes[0].id, $attributes[0].value_id)}> på lager
  <{/if}>
<{/if}>