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

Shopping cart #39

Merged
merged 33 commits into from
Oct 30, 2019
Merged

Shopping cart #39

merged 33 commits into from
Oct 30, 2019

Conversation

bleroy
Copy link
Member

@bleroy bleroy commented Oct 28, 2019

This is a complete implementation of an attribute-aware shopping cart.

Note that this is almost entirely devoid of javascript, by design. Later on, we'll have incremental cart improvements, such as a shopping-cart widget that can be on all pages and that supports Ajax updates, as well as alternative cart storage, including client storage.

bleroy and others added 28 commits May 13, 2019 21:21
# Conflicts:
#	Models/ShoppingCartItem.cs
#	OrchardCore.Commerce.csproj
…nc; only have product SKU instead of product content item on the shopping cart item
…o-script situations, modify shopping cart controller to use parsable view models.
Remove the price abstraction, add price selection strategy for future use, modify cart controller to redirect to index from all other actions, and to add prices to new cart items, begin custom cart item serialization, fix product retrieval from database, finish attribute model binding
@bleroy bleroy added the enhancement New feature or request label Oct 28, 2019
@bleroy bleroy mentioned this pull request Oct 28, 2019
@bleroy bleroy added this to Needs review in Work in progress Oct 28, 2019
@agriffard
Copy link
Member

Do you also have this kind of display in SummaryAdmin for a content with a ProductPart?

image

@bleroy
Copy link
Member Author

bleroy commented Oct 29, 2019

Do you also have this kind of display in SummaryAdmin for a content with a ProductPart?

Yes, that's my last minute addition of a placement file. I'll fix that.

@bleroy bleroy merged commit 698bc1b into master Oct 30, 2019
Work in progress automation moved this from Needs review to Done Oct 30, 2019
@bleroy bleroy deleted the shopping-cart branch October 30, 2019 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants