WPIntell

Source evidence

Redirect Loop

Cloak Affiliate Links for WooCommerce · support · 2018-10-16T12:31:00+00:00

complaintsentiment
mediumseverity
0.92relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
sroskylos unresolved
Hello 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.

Comments

7 shown
datafeedr 2018-10-16T12:59:00+00:00

Can you test your links when previewing with a default WordPress theme? Could be a theme issue…

sroskylos 2018-10-22T21:07:00+00:00

I test it with the same results.

datafeedr 2018-10-23T12:49:00+00:00

Can you post a link to a product page on your site of a product imported by WpAI?

sroskylos 2018-10-23T15:54:00+00:00

I send an email to datafeedr.com

datafeedr 2018-10-23T16:54:00+00:00

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 .

sroskylos 2018-10-23T18:50:00+00:00

It not works. I try it.

datafeedr 2018-10-23T18:52:00+00:00

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.