Modification of "Continue Shopping" button

This commit is contained in:
touffies
2013-10-23 17:47:04 +02:00
parent 0c4592a9dd
commit f7f7444fcb

View File

@@ -1,3 +1,4 @@
<div class="clearfix">
{loop type="cart" name="cartloop" position="last"} {loop type="cart" name="cartloop" position="last"}
<table> <table>
<tr> <tr>
@@ -29,10 +30,11 @@
</table> </table>
{/loop} {/loop}
<a href="{navigate to="index"}" role="button" class="btn btn_add_to_cart pull-right"><span>{intl l="View cart"}</span></a> <a href="{url path="/cart"}" role="button" class="btn btn_add_to_cart pull-right"><span>{intl l="View cart"}</span></a>
<a href="{navigate to="index"}" role="button" class="btn btn-checkout pull-right"><span>{intl l="Continue Shopping"}</span></a> <button type="button" class="btn btn-checkout pull-right" data-dismiss="modal"><span>{intl l="Continue Shopping"}</span></button>
</div>
{ifloop rel="product_upsell"} {ifloop rel="product_upsell"}
<aside id="products-upsell" role="complementary" aria-labelledby="products-upsell-label"> <aside id="products-upsell" role="complementary" aria-labelledby="products-upsell-label">
<div class="products-heading"> <div class="products-heading">
<h3 id="products-upsell-label">{intl l="Upsell Products"}</h3> <h3 id="products-upsell-label">{intl l="Upsell Products"}</h3>