mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-27 06:05:19 +00:00
allow shipping instructions to be provided.
This commit is contained in:
@@ -13,7 +13,7 @@ require 'open_food_web/searcher'
|
||||
Spree.config do |config|
|
||||
config.site_name = "Open Food Web"
|
||||
|
||||
# config.shipping_instructions = true
|
||||
config.shipping_instructions = true
|
||||
config.checkout_zone = 'Australia'
|
||||
config.address_requires_state = true
|
||||
config.default_country_id = 12 # This should be Australia, see: spree/core/db/default/spree/countries.yml
|
||||
|
||||
Reference in New Issue
Block a user