Edit File: product_notification.tpl
{capture name="buttons"} <div class="float-left"> {include file="buttons/button.tpl" but_text=__("view_cart") but_href="checkout.cart"} </div> {if $settings.General.checkout_redirect != "Y"} <div class="float-right"> {include file="buttons/checkout.tpl" but_href="checkout.checkout"} </div> {/if} {/capture} {capture name="info"} <div class="clearfix"></div> <hr class="product-notification-divider" /> <div class="product-notification-total-info clearfix"> <div class="float-left"> {__("items_in_cart", [$smarty.session.cart.amount])}</div> <div class="product-notification-subtotal 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