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

SKU selector on product card #129

Open
Gatamura opened this issue Mar 19, 2019 · 2 comments
Open

SKU selector on product card #129

Gatamura opened this issue Mar 19, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Gatamura
Copy link

Is your feature request related to a problem? Please describe.
We need to be able to allow the customer to close the purchase of the shelf itself,
the only point that prevents this would be the fact of having to select the sku.

Describe the solution you'd like
We thought of asking for an extension point on the product card to be able to add this feature.
It would be nice to think about leaving the component with flexbox so we can order and use it on different parts of the card.

Describe alternatives you've considered
An alternative would be to add this to the backlog because it can be something recurring from the shopkeepers.

Additional context
https://imgur.com/BKnBUt9

@rerissondaniel rerissondaniel added the enhancement New feature or request label Mar 21, 2019
@rerissondaniel
Copy link
Contributor

rerissondaniel commented Mar 21, 2019

Hi, we understand that this is a very important feature, we started implementing it some time ago but the catalog API didn't have the data we needed. So we will check if the information we need is available now. Thanks for opening this issue!

@sahanljc
Copy link

sahanljc commented Apr 4, 2019

Guys, this is something we needed for our store too. We thought of coming up with a modal which basically includes the product-details block. Instead of the default empty callback onSKUSelected for the SKUSelector, we could use our own callback which stores the selected item ID in state. This way we can retain the modal on SKU selection instead of redirecting to the SKU page.

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
None yet
Development

No branches or pull requests

3 participants