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

Remove stock location configuration from admin "cart" page #1709

Conversation

jhawthorn
Copy link
Contributor

For the reasons discussed in #1696.

This removes the stock location in the simplest way possible. A follow up PR will have UI improvements to the page which this allows.

Before:

After:

@jhawthorn jhawthorn mentioned this pull request Feb 9, 2017
@@ -130,7 +130,7 @@
click_on 'Cart'
select2_search product.name, from: Spree.t(:name_or_sku)

fill_in_quantity('table.stock-levels', 'quantity_0', 1)
Copy link
Member

Choose a reason for hiding this comment

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

I think we can also deprecate and remove the fill_in_quantity Capybara extension as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done in #1710

Copy link
Member

Choose a reason for hiding this comment

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

👍

@jhawthorn jhawthorn merged commit 5410c04 into solidusio:master Feb 16, 2017
@jhawthorn jhawthorn deleted the admin_cart_add_without_location_configured_packages branch February 16, 2017 18:29
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.

None yet

2 participants