Files
kupshop/web/templates/x/product/product.ajax.deliveryTime.tpl
2025-08-02 16:30:27 +02:00

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}