Open denniselgentos opened 11 months ago
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']);
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