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

Collections #1

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

Collections #1

wants to merge 14 commits into from

Conversation

BabisK
Copy link
Owner

@BabisK BabisK commented Jun 17, 2020

No description provided.

Copy link
Owner Author

@BabisK BabisK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have a look

@@ -23,6 +25,17 @@ def create_order(email,
Create an order from a basket and customer infomation
"""
basket_items, current_basket_id = get_basket_items(request)

if not len(basket_items) > 0:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like you're trying to solve a different problem. If this is the case, open an issue on the upstream and create a fork to solve it. Let's not mesh the issues.

addresses=address,
shipping_option=shipping_option,
)
try:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment on utils.py bellow

@BabisK
Copy link
Owner Author

BabisK commented Jun 17, 2020

Also remind me why we need the update from wagtail 2.6 to 2.9

@BabisK BabisK force-pushed the collections branch 2 times, most recently from 2a7aae0 to 8d1e999 Compare August 12, 2021 16:27
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.

2 participants