11 lines
484 B
Smarty
11 lines
484 B
Smarty
{ifmodule STORES}
|
|
{get_stores_inStore assign="storesInStore"}
|
|
{$stores = $storesInStore->getStoresNames()}
|
|
{$productInStore = $storesInStore->getProductInStoreAmounts($body.product.id, $body.product.variationId)}
|
|
|
|
<div data-reload="ajax-delivery-time">
|
|
<span>Dostupné na <a href="" data-focus-opener="product-availability">{$productInStore.total_in_store} prodejnách</a>.</span>
|
|
{include "focus/focus.product-availability.tpl" class="product-availability"}
|
|
</div>
|
|
{/ifmodule}
|