{{ header }} {# // Breadcrumbs ------------------------------------------------------ #} {{ tbSlotStart('product/product.breadcrumbs') }}
{{ tbSlotStop() }} {# // Page title ------------------------------------------------------- #} {{ tbSlotStart('product/product.page_title', {'filter': ['product/product.page_title.filter', 'heading_title']}) }}{% if tbData['system.product_price']['show_savings_sum'] %} {{ tbData.product_you_save }} {% else %} {{ tbData.product_savings }} {% endif %}
{% endif %} {% if not tbData.config.get('config_customer_price') or (tbData.config.get('config_customer_price') and tbData.customer.isLogged()) %} {% endif %} {% endif %} {{ tbSlotStop() }} {# // Product Discounts ------------------------------------------------ #} {{ tbSlotStart('product/product.product_discounts') }} {% if price %} {% if discounts %} {% if tbData['system.product_discounts']['block_title'] %}| {{ tbData.text_product_order_quantity }} | {{ tbData.text_product_price_per_item }} |
|---|---|
| {{ tbData.text_product_discount_items|format(discount.quantity) }} | {{ discountamount|number_format(2) }} |
| {{ attribute_group['name'] }} | |
|---|---|
| {{ attribute['name'] }} | {{ attribute['text'] }} |
{% if not product.special %} {{ product.price }} {% else %} {{ product.price }} {{ product.special }} {% endif %}
{{ tbSlotCaptureReturn() }} {% if product.tax %} {{ tbSlotStart('products_listing.product.tax') }} {{ text_tax }} {{ product.tax }} {{ tbSlotCaptureReturn() }} {% endif %} {% endif %} {% if product.special and product.special_date_end %} {{ tbSlotStart('products_listing.product.special_price_end') }} {% set has_counter = true %}{{ tbData.text_offer_ending }} {% set total_seconds = product.special_date_end|date('U') - 'now'|date('U') %} {% set days = (total_seconds / 86400)|round(0, 'floor') %} {% set hours = ((total_seconds % 86400) / 3600)|round(0, 'floor') %} {% set minutes = (((total_seconds % 86400) % 3600) / 60)|round(0, 'floor') %} {% set seconds = (((total_seconds % 86400) % 3600) % 60)|round(0, 'floor') %} {{ days }} {{ hours }} {{ minutes }} {{ seconds }}
{{ tbSlotCaptureReturn() }} {% endif %} {{ tbSlotStart('products_listing.product.rating') }} {% if product.rating %} {% elseif tbData.common['show_empty_rating'] %} {% endif %} {{ tbSlotCaptureReturn() }}{{ product.stock_status }}
{{ tbSlotCaptureReturn() }}{% endif %}{{ product.savings_text }}
{{ tbSlotCaptureReturn() }}{% endif %} {% if show_label_new and product.is_new %}{{ tbSlotStart('products_listing.product.label_new') }}{{ tbData.text_label_new }}
{{ tbSlotCaptureReturn() }}{% endif %}