dinoperovic / django-salesman

Headless e-commerce framework for Django and Wagtail.
https://django-salesman.rtfd.io
BSD 3-Clause "New" or "Revised" License
384 stars 46 forks source link

Remove address fields or make them optional. #47

Closed GvozdevLeonid closed 4 months ago

GvozdevLeonid commented 4 months ago

For stores that sell something intangible (courses, images, videos and much more), indicating the delivery and purchase address is not required. I found a workaround and allow empty strings in the address validator, but it doesn't look very nice in the admin panel

thenewguy commented 4 months ago

You should be able to use the SALESMAN_ADMIN_REGISTER setting and then adjust the admin to your liking