Jeff Alvarez
Forum Replies Created
-
At the moment you’ll need to create/add multiple instances of <additional_image_links>, we have a request to automate this process so I’ll add a +1 in favor of it but do note that there’s no ETAs for this.
Hi @roadlink ,
Try downgrading to 8.1 and see if the issue is fixed. As for
WC_Product::get_price_including_tax yes this is a woocommerce function and we use this function to fetch prices with taxes.
On your end it’s best to check the following
1 – The products have tax
2 – You have tax set up
3 – You are using the price exclude tax attributes.
Also, I’m unable to replicate those warning messages so it could be coming from another plugin. Please run a basic debug to confirm it. IE only have Woocommerce, storefront theme and Product Feed plugin enabledHi @roadlink ,
That sounds like a PHP version issue, can you please confirm what’s your PHP server version? Right now we officially support 8.1.
You can reach out to your hosting provider to set your server PHP version. It could also mean that your WooCommerce and Product Feed Pro plugin versions are outdated.
Please check the changelogs here: https://adtribes.io/knowledge-base/is-there-a-changelog-for-adtribes-plugins/ & https://developer.woocommerce.com/changelog/
@s1lviu ,
By default our plugin will always sanitize HTML content except for some. Though, you can try using snippets but do note that this would apply to all feeds.
Update the $product_data[‘id’] field to meet your requirements
function modify_product_feed_product_id($product_data) {
if (isset($product_data['id'])) {
$product_data['id'] = 'TEST_ID_12345'; // Set to a test value
}
return $product_data;
}
add_filter('adt_get_product_data', 'modify_product_feed_product_id', 10, 1);I’m not 100% sure, can you please pass on some documentations on their feed requirements? I’ll verify it.
Hi @megunticook ,
You can try removing the draft products manually and check for any sources where draft products are being added.
I also suggest reaching out to Meta as you’ve mentioned that the feed itself as no draft products.
Sorry, I pasted the wrong link. You can learn more about it here: https://adtribes.io/knowledge-base/how-to-add-gtin-upc-ean-or-mpn-to-your-product-feed/
Hi @iqcalex ,
I see, thanks will raise this up as a feature request. For now, please add multiple additional_image_links links to your feed to meet the requirements.
Hi @robbietr ,
That’s currently not possible. Right now, we only support the all images comma separated. Just so we’re clear what shopping platform are you planning to upload the feed to?
If it’s Google Shopping, then you won’t need to make multiple <additional_image_links> addtributes, one is enough with the content of the all images comma separate
Hi @cyhouse ,
We have this option but it’s only on the premium/paid version. I’m unable to talk more about it here as it’s against WordPress TOS but you can learn more about it here: https://adtribes.io/
Hi @sagescrub ,
I believe you need the product manipulation feature but this is only available on the Premium version. You can learn more about it here: https://adtribes.io/feature-product-data-manipulation/
Hi @sagescrub
Please read here to solve the issue: https://adtribes.io/knowledge-base/how-to-stop-automatic-blank-feed-generation/
Hi @gianlucadv ,
Please read here to solve this issue: https://adtribes.io/knowledge-base/how-to-stop-automatic-blank-feed-generation/
Hi @ifarmaki ,
It might be your server taking a while to load. Try opening up your browser console and heading to the network tab to verify that the content properly loads.
Alternatively, you can try giving it a couple minutes to load and see if they show. Or set your rules and filter give it a minute then save.
Hi @s1lviu ,
Yes, we sanitize HTML codes in the descriptions. You could try using the raw description mappable field.