mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-12 23:27:48 +00:00
5 lines
249 B
Ruby
5 lines
249 B
Ruby
Deface::Override.new(:virtual_path => "spree/checkout/_address",
|
|
:replace => "[data-hook='shipping_fieldset_wrapper']",
|
|
:partial => "spree/checkout/distributor",
|
|
:name => "delivery_address")
|