Support for new version reCAPTCHA / V2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi there,

I am trying to implement this to 3.60 but get an error message as below. Could someone can help me with this issue?

CS0246  The type or namespace name 'CaptchaSettings' could not be found (are you missing a using directive or an assembly reference?)

Thanks.
6 years ago
3.60

Change
namespace Nop.Web.Framework.UI.Captcha


To
namespace Nop.Web.Framework.Security.Captcha


In both files.
6 years ago
liudengme wrote:
Hi there,

I am trying to implement this to 3.60 but get an error message as below. Could someone can help me with this issue?

CS0246  The type or namespace name 'CaptchaSettings' could not be found (are you missing a using directive or an assembly reference?)

Thanks.


I had this issue originally with 3.4. I found that the reCaptcha.Web.dll that I added the reference to was the wrong version! Thus the need for the namespace change.

I removed it and added the reCaptcha version using the Nuget package manager console as suggested here: https://archive.codeplex.com/?p=recaptcha4net and then the name change was not required.
6 years ago
mbalog wrote:
Hi there,

I am trying to implement this to 3.60 but get an error message as below. Could someone can help me with this issue?

CS0246  The type or namespace name 'CaptchaSettings' could not be found (are you missing a using directive or an assembly reference?)

Thanks.

I had this issue originally with 3.4. I found that the reCaptcha.Web.dll that I added the reference to was the wrong version! Thus the need for the namespace change.

I removed it and added the reCaptcha version using the Nuget package manager console as suggested here: https://archive.codeplex.com/?p=recaptcha4net and then the name change was not required.


Thanks Man.
6 years ago
otimtyler wrote:
Thanks for asking. The code referred to in the post above that was posted by gyn near the beginning of the thread doesn't mention a version. I'm working with version 2.7. Does anyone know if it will work for that, and if not, is anything else available for that version?
Thanks.


I have just successfully deployed the same code in to a build of nop2.7. You can see it on a demo site here.
http://mbalog-001-site9.dtempurl.com/

Look at the contact us page, or the register page.

I'll be putting the compiled files on my site for sale at
http://effective-systems.net/
and in the marketplace soon.
6 years ago
reCaptcha update for nop35 is also now available on my site
http://www.Effective-Systems.net
6 years ago
Since Captcha v1 is no longer supported at the end of this month... will V2 be implemented automatically?

I was asked by a friend to help get his built-in captcha compliant, but I am quickly learning this is not a simple html page I can edit inside this NOP commerce.

I have access to NOP admin, and I have access to his FTP account.

How do I go about changing this for him? Is there a quick "update" button, or is NOP still releasing the backend with the soon to be out-of-date V1?

Thanks
6 years ago
jojomanzo wrote:
Since Captcha v1 is no longer supported at the end of this month... will V2 be implemented automatically?

I was asked by a friend to help get his built-in captcha compliant, but I am quickly learning this is not a simple html page I can edit inside this NOP commerce.

I have access to NOP admin, and I have access to his FTP account.

How do I go about changing this for him? Is there a quick "update" button, or is NOP still releasing the backend with the soon to be out-of-date V1?

Thanks


They fixed it in v3.9. Older versions have not been fixed. That's why I've been fixing them and putting them on my site for sale.

The instructions earlier in this thread is what I've been doing and it is working fine.
What version do you need? I've completed 2.7, 3.4 and 3.5.
6 years ago
We have a 3.6 and a 3.7 and need it. We have insynch for MAS and upgrading them will be a long process. Right now we have no captcha.
6 years ago
mbalog... I believe it is V3.10 That is what it says under system information.

If it was fixed in 3.9 and we have 3.10 should it be ready for V2 Captcha?  Am I missing a setting? I was hoping to do this for a friend. I saw the instructions on the first page of this thread -- where in the ftp directory do I find those files?

How much would you charge to fix this, since I really am not familiar with the nop system


System information
nopCommerce versionnopCommerce version:   3.10
Operating systemOperating system:   Microsoft Windows NT 6.3.9600.0
ASP.NET infoASP.NET info:   v4.0.30319
Is full trust levelIs full trust level:   True
Server time zoneServer time zone:   Central Standard Time
Server local timeServer local time:   Saturday, March 24, 2018 6:28:52 PM
Greenwich Mean Time (GMT/UTC)Greenwich Mean Time (GMT/UTC):   Saturday, March 24, 2018 11:28:52 PM
HTTP_HOST is used when you have run a multi-store solution to determine the current store.HTTP_HOST:   totalmartialartsupplies.com
A list of loaded assembliesLoaded assemblies:   Show

mbalog wrote:
Since Captcha v1 is no longer supported at the end of this month... will V2 be implemented automatically?

I was asked by a friend to help get his built-in captcha compliant, but I am quickly learning this is not a simple html page I can edit inside this NOP commerce.

I have access to NOP admin, and I have access to his FTP account.

How do I go about changing this for him? Is there a quick "update" button, or is NOP still releasing the backend with the soon to be out-of-date V1?

Thanks

They fixed it in v3.9. Older versions have not been fixed. That's why I've been fixing them and putting them on my site for sale.

The instructions earlier in this thread is what I've been doing and it is working fine.
What version do you need? I've completed 2.7, 3.4 and 3.5.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.