mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
5 lines
401 B
Ruby
5 lines
401 B
Ruby
Deface::Override.new(:virtual_path => "spree/checkout/_delivery",
|
|
:insert_before => "fieldset#shipping_method",
|
|
:text => "<%= cms_snippet_content(Cms::Snippet.find_by_identifier('distribution')) %>",
|
|
:name => "add_cms_checkout_distribution",
|
|
:original => '3b417788fb9a63f464fdaeb8202f483f20518f80') |