Jeff Alvarez
Forum Replies Created
-
Hi @jkont ,
Looks like your feed setup is fine as it doesn’t have any rules and filters. You mentioned that it was happening before? If so, then we’ve released an update for this where the the feed’s items are less when it’s automatically refreshed but it’s already been addressed.
Please try creating a new feed and set the automatic refresh, review it/monitor it and see if that fixes things.
You can find the changelogs here: https://wordpress.org/plugins/woo-product-feed-pro/#developers
Alternatively, you can downgrade to the previous working versions: https://wordpress.org/plugins/woo-product-feed-pro/advanced/
Hi @syntve ,
Just an update, I’ve confirmed with our developers that this is a bug. We’ll try to roll out a patch for this soon.
In the meantime, if you had our premium plugin activated please keep it on.
Hi @wchavez.
Can you please confirm if you had our premium plugin in the past? If so, please check your license. Also, I’ve checked in with our developers and it seems to be a bug.
We’ll try to get this patched soon.
Hi @syntve ,
The error is calling for wholesale sale price, this feature is only available for the premium version of Wholesale Prices.
Are you perhaps a premium user? If so, please check if you still have a valid license and if you haven’t yet do a basic debug: https://wholesalesuiteplugin.com/kb/how-to-conduct-a-basic-debug-for-wholesale-suite/
If you are a premium user use our contact form instead as it’s against TOS to support you in the forums: https://wholesalesuiteplugin.com/support/support-request-form
- This reply was modified 8 months, 3 weeks ago by Jeff Alvarez.
Hi @kikiluksic ,
I’m unable to replicate the error log you mention. What PHP version are you currently running and have you already run a basic debug to confirm that there aren’t any 3rd party theme or plugin conflict?
And if you haven’t yet, try creating a new feed and see if that fixes things.
Hi @fabrizioqdm ,
This will be hard to support as we have no integrations with Woo Pricing & Discounts. But you can try using a custom snippet to set data dynamically.
You will need to reach out to the Woo Pricing and Discounts support team to complete the code. Here’s a sample where we change the product ID:
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);Hi @antonellov10 ,
but the feed doesn’t show the 22% VAT
– Please send in a screenshot on how your tax is setup, and include your debug log so we can review how your feed is setupSecond problem: Preview mode doesn’t work.
– Please provide more information on what you mean here. This feature means that the feed will generated 5 products only when visiting the XML. It doesn’t create a separate feed.Hi @candatsystems ,
There’s currently no official integrations with Fox Currency Switcher but there are feature request for this so I’ll add a +1 in favor of it being developed.
Regarding the price miss match, please read here: https://adtribes.io/knowledge-base/how-to-fix-googles-mismatch-product-price-issue/
Hi @crossmediahouse ,
It might be due to a 3rd party plugin or theme conflict, try running a basic debug to confirm this. And as I’m unable to replicate the issue and there’s no official integrations with ACF support will be limited
Hi @crossmediahouse ,
I just tested and it’s showing the data fine: https://www.loom.com/share/57602fc69d084278b4aa59614f077b1b
Try searching for it like my video and select the other option that may have a similar name. But based on your screenshot it should load fine. Have you already run basic debug to confirm that it isn’t a theme or plugin conflict?
If that doesn’t work, please reach out to ACF team as it’s likely how you’ve set up the ACF content. Having said that please note that there’s no official integration with ACF so extended support can’t be provided.
Hi @crossmediahouse ,
You mentioned that you mapped the price field with ACF? Can you please send a screenshot on this? Also, please go to Product Feed > Settings and clear the product cache and remap them/save the settings again: https://ibb.co/YT08Gbsj after that refresh the feed
Hi @samicai ,
I suggest looking into our template overrides for this: https://www.wcvendors.com/knowledge-base/templates-overview/
You can view our templates here: https://www.wcvendors.com/knowledge-base/wc-vendors-marketplace-templates-overview/ or just look into our plugin’s folder called templates
It’s in \plugins\wc-vendors\templates
Hi @titlest ,
As we didn’t receive a reply, we’ll mark this as solved. Feel free to open up another post if you have other issues or questions.
Hi @davidecho ,
Please use the rule and not a filter: https://ibb.co/v64jKXNC
The filter option is used to exclude/include items from the feed.
Hi @joeyg101
So it randomly having issues with the feed generating few? Did you update any plugins or make any changes to the product?
I suggest trying to create a new feed or try changing the delimiter setting on the CSV feed. as for escaping or stripping html descriptions, I believe we introduced some html elements as it was recommended by Google for example, line breaks, lists, or italics
https://support.google.com/merchants/answer/7052112?hl=en
You could also try using rules and filters to find and replace some of the text