Conversation
supportHello How about the comparability with Wp All Import plugin WooCommerce Addon? After activate the WooCommerce Cloak Affiliate Links i see that the affiliate url that placed on product URL external link is the cloakend url and no the affiliate and the cloaked on the button, and this make an infinity redirect loop. How can i fix that? Before about 1 month everything was work ok.
Can you test your links when previewing with a default WordPress theme? Could be a theme issue…
I test it with the same results.
Can you post a link to a product page on your site of a product imported by WpAI?
I send an email to datafeedr.com
I’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 .
It not works. I try it.
That’s strange… That should essentially disable our plugin when logged into the WordPress Admin Area. I’m really not sure what else to try.
Can you test your links when previewing with a default WordPress theme? Could be a theme issue…
I test it with the same results.
Can you post a link to a product page on your site of a product imported by WpAI?
I send an email to datafeedr.com
I’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 .
It not works. I try it.
That’s strange… That should essentially disable our plugin when logged into the WordPress Admin Area. I’m really not sure what else to try.