datafeedr
Forum Replies Created
-
Hi
I see, unfortunately we don’t have any plans of supporting plugins of WooCommerce.
Maybe you could as the developers of that plugin if they can support our plugin… Not sure if that will work or not…
Hi
From my understanding, WooCommerce doesn’t support External/Affiliate products for Variable products.
When you switch to “Variable” product there is no place to enter the “Product URL”
Forum: Plugins
In reply to: [Datafeedr Comparison Sets] defer javascript loadingHi
You can add the following code to a custom plugin to load the compsets.js file either in the footer or use defer (or both… it’s up to you).
add_action( 'wp_enqueue_scripts', 'modify_dfrcs_compsets_script', 10000000 ); // Priority must be higher than the original enqueue function.
function modify_dfrcs_compsets_script() {
// Dequeue the original script
wp_dequeue_script( 'dfrcs_compsets' );
// Re-enqueue the script in the footer
wp_enqueue_script(
'dfrcs_compsets',
DFRCS_URL . 'js/compsets.js',
array( 'jquery' ),
DFRCS_VERSION,
true // Set to true to load in the footer
);
}Here’s how to add a custom plugin to your site: https://datafeedrapi.helpscoutdocs.com/article/32-creating-your-own-custom-plugin
Hope this helps!
Sounds like a cache issue to me. Can you fully clear all of your caches
If you disable that script, does the WC Cloak Affiliate Links plugin work as expected?
The plugin is configured to not rewrite the URL when in the /wp-admin section of your website.
Do you have any other custom code that might be modifying the URL?
Forum: Plugins
In reply to: [Datafeedr API] Clean up feedsYou’re welcome! 🙂
Forum: Plugins
In reply to: [Datafeedr API] Clean up feedsHi
I think you should re-install the Datafeedr Product Sets plugin then Permanently delete your Product Sets. Then un-install the Product Sets plugin again.
Hope this helps!
Eric
Forum: Reviews
In reply to: [Datafeedr API] Excellent plugin with an even greater support teamThanks xamos! We really appreciate your thorough review and kind words! 🙂
Forum: Reviews
In reply to: [Datafeedr API] Great PluginThanks for the kind words @boconpro!
Forum: Plugins
In reply to: [Ads by datafeedr.com] XSS VulnerabilityThanks for letting us know. We were not notified by Wordfence about this. I have reached out to them for more info.
Forum: Plugins
In reply to: [Datafeedr WooCommerce Importer] amazon?It was never a priority of ours.
Forum: Plugins
In reply to: [Ads by datafeedr.com] jQuery-free?No plans for that at this time. Thanks!
Forum: Reviews
In reply to: [Media Library Filter] Plugin no longer worksThe plugin does work but only in the “list” view mode, not in “gallery/grid” mode.
Forum: Reviews
In reply to: [Datafeedr API] Very good plugin and great supportThanks @janschalckens! Glad you are enjoying the plugins!