Add some custorder app settings
This commit is contained in:
parent
f28bfc4197
commit
6801124fdc
|
@ -33,6 +33,11 @@ from rattail.settings import (
|
||||||
rattail_single_store,
|
rattail_single_store,
|
||||||
tailbone_background_color,
|
tailbone_background_color,
|
||||||
|
|
||||||
|
# Customer Orders
|
||||||
|
rattail_custorders_new_order_requires_customer,
|
||||||
|
rattail_custorders_new_orders_allow_contact_info_choice,
|
||||||
|
rattail_custorders_new_orders_restrict_contact_info,
|
||||||
|
|
||||||
# # DataSync
|
# # DataSync
|
||||||
# rattail_datasync_url,
|
# rattail_datasync_url,
|
||||||
# tailbone_datasync_restart,
|
# tailbone_datasync_restart,
|
||||||
|
|
Loading…
Reference in a new issue