Commit dd94ebd5687cf9e951207913edef77edb9022882
Committed by
Rodrigo Souto
1 parent
c20a3d16
Exists in
master
and in
22 other branches
Small enhancements
(ActionItem1970)
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
plugins/shopping_cart/views/cart.html.erb
1 | -<% enterprise_identifier = !locals[:cart].nil? ? Enterprise.find(locals[:cart][:enterprise_id]).identifier : 'bli'%> | |
2 | 1 | <div id="cart1" class="cart" style="display:none" |
3 | 2 | data-l10nRemoveItem="<%=_('Are you sure you want to remove this item?')%>" |
4 | 3 | data-l10nCleanCart="<%=_('Are you sure you want to clean your cart?')%>"> | ... | ... |