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

Product Feed Export with Backend ProductURLs if no category assigned #295

Open
DKO-dS opened this issue Jan 11, 2021 · 1 comment
Open

Comments

@DKO-dS
Copy link

DKO-dS commented Jan 11, 2021

  • 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
@fmarangi
Copy link
Contributor

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.

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