{$_config = $config.cart} {$_locales = [ "product_delete" => _w('Delete product from the cart'), "product_disabled" => _w('This item is not available'), "quantity_empty" => _w("Out of stock"), "quantity_limit" => _w("No more items in stock"), "quantity_delete" => _w('Delete product from the cart'), "quantity_decrease" => _w('Reduce quantity'), "quantity_increase" => _w('Increase quantity'), "quantity_stock_error" => _w("The quantity in your shopping cart is greater than that available in stock. Please reduce the quantity or delete this product from the cart.") ]} {function name="_renderError" _text=""}
{$_text|default:""}
{/function} {$_use_adaptive_styles = true} {if !empty($options)} {if isset($options["adaptive"]) && (empty($options["adaptive"]) || $options["adaptive"] === "false")} {$_use_adaptive_styles = false} {/if} {/if} {$_cart_classes = []} {if !empty($_use_adaptive_styles)} {$_cart_classes[] = "with-adaptive"} {/if} {$_currency = $wa->shop->currency()}
{if empty($cart.count)}

[`Your shopping cart is empty.`]

{else}
{capture assign="_delete_product_dialog"}{include file="./order/cart/dialog/product.delete.html" inline}{/capture} {capture assign="_clear_cart_dialog"}{include file="./order/cart/dialog/clear.html" inline}{/capture} {/if}