-
Notifications
You must be signed in to change notification settings - Fork 22
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
Meta Product Link is mapped to Admin URL by default, not front-end URL. #48
Comments
Same problem here (tested 1.2.1 to 1.2.5 & Magento 2.4.6 - 2.4.6-p3) |
Fixed in #22 |
Does this PR fix that issue? To me it looks like it only affects product images, not the product link itself. |
is there any solution to this problem? since in dynamic ads, the URLs are wrong |
Do you have any updates on this? All our products are refused because their links are invalid! |
is there any solution to this problem? |
Summary (*)
When attempting to upload products into a Meta product feed, the default mapping for the Link field corresponds to the admin URL for that product, I imagine the one given by the
getProductUrl
function used here:meta-for-magento2/app/code/Meta/Catalog/Model/Product/Feed/Builder.php
Lines 250 to 253 in e2a98a3
Surely it would make more sense for the default to be mapped to the frontend URL? While it's possible to use a post-process step to just find-and-replace on the URL it probably shouldn't be necessary.
The text was updated successfully, but these errors were encountered: