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

Create product bundles that can contain both physical and digital products #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

muzzwood
Copy link
Contributor

@muzzwood muzzwood commented Oct 9, 2023

Experimental!

The new DigitalProductBundle extends comProductBundle and adds a secondary (digital) delivery type field.

If only using digital products, ignore the secondary field. But if using both physical and digital, physical delivery type should go in the primary field, and digital in the secondary.

The second delivery type is not actually creating another shipment, it's just parsing the digital products, storing the records and adding values to their placeholders.

In the order detail screen, products will still be grouped in the single bundle in the single shipment.

…bundle. Use physical product delivery type as main, and a pseudo digital delivery type is used to process digital products.
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

Successfully merging this pull request may close these issues.

1 participant