data['items'] ?? []; echo $this->data['nav']->render(); ?>
getHtml('Items'); ?>download
$value) : ++$count; $url = UriFactory::build('{/base}/item/view?{?}&id=' . $value->id); $image = $value->getFileByTypeName('item_profile_image'); ?>
getHtml('Number'); ?> getHtml('Name'); ?> getHtml('Name'); ?> getHtml('Price'); ?> getHtml('Available'); ?> getHtml('Reserved'); ?> getHtml('Ordered'); ?>
<?= $this->getHtml('IMG_alt_item'); ?> printHtml($value->number); ?> printHtml($value->getL11n('name1')->content); ?> printHtml($value->getL11n('name2')->content); ?> getCurrency($value->salesPrice, symbol: ''); ?> stockIdentifier === StockIdentifierType::NONE) : ?> data['dists'][$value->id] ?? [] as $dist) { $sum += $dist->quantity; } $total = new FloatInt($sum); echo $total->getAmount(\reset($value->container)->quantityDecimals); ?> data['reserved'][$value->id] ?? 0); echo $total->getAmount(\reset($value->container)->quantityDecimals); ?> data['ordered'][$value->id] ?? 0); echo $total->getAmount(\reset($value->container)->quantityDecimals); ?>
getHtml('Empty', '0', '0'); ?>