Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to checkout without billing or shipping addresses? #857

Open
greyhare opened this issue Jun 10, 2021 · 1 comment
Open

Is there a way to checkout without billing or shipping addresses? #857

greyhare opened this issue Jun 10, 2021 · 1 comment

Comments

@greyhare
Copy link

I'm trying to set up product classes for digital-delivered goods, which don't need shipping or billing addresses. Further, I'd like to minimize the amount of PII exists on the site to simplify PCI-DSS auditing requirements. Yet I keep hitting:

django.core.exceptions.ImproperlyConfigured: No class implements abstract base model: `BaseShippingAddress`.

What things do I need to override to get rid of any need for addresses? Alternatively, is there a way to indicate that a product is not physical, so if the cart contains only digital items, no address is required?

@greyhare
Copy link
Author

... Best I can tell is that, contrary to the documentation, both billing and shipping addresses are mandatory. From what I've dug through, not only does the system require materialized subclasses of BaseShippingAddress and BaseBillingAddress, they're also hardwired in several places in the cart code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant