{extends file='components/modal.tpl'} {block name='modal_extra_attribues'}id="blockcart-modal"{/block} {block name='modal_title'}{l s='Product added to cart' d='Modules.Isshoppingcart.Modalsuccess'}{/block} {block name='modal_body'}
{images_block webpEnabled=$webpEnabled} {$product.cover.legend} {/images_block}

{$product.name}

{$product.price}
{hook h='displayProductPriceBlock' product=$product type="unit_price"}

{if !empty($cart.subtotals.products.value)}
{l s='Subtotal:' d='Modules.Isshoppingcart.Modalsuccess'} {$cart.subtotals.products.value}
{/if} {if !empty($cart.subtotals.shipping.value)}
{l s='Shipping:' d='Modules.Isshoppingcart.Modalsuccess'} {$cart.subtotals.shipping.value} {hook h='displayCheckoutSubtotalDetails' subtotal=$cart.subtotals.shipping}
{/if} {if !$configuration.display_prices_tax_incl && $configuration.taxes_enabled}
{$cart.totals.total.label} {$cart.labels.tax_short} {$cart.totals.total.value}
{$cart.totals.total_including_tax.label} {$cart.totals.total_including_tax.value}
{else}
{$cart.totals.total.label} {if $configuration.taxes_enabled}{$cart.labels.tax_short}{/if} {$cart.totals.total.value}
{/if} {/block} {block name='modal_footer'} {l s='Proceed to checkout' d='Shop.Theme.Actions'} {/block}