{hook name="block_checkout:cart_items"} {foreach from=$cart_products key="key" item="product" name="cart_products"} {hook name="block_checkout:cart_products"} {if !$cart.products.$key.extra.parent}
  • {$product.product nofilter} {if !$product.exclude_from_calculate} {include file="buttons/button.tpl" but_href="checkout.delete?cart_id=`$key`&redirect_mode=`$runtime.mode`" but_meta="ty-order-products__item-delete delete" but_target_id="cart_status*" but_role="delete" but_name="delete_cart_item"} {/if}
    {$product.amount} x {include file="common/price.tpl" value=$product.display_price}
    {include file="common/options_info.tpl" product_options=$product.product_options no_block=true} {hook name="block_checkout:product_extra"}{/hook}
  • {/if} {/hook} {/foreach} {/hook}