You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FACT-Finder-Web-Components Magento2-Module version (see composer.json):
-> omikron/magento2-factfinder-ng"
"version": "1.1.2
Magento edition and version: Magento Ver.-2.4.0
PHP version: 7.4
Expected behavior: export of products with no category assignement (column CategoryPath) has no Backend URLs (column ProductURL)/ has the correct frontend URLs
e.g. https://DOMAIN/URLKEY.html
Actual behavior: export of products with no category assignement (column CategoryPath) has Backend URLs (column ProductURL)
e.g. https://DOMAIN/ADMINBO/catalog/product/view/id/19829/s/URLKEY/key/4d47873629bb6f726e8c44d9deb26c33b8593e07fa57ff03c95e51336234f2fd/
Steps to reproduce:
create product in Magento BO
assign no category to product
generate the feed
The text was updated successfully, but these errors were encountered:
Hi @DKO-dS thanks for your message! We are looking into that, but so far it looks like it could be a Magento issue rather than a bug on our side. We will continue to investigate it and see if we can find a solution. Just so that we can understand the problem better, what would be the use case of a product without category assignment.
Also, we added the HTTP export on button click just for debug/dev purposes, but it's not the recommended way to run exports. Please prefer the CLI command that we supply: bin/magento factfinder:export:products.
-> omikron/magento2-factfinder-ng"
"version": "1.1.2
The text was updated successfully, but these errors were encountered: