ADD ability to select shipping packages and sell directly

This commit is contained in:
Jeppy
2022-11-07 19:33:08 +01:00
committed by Sebastian Thomschke
parent 664c0dfc7f
commit e483c003d0
4 changed files with 70 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ price:
price_type: # one of: FIXED, NEGOTIABLE, GIVE_AWAY, NOT_APPLICABLE
shipping_type: # one of: PICKUP, SHIPPING, NOT_APPLICABLE
shipping_costs:
shipping_options: [] # see README.md for more information
sell_directly: # requires shipping_options to take effect
images: []
contact:
name:

View File

@@ -10,6 +10,7 @@ ad_defaults:
suffix: ""
price_type: NEGOTIABLE # one of: FIXED, NEGOTIABLE, GIVE_AWAY, NOT_APPLICABLE
shipping_type: SHIPPING # one of: PICKUP, SHIPPING, NOT_APPLICABLE
sell_directly: false # requires shipping_options to take effect
contact:
name: ""
street: ""