Commit f7a5a8b99e41256878f403b4d393fd0939df7cd2
1 parent
9a2d6254
Exists in
master
and in
28 other branches
[shopping-cart-plugin] Fixing rebase with master
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
plugins/shopping_cart/controllers/shopping_cart_plugin_profile_controller.rb
| @@ -223,8 +223,4 @@ class ShoppingCartPluginProfileController < ProfileController | @@ -223,8 +223,4 @@ class ShoppingCartPluginProfileController < ProfileController | ||
| 223 | end | 223 | end |
| 224 | true | 224 | true |
| 225 | end | 225 | end |
| 226 | - | ||
| 227 | - def get_price(product) | ||
| 228 | - float_to_currency( product.discount ? product.price_with_discount : product.price ) | ||
| 229 | - end | ||
| 230 | end | 226 | end |