Skip to content

Instantly share code, notes, and snippets.

@laurens
laurens / overridessutotalmwst.rb
Created August 9, 2012 11:22
deface changes to subtotal adding tax after subtotal in the shopping cart
Deface::Override.new(:virtual_path => "spree/orders/edit",
:insert_after => "#subtotal[data-hook]",
:text => '<div id="subtotalmwst">incl. MwSt. zzgl. Versandkosten</div>',
:name => "subtotalmwst")