[{ if $oxcmp_basket->getProductsCount()}] [{oxhasrights ident="TOBASKET"}] [{assign var="currency" value=$oView->getActCurrency() }]
[{ oxmultilang ident="INC_CMP_BASKET_PRODUCT" }] | [{ $oxcmp_basket->getProductsCount()}] |
---|---|
[{ oxmultilang ident="INC_CMP_BASKET_QUANTITY" }] | [{ $oxcmp_basket->getItemsCount()}] |
[{ oxmultilang ident="INC_CMP_BASKET_SHIPPING" }] | [{ $oxcmp_basket->getFDeliveryCosts() }] [{ $currency->sign}] |
[{ oxmultilang ident="INC_CMP_BASKET_TOTALPRODUCTS" }] | [{ $oxcmp_basket->getFProductsPrice()}] [{ $currency->sign}] |
[{ oxmultilang ident="INC_CMP_BASKET_TIMEOUT" }] | [{counter name="mini_basket_countdown_nr" assign="countdown_nr"}][{$oViewConf->getBasketTimeLeft()|oxformattime}] | [{oxscript include="jquery.min.js"}] [{oxscript include="countdown.jquery.js"}] [{capture name="countdown"}] $(document).ready( function(){ $(".minibasket_container #countdown_[{$countdown_nr}]").countdown( function(count, element, container) { if (count <= 1) { $(element).parents(".minibasket_container").hide(); return container.not(element); } } ); } ); [{/capture}] [{oxscript add=$smarty.capture.countdown}]