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

Getting error #1

Closed
seojake opened this issue Aug 29, 2018 · 6 comments
Closed

Getting error #1

seojake opened this issue Aug 29, 2018 · 6 comments
Assignees

Comments

@seojake
Copy link

seojake commented Aug 29, 2018

I'm getting an error, although I have changed my inventory setting to 'Display out of stock products' to 'Yes'. This is the error I am receiving:
screen shot 2018-08-29 at 12 20 06
I'm using Magento 2.2.2 CE.

Any ideas on how to resolve this issue fast?

Thank you!

@josh-carter
Copy link
Contributor

@seojake have you compiled DI since installing the extension?

If not run: bin/magento setup:di:compile from the root of your installation

@josh-carter josh-carter self-assigned this Aug 29, 2018
@seojake
Copy link
Author

seojake commented Aug 29, 2018

I have, and this is the new error I get...
screen shot 2018-08-29 at 13 17 02

@josh-carter
Copy link
Contributor

josh-carter commented Aug 29, 2018

Hmm, it seems like the module isn't installed correctly, but i couldn't say why right now. The problem is, i wrote this extension with quite a bit more code which was more specific to a client that had a similar requirement to have out of stock products/options showing.

How did you install the extension? Via composer?

Try uninstalling the module and reinstalling via composer, turn it off and on again ;)

Before you do that, depending on where the module is installed, try locating the class. It should be invendor/interjar/module-configurable-child-visibility/Model/Product/Type/Configurable/Collection/SalableProcessor.php

@seojake
Copy link
Author

seojake commented Aug 29, 2018 via email

@pifpafka
Copy link
Contributor

pifpafka commented Mar 25, 2019

#9 @seojake This module have problem in StockStatusBaseSelectProcessor class.
Magento already use 'stock' alias, for this reason we get an exception.
This class wanna use already declared alias...

P.S. Sry for my english

@adamj88
Copy link
Contributor

adamj88 commented Mar 21, 2020

Resolved in #9

@adamj88 adamj88 closed this as completed Mar 21, 2020
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

4 participants