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 is not available #16

Closed
naourass opened this issue Jun 20, 2019 · 2 comments
Closed

SKU is not available #16

naourass opened this issue Jun 20, 2019 · 2 comments

Comments

@naourass
Copy link

The seller can't add a product, because of SKU validation error.

Stack : PHP 7.2.x, Magento 2.3.1

@lima195
Copy link

lima195 commented Dec 11, 2019

Same problem here, you can fix updating this:
app/code/Apptha/Marketplace/Controller/Product/Skuvalidate.php

changing line(72):
echo $skuCount;

to:

return $this->getResponse()->setBody(json_encode($skuCount));

@lima195
Copy link

lima195 commented Dec 11, 2019

This fix works like a charm with every ajax response in this module

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