Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

URL field, want to remove http://

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 03-06-2006, 06:55 PM
 
vikkip vikkip is offline
 

Newbie
  
Join Date: Apr 2005
Posts: 3
 

Default URL field, want to remove http://

I had to use the URL field in the xcart_customers table to hold different data. I was able to do most of what I need. One thing remains, I need to drop the
Code:
http://
that is automatically placed in front of the data entered into the field. For instance, if you enter
Code:
Hello World
into the URL field, you get
Code:
http://Hello World
back. I have hunted through templates, php files, includes and still can't find it! I know it's being added to the data before it's sent to the database, because
Code:
http://
is in the database. Can anyone help me find this? I'm wondering if it's done with javascript...

-Vikki

THIS PROJECT: Gold cart, Version 4.0.14
__________________
Vikki Peroza
web designer/developer
CommonPlaces e-Solutions, Inc.
Reply With Quote
  #2  
Old 03-07-2006, 05:06 AM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default

Try following...open include/register.php and remove http:// from this piece of code(line 404):

Code:
# URL normalization if(!empty($url)) { if(strpos($url, "http") !== 0) { $url = "http://".$url; } }
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote
  #3  
Old 03-07-2006, 07:30 AM
 
vikkip vikkip is offline
 

Newbie
  
Join Date: Apr 2005
Posts: 3
 

Default http:// in URL field now gone.

Ah, you found it! Thank you. I just commented out the entire sub-routine. It worked.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:55 PM.

   

 
X-Cart forums © 2001-2020