Commit 12083a2cf803acab0f1d9f1cb32b4ccf2f94881b
1 parent
6a086072
Exists in
master
and in
29 other branches
JS, CSS and HTML.
Don't panic! =D
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
plugins/shopping_cart/public/cart.js
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?')%>"> | ... | ... |