adtastichosting Posted November 2, 2008 Share Posted November 2, 2008 (edited) 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 November 2, 2008 by adtastichosting spelling 0 Quote Link to comment Share on other sites More sharing options...
nielsenj Posted November 2, 2008 Share Posted November 2, 2008 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 0 Quote Link to comment Share on other sites More sharing options...
adtastichosting Posted November 2, 2008 Author Share Posted November 2, 2008 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). 0 Quote Link to comment Share on other sites More sharing options...
nielsenj Posted November 2, 2008 Share Posted November 2, 2008 I would suggest you open a support ticket then because all php files are encoded and this module appears to have the display hard coded into it. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.