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

Return CartDrop instance instead of Cart instance for {{ pages.cart }} #181

Merged
merged 2 commits into from
Nov 23, 2020

Conversation

brettchalupa
Copy link
Contributor

Since the PageDrop inherits from the base drop, {{ pages.cart }} wasn't
returning a liquid object but instead a Cart instance. This makes it so
we can call {{ pages.cart.name }}, etc. in Dugway

Nick and Brett added 2 commits November 19, 2020 17:01
Since the PageDrop inherits from the base drop, {{ pages.cart }} wasn't
returning a liquid object but instead a `Cart` instance. This makes it
so we can call `{{ pages.cart.name }}`, etc. in Dugway
This fixes issue with the PagesDrop#cart
@brettchalupa brettchalupa merged commit f83134f into master Nov 23, 2020
@brettchalupa brettchalupa deleted the fix-pages-drop-cart branch November 23, 2020 15:57
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