datafeedr
Forum Replies Created
-
Hi
By default, only products from your selected networks/merchants will be returned. If you have only selected USD networks and/or USD merchants here WordPress Admin Area > Datafeedr API > Networks/Merchants, then your Comparison Sets will only display USD products.
Otherwise, if you have selected networks or merchants that provide products in other currencies besides USD, then you can add a custom plugin to your site (custom plugin) and then add the following code to your custom plugin:
function mycode_add_currency_to_request( $request, $obj ) { $request[] = array( 'field' => 'currency', 'operator' => 'is', 'value' => 'USD', ); return $request; } add_filter( 'dfrcs_query_by_name', 'mycode_add_currency_to_request', 20, 2 ); add_filter( 'dfrcs_query_by_model', 'mycode_add_currency_to_request', 20, 2 ); add_filter( 'dfrcs_query_by_barcodes', 'mycode_add_currency_to_request', 20, 2 );That will force all product queries to filter by currency.
Hope this helps!
If you have any other questions, please don’t hesitate to ask.
Thanks,
EricHi
Indeed this is a bug. I’ve updated the plugin. Now URLs are not cloaked during product exporting.
Thanks!
EricForum: Plugins
In reply to: [Datafeedr WooCommerce Importer] what about the seo dubled content?Hi
Yes, it’s possible to avoid displaying the product pages. We have a tutorial in our documentation about bypassing the single product page and having all affiliate/external product pages redirect to the merchants’ websites.
Here’s the article: https://datafeedrapi.helpscoutdocs.com/article/157-link-directly-to-merchants-site-bypass-single-product-page
Hope this helps!
If you have any other questions, please don’t hesitate to ask.
Thanks,
EricForum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Cannot find affilate linkCorrect, this plugin is not for creating affiliate links to your own products.
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Cannot find affilate linkThanks. That is not an “Affiliate/External” product therefore our plugin will be of no use to you. If you are not “selling” Affiliate/External products in your WooCommerce store, you do not need our plugin.
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Cannot find affilate linkSend me a link to a product on your site and I can tell you if it’s being cloaked or not.
Cool, keep me posted.
This is because WooCommerce changed their external links from simple
<a>tags to<form>tags. The plugin will need to be updated to address these changes.I think 301 would be more appropriate because these aren’t temporary redirects… they are permanent.
Hi
What do you have for “Status Code” on this page WordPress Admin Area > Settings > WC Cloak Links?
Thanks
EricForum: Plugins
In reply to: [Datafeedr API] Getting ErrorHi
This error is related to your version of PHP being unsupported. Please upgrade your server to PHP 5.4 or greater. You should really be using PHP 7+ as it is much faster and has better performance.
Thanks
EricForum: Reviews
In reply to: [Datafeedr Comparison Sets] Fantastic pluginThanks Mads! 🙂
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Not workngI am not able to edit your posts. You will need to contact a ww.wp.xz.cn forum moderator to do that.
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Not workngYou’re very welcome!
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Not workngHi
This plugin isn’t going to help with those links. This plugin is for cloaking/masking your WooCommerce external/affiliate product links.
If you want to mask links in your blog posts, I would suggest the Pretty Link plugin https://ww.wp.xz.cn/plugins/pretty-link/
It’s perfect for what you want.
Eric