mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-27 06:05:19 +00:00
4 lines
317 B
Ruby
4 lines
317 B
Ruby
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") |