mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-03 22:06:07 +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")
|