Post by Benger » Tue Mar 12, 2019 5:00 am

Hello,
Can anyone help with instructions on how I completely disable Affiliates functionality and any remove any references to it on the site?
Thanks
Benger

Newbie

Posts

Joined
Sat Jun 15, 2013 12:30 am

Post by straightlight » Tue Mar 12, 2019 5:17 am


Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Benger » Tue Mar 12, 2019 6:58 am

Thank you I will give it a try.

Newbie

Posts

Joined
Sat Jun 15, 2013 12:30 am

Post by ShorePatrol » Mon Apr 08, 2019 7:01 pm

I'm not sure I understand all the colors - green means to ADD the code, and RED means to delete the code from those files?

It seems like a lot of code to manage, especially when you upgrade to a newer version of Opencart.....no?

I'm surprised an opensource product this mature hasn't had an on/off switch developed for the affiliate feature....

Hopefully that is coming...

Newbie

Posts

Joined
Tue Jul 03, 2018 2:11 am

Post by straightlight » Wed Apr 10, 2019 7:40 am

ShorePatrol wrote:
Mon Apr 08, 2019 7:01 pm
I'm not sure I understand all the colors - green means to ADD the code, and RED means to delete the code from those files?

It seems like a lot of code to manage, especially when you upgrade to a newer version of Opencart.....no?

I'm surprised an opensource product this mature hasn't had an on/off switch developed for the affiliate feature....

Hopefully that is coming...
Ironic isn't it? Even as a free provided solution, people may still question about the process.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by MysticKnight » Mon May 04, 2020 5:37 pm

We question it because an open source product should work.

Yes, we get free software and the owners of the "open source" software get millions of dollars of free input.

We should be on the same team and not constantly reminded how lucky we are to use "free" software.

In this case, it should be a simple on/off button.

Bill Elgin
Custom Website Design
www.billelgin.com


New member

Posts

Joined
Sat Jan 04, 2020 9:43 am


Post by straightlight » Mon May 04, 2020 8:19 pm

MysticKnight wrote:
Mon May 04, 2020 5:37 pm
We question it because an open source product should work.

Yes, we get free software and the owners of the "open source" software get millions of dollars of free input.

We should be on the same team and not constantly reminded how lucky we are to use "free" software.

In this case, it should be a simple on/off button.
While it may be easy to believe that a button should work like magic, it takes time to develop a project. Nothing can take two minutes to work with such features.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by MysticKnight » Tue May 05, 2020 4:35 am

If I remember correctly, I think the first message that I saw about this topic was in 2011.

How much time does it take?

Bill Elgin
Custom Website Design
www.billelgin.com


New member

Posts

Joined
Sat Jan 04, 2020 9:43 am


Post by straightlight » Tue May 05, 2020 4:37 am

How much time does it take?
By simply following the instructions from the Github link on the above, it should only take a few minutes depending on how quick and well the instructions can be followed. However, if you're referring to the project reply from my previous post, it's always based on the type and the size of the project.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by MysticKnight » Tue May 05, 2020 10:53 am

Yeah, I’m talking about it being an extension that you can easily turn on and off.

I’m sure the majority of people don’t have affiliate programs anyway, so I’m not sure why it was so hard coded to begin with.

But since people started pointing out that exact problem in 2011, and many times since then, I figured someone would have fixed it by now.

Bill Elgin
Custom Website Design
www.billelgin.com


New member

Posts

Joined
Sat Jan 04, 2020 9:43 am


Post by gurubob » Mon May 25, 2020 10:19 am

Yeah that's a bit nuts that it's not just a toggle. I'm going to remove the link from our design, not going to bother making the backend change, it will just make it harder to upgrade later.

User avatar
Newbie

Posts

Joined
Fri May 21, 2010 7:09 pm
Location - Dunedin, NZ

Post by straightlight » Mon May 25, 2020 7:36 pm

gurubob wrote:
Mon May 25, 2020 10:19 am
Yeah that's a bit nuts that it's not just a toggle. I'm going to remove the link from our design, not going to bother making the backend change, it will just make it harder to upgrade later.
You might be right on this one regarding the back-end change. However, I just realized that also removing the links won't help in this case since, either deactivating the feature or hiding the links, will affect the SEOs and POS which is the reason I believe why Daniel did not set a deactivation feature for it in the first place and the same applies for product returns ... :ponder:

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by info@erobird.nl » Fri Feb 26, 2021 8:10 pm

An easy solution is to remove the link, in fact make it invisible: $_['text_affiliate'] = '';
Works fine for me


Posts

Joined
Tue Jan 12, 2021 11:41 pm

Post by straightlight » Fri Feb 26, 2021 9:53 pm

info@erobird.nl wrote:
Fri Feb 26, 2021 8:10 pm
An easy solution is to remove the link, in fact make it invisible: $_['text_affiliate'] = '';
Works fine for me
That will only deactivate the text but not the URL.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by info@erobird.nl » Fri Feb 26, 2021 10:57 pm

formally you are right of course.
But no one can click on it and it is not visible.
In my humble opinion it is gone.
It even leaves no space....


Posts

Joined
Tue Jan 12, 2021 11:41 pm

Post by straightlight » Sat Feb 27, 2021 11:54 pm

info@erobird.nl wrote:
Fri Feb 26, 2021 10:57 pm
formally you are right of course.
But no one can click on it and it is not visible.
In my humble opinion it is gone.
It even leaves no space....
Bots still can in this case because the URL route itself still exists. A user could also manually try to access the URL directly.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by aerogel » Tue May 18, 2021 11:51 pm

info@erobird.nl wrote:
Fri Feb 26, 2021 10:57 pm
formally you are right of course.
But no one can click on it and it is not visible.
In my humble opinion it is gone.
It even leaves no space....
thanks!
It even leaves no space....
agreed!

New member

Posts

Joined
Thu Jan 04, 2018 8:14 pm

Post by duartemv » Thu Sep 16, 2021 4:57 pm

info@erobird.nl wrote:
Fri Feb 26, 2021 8:10 pm
An easy solution is to remove the link, in fact make it invisible: $_['text_affiliate'] = '';
Works fine for me
Hello,

Can you tell me where to make this change please?

Thank you

Newbie

Posts

Joined
Wed Aug 07, 2019 5:56 pm

Post by Gergely » Thu Sep 16, 2021 5:05 pm

duartemv wrote:
Thu Sep 16, 2021 4:57 pm
info@erobird.nl wrote:
Fri Feb 26, 2021 8:10 pm
An easy solution is to remove the link, in fact make it invisible: $_['text_affiliate'] = '';
Works fine for me
Hello,

Can you tell me where to make this change please?

Thank you
Hi duartemv,

as has been mentioned before, that is strictly not a solution.
The Marketplace has an overwhelming amount of results for the query "disable affiliate".
I suggest you go with one of those instead.

Active Member

Posts

Joined
Wed Sep 30, 2020 7:58 pm

Post by straightlight » Thu Sep 16, 2021 6:09 pm

The review's been done on my previous post about this tactic to remove the affiliates. The URL route is still active with this method and won't prevent bots to access it. Users not considering this are not only bringing that to themselves but to their customers as well.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 124 guests