Merge branch 'checkout-changes'

This commit is contained in:
Rohan Mitchell
2012-11-21 15:15:10 +11:00
4 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Deface::Override.new(:virtual_path => "spree/checkout/_delivery",
:insert_before => "fieldset#shipping_method",
:text => "<%= cms_page_content(:content, Cms::Page.find_by_full_path('/delivery')) %>",
:name => "process_my_order_button")

View File

@@ -0,0 +1,4 @@
Deface::Override.new(:virtual_path => "spree/checkout/_payment",
:replace => "code[erb-loud]:contains('submit_tag t(:save_and_continue)')",
:partial => "spree/checkout/process_my_order_button",
:name => "process_my_order_button")

View File

@@ -0,0 +1 @@
<%= submit_tag "Process My Order", :class => 'continue button primary' %>

View File

@@ -1,4 +1,5 @@
#delivery-fees
= cms_page_content(:content, Cms::Page.find_by_full_path('/cart-delivery-fees'))
%h2 Delivery Fees
%table#delivery