Jump to content

Can't find text related to verified by visa


adtastichosting

Recommended Posts

During the checkout process a customer is taken to a page for the verified by visa login which has a button they can click. At the top of the page is some text that starts with:

 

"As part of our fraud prevention measures you will now be asked to..."

 

I would like to add some text on this page because customers need to know not to click the button unless they are enrolled in verified by visa (or want to be) and to also not click on anything at that place in the checkout process but to be patient. I have programatically searched for the above text and it does seem to be not found anywhere so must be part of the ioncube encryption.

 

Does anyone know where this text is coming from and more importantly, how and where I can add some text to this particular page?

Edited by adtastichosting
spelling
Link to comment
Share on other sites

Well that text is contained in the language file for verilogix fraud check because i can't find it in the templates. ($_LANG["varilogixfraudcall_description"])

 

That being the case that page is probably hardcoded into the fraudcheck php file which means the best you can do is modify that line in the language file to display what you'd like.

 

Regards,

J

Link to comment
Share on other sites

Well that text is contained in the language file for verilogix fraud check because i can't find it in the templates. ($_LANG["varilogixfraudcall_description"])

 

Thanks for the info.

Before I go changing things I'd like to confirm exactly where it is for certain though. I have a hard time thinking that is the particular line since in its entirety that line you've referenced in the language file says:

 

"As part of our fraud prevention measures, we will now call the phone number registered for your account and ask you to enter the above pin code. Please make a note of the pin code and when you are ready for us to place the phone call, please click on the button below."

 

This is part of the fraud prevention system which calls the customer (phone verification) and the one I am referencing is related to the verified by visa program where the customer simply would click the button provided on the checkout page and then be directed to enter a login and password (which is their "verified by visa" login and password).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated