Hi all. I'm running Developer 4.1.10. In the Payment > Manage Products section, there is an option to allow external URL's. When you do this, during the placing an add segment, the user can place their URL in the designated field. My issue is, for this URL to be live, they have to also type in the 'htt://'. Not all users know to do this, they will just start with wwwyoursite.com. Without the http://, it wont recognise the address, thus some users will not sue it as they are not 'smart' enough to figure it out. Is it possible to have the http:// present in that field from the start, then they just add their www.yoursite.com into the field?? Assistance much appreciated. Cheers
Even if you modify it to include the http, some users will then type it in. So it is a no win situation. I would just put a message in your template file to say - please write your domain like this http://www.mydomain.com or create an error message if it is not input correctly but that will require quote a bit of custom code.
Thanks. Yeah, the hardest part some times is decided which stupid action (of the user) to cover... I have the latest version of developer, it already has the error code if the http:// isnt inserted, so I am covered for that at least. I might play around with the template file as well to see what i can come up with. Cheers