datafeedr
Forum Replies Created
-
How long did you wait for Google to update its results? Making a change on your end doesn’t instantly update the Google search results.
Forum: Reviews
In reply to: [Datafeedr WooCommerce Importer] Awesome features and awesome supportThanks @frederikbf1!
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] How to construct a link manually?You first need a
WC_Product_Externalobject.Then you need to call the
get_product_url()method on that object.<?php $product = wc_get_product(123); echo $product->get_product_url();Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Meta info in title?Hi
Unfortunately that’s not possible.
If you have any other questions, please don’t hesitate to ask.
Thanks,
EricForum: Reviews
In reply to: [Datafeedr WooCommerce Importer] Great PluginThanks @garretta!
Forum: Reviews
In reply to: [Datafeedr WooCommerce Importer] Stunning plugin with outstanding support!Thanks @redlabel44!
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Redirect LoopThat’s strange… That should essentially disable our plugin when logged into the WordPress Admin Area. I’m really not sure what else to try.
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Redirect LoopI’ve replied with some code you can add to your custom plugin:
function mycode_disable_in_admin_requests($valid_classes) { if (is_admin()) { return []; } return $valid_classes; } add_filter('wccal_valid_product_classes', 'mycode_disable_in_admin_requests', 20, 1);- This reply was modified 7 years, 7 months ago by datafeedr.
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Redirect LoopCan you post a link to a product page on your site of a product imported by WpAI?
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Redirect LoopCan you test your links when previewing with a default WordPress theme? Could be a theme issue…
Forum: Reviews
In reply to: [Datafeedr WooCommerce Importer] awesome Affiliate pluginThanks @faseruolabanji!
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Content Egg Compatibility?I guess that’s possible… Does Content Egg use the “Product URL” offered by WooCommerce to store the affiliate link? If not, that would be the issue.
I might ask the devs at Content Egg if they override or manipulate the WooCommerce [buy] buttons for external products. They should be able to offer some clarity around that.
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Content Egg Compatibility?What happens if you preview that page using the TwentySeventeen theme? Does it get rewritten then?
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Content Egg Compatibility?Hi
No, this plugin only works with external/affiliate products in your WooCommerce store.
Thanks
EricForum: Reviews
In reply to: [Datafeedr WooCommerce Importer] Great plug-in with the best supportThanks @peer_012!