-
Notifications
You must be signed in to change notification settings - Fork 7
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
[3] Enhance out of stock message #143
Conversation
Can you add some info and screenshots? I think we also want this in V2? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not merge this untill rapidez/core#627 and rapidez/core#628
Conflicts 😇 and the core requirement should be bumped: https://github.com/rapidez/core/releases/tag/2.17.0 |
…out-of-stock-cart
1c17902
Checks are failing. |
@@ -7,7 +7,9 @@ | |||
</div> | |||
</td> | |||
<td class="flex items-center font-medium max-md:w-1/3 md:table-cell *:mx-auto"> | |||
<x-rapidez-ct::input.quantity/> | |||
<template v-if="item.is_available"> | |||
<x-rapidez-ct::input.quantity/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of scope but we can use the quantity select from the rapidez core?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just like the other feedback, its out of scope and we have issues ready for this subject
dbf5f74
So 2.x doesn't need this (anymore)? |
makes the out of stock message in the cart look nicer