Jeff Alvarez
Forum Replies Created
-
Hi @vimal299 ,
I’m not sure what you mean by additional first image. From what I know it’s not possible to add additional images for variations. Only it’s main image: https://ibb.co/mrGh16RW
Hi @mykha ,
Yes, this was an intended update. Google/other marketplace feed sites prefers if we index the special characters into it’s HTML equivalent. Not very readable for humans but very readable for computers and robots.
The way around this is to use rules and filters’ find and replace option or the option you mentioned: https://adtribes.io/knowledge-base/creating-find-replace-rules/
Hi @yaroslavch ,
This is issue is due to your server forcefully renaming the files generated into lower case. You can try reaching out to your hosting provider for this issue.
There are also feature request to change the URLs of the XML feeds generated so I’ll add a +1 in favor of it being developed.
In the meantime, use this snippet to get the files with lowercase:
#== Feed Action Moficiations ==#
function action_modification( $actions, $product_feed ) {
$actions[4]['url'] = strtolower( $product_feed->get_file_url() );
return $actions;
}
add_filter( 'adt_product_feed_actions', 'action_modification', 10, 2 );Add it to your functions.php or through WP Code, click the download XML button in Product Feed > Manage Feed and it should redirect you to lowercase URL
Hi @geokantze ,
I’m unsure what you mean by bridge update? As for the values, we had a some bugs related to quantity so it could be one of those.
Having said that, there are no other reports/or able to replicate the behavior of having multiple 0s or decimal points for the quantities.
For now please pass on your debug log: https://adtribes.io/knowledge-base/send-your-debug-log-to-support/ and monitor the issue
Omit this reply, it’s a same reply as above
- This reply was modified 1 year, 2 months ago by Jeff Alvarez.
Hi @golfball-uhu ,
Okay, so using the parent description works well with the variations with missing variations. As to why 13.3.6 and why it was working as intended, I think it was a bug.
We had a couple bugs that was addressed on the newer versions pertaining to descriptions: https://wordpress.org/plugins/woo-product-feed-pro/#developers
IE- Parent descriptions not working at all, this likely resulted in specific variation descriptions not being pulled properly and just always giving the parent description.
What I’ll do is raise an enhancement request for our developers for the Description mappable field to use Parent Description for Variations if it’s description isn’t set
please reach out directly, include your license key or account email. We’ll continue the support from there.
support @ adtribes.io
Which feed template are you using? Most of our templates use/Google Templates use
<item>
<price> </price>
</item>I forgot to mention that the General settings of the feed can only be set when creating a new feed. You aren’t able to modify those options once you’ve created/saved the feed.
Hi @titaniumuk ,
Can you check your browser console for any errors? Also, go to Woocommerce > Status > Logs and check for any critical errors.
There shouldn’t be any issues with the field mappings not loading the dropdown/selection boxes. Also run a basic debug to confirm that this isn’t a plugin or theme conflict.
Hi @andersjytzler ,
As you are an Elite user, please reach out via our contact form. It’s against TOS to provide support for our paid users on the forum: https://adtribes.io/contact-form/
Hi @peppas ,
Can you please provide more information on what you mean by changing the opening <product>?
If you mean the attributes then adding the capital letter will work: https://ibb.co/QjtD5qBS
Hi @golfball-uhu ,
13.3.6 is quite old, do you perhaps have a staging site to test out the new updates? The latest is 13.4.2, if you don’t have a staging use this plugin: https://wordpress.org/plugins/wp-staging/
When you update to the latest version run our debug tools in WC Vendor > Settings https://ibb.co/tGLJJ6J
Also, on the latest update do a quick update and change the description to parent description and see if the variable description is working.
Hi @patdundee ,
Do you have any rules or filter set? If yes, try removing them, refresh the feed and see if that works. Also, at times creating a fresh field can help.
If the price still doesn’t work, it may be a plugin or theme conflict. Have it only run Woocommerce, Storefront theme and Product Feed.
Hi @golfball-uhu ,
For the missing description for variations, can you please confirm if you are using the Parent Description? https://ibb.co/jkMTkztm
With variations you are able to set specific product descriptions so if this is not set then it’ll appear as empty on the feed.
As for the missing products, double check your rules and filters or create a new feed without any rules and filters and see if that fixes things