Commit f0ad5643b9d38cf5b16db385fac6550c6841f336

Authored by Rodrigo Souto
1 parent a7aa4515

Email request

* Features:
    - Plugin helper.
    - Plugin mailer.
    - Template for supplier and customer email.
    - Upgrades to form.
  * Fixes:
    - Passing request form through ajax serialize instead of hardcoded.
plugins/shopping_cart/lib/shopping_cart_plugin/cart_helper.rb
... ... @@ -59,5 +59,4 @@ module ShoppingCartPlugin::CartHelper
59 59 def float_to_currency_cart(value, environment)
60 60 number_to_currency(value, :unit => environment.currency_unit, :separator => environment.currency_separator, :delimiter => environment.currency_delimiter, :format => "%u %n")
61 61 end
62   -
63 62 end
... ...