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

"Out of stock" display on category view #60

Open
thomas7467 opened this issue Feb 28, 2021 · 2 comments
Open

"Out of stock" display on category view #60

thomas7467 opened this issue Feb 28, 2021 · 2 comments

Comments

@thomas7467
Copy link

Hi,
I have a display difference between products availability display on category view vs product itself.

On product side : the product is displayed in stock; correct for me like below:

P01

But for the same product in category view:
P02

Default config : Inventory configuration:
Display Out of Stock Products : Yes
Display Products Availability in Stock on Storefront : Yes

Product Stock Options:
Manage Stock : No

On the product itself:
Quantity: 1
and of course Manage Stock: No

With Luma there is no Out of Stock display on the category view.

How can I solve this?

M 2.4.1 - php 7.4.3 - magesuite ^7.0.0

Thks
Thomas

@ggm-dev
Copy link

ggm-dev commented Mar 30, 2021

Hi Thomas - Did you figure this out? I just noticed the same problem for a one-off product but discovered that it wasn't correctly assigned to inventory source in admin.

David

@thomas7467
Copy link
Author

Hi David,
I've put a dirty workaround until issue would be corrected, to hide the display in my theme child - file /src/components/product-tile/product-tile.scss :
Line 788 : change display to none :
&__stock {
display: none;

Thomas

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

No branches or pull requests

2 participants