Edit File: product_notification.tpl
{capture name="buttons"} <div class="ty-float-left"> {include file="buttons/button.tpl" but_text=__("view_cart") but_meta="ty-btn__secondary" but_href="checkout.cart"} </div> {if $settings.General.checkout_redirect != "Y"} <div class="ty-float-right"> {include file="buttons/checkout.tpl" but_href="checkout.checkout"} </div> {/if} {/capture} {capture name="info"} <div class="clearfix"></div> <hr class="ty-product-notification__divider" /> <div class="ty-product-notification__total-info clearfix"> <div class="ty-product-notification__amount ty-float-left"> {__("items_in_cart", [$smarty.session.cart.amount])}</div> <div class="ty-product-notification__subtotal ty-float-right"> {__("cart_subtotal")} {include file="common/price.tpl" value=$smarty.session.cart.display_subtotal} </div> </div> {/capture} {include file="views/products/components/notification.tpl" product_buttons=$smarty.capture.buttons product_info=$smarty.capture.info}
Back to File Manager