Commit 5b73133b4e026d0e6fcecf1fe26f11f38eca836c
1 parent
9dea8f69
Exists in
master
and in
28 other branches
Cart fix: "add to cart" shouldn't appear on product management
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
plugins/shopping_cart/lib/shopping_cart_plugin.rb
| @@ -22,7 +22,6 @@ class ShoppingCartPlugin < Noosfero::Plugin | @@ -22,7 +22,6 @@ class ShoppingCartPlugin < Noosfero::Plugin | ||
| 22 | end | 22 | end |
| 23 | end | 23 | end |
| 24 | 24 | ||
| 25 | - alias :product_info_extras :add_to_cart_button | ||
| 26 | alias :catalog_item_extras :add_to_cart_button | 25 | alias :catalog_item_extras :add_to_cart_button |
| 27 | alias :asset_product_extras :add_to_cart_button | 26 | alias :asset_product_extras :add_to_cart_button |
| 28 | 27 |