app/views/refinery/stores/stores/_cart.html.erb in refinerycms-stores-0.0.12 vs app/views/refinery/stores/stores/_cart.html.erb in refinerycms-stores-0.0.13

- old
+ new

@@ -1,8 +1,8 @@ <div id='cart'> <div class="cart-title"> - <h3>Your Cart</h3> + <h3><%= cart.store_name %> Cart</h3> <% if cart.items.empty? -%> <p><i>Your cart is empty; click add-to-cart to add products.</i></p> <% end -%> </div>