We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While importing products there is a error occuring on the Set Url Rewrite function:
In version 103.x.x it's working properly. In version 104.x.x it's not working properly.
The error is coming from: https://github.com/akeneo/magento2-connector-community/blob/master/Job/Product.php#L3671C29-L3671C55
$productsSelect ->joinInner( ['pw' => $productWebsiteTable], '_entity_id = product_id', [] ) ->where('website_id = ?', $store['website_id']);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While importing products there is a error occuring on the Set Url Rewrite function:
In version 103.x.x it's working properly. In version 104.x.x it's not working properly.
The error is coming from:
https://github.com/akeneo/magento2-connector-community/blob/master/Job/Product.php#L3671C29-L3671C55
The text was updated successfully, but these errors were encountered: