Add cms field to cart page to explain cart, located at cms path: /cart

This commit is contained in:
Rob H
2012-11-21 16:00:51 +11:00
parent cbfb896ca4
commit b34d9da8e5
3 changed files with 6 additions and 2 deletions

2
.rvmrc
View File

@@ -1 +1 @@
rvm ruby-1.9.3-p125-perf@eaterprises --create
rvm ruby-1.9.3-p194@eaterprises --create

View File

@@ -1,4 +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")
:name => "cms_checkout_distribution")

View File

@@ -0,0 +1,4 @@
Deface::Override.new(:virtual_path => "spree/orders/edit",
:insert_after => "h1",
:text => "<%= cms_page_content(:content, Cms::Page.find_by_full_path('/cart')) %>",
:name => "cms_to_cart")