app/views/refinery/stores/stores/_cart.html.erb in refinerycms-stores-0.0.5 vs app/views/refinery/stores/stores/_cart.html.erb in refinerycms-stores-0.0.6

- old
+ new

@@ -6,10 +6,10 @@ <p><i>Your cart is empty; click add-to-cart to add products.</i></p> <% end -%> </div> <table> - <%= render(:partial => "cart_item", :collection => cart.items) %> + <%= render(:partial => "refinery/stores/stores/cart_item", :collection => cart.items) %> <tr class="total-line"> <td colspan="2">Total</td> <td class="total-cell"><%= number_to_currency(cart.total_price) %></td> </tr> <tr>