Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Manual Address Input


MatthewMan

Recommended Posts

Ok people i found a gazillion posts about removing genders and dob but not address... i would like to know how to remove the address bit from the registration form including country,state,suburb and make it that they need to manually type in their address in the check out of the cart !

 

Also so far i managed to edit oscomerce and my portal to integrate together, use the same password encryption and when a user logs into my portal it automatically opens up the session that oscomerce does (with all the checks and all) ... only thing puzzling me is that cart restore thingy

 

it says :

 

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in database.php on line 28

 

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in database.php on line 40

 

This is line 28

$result = mysql_query($db_query, $db_link);

 

This is line 40

$result = mysql_fetch_array($db_query);

 

Thanks for all your help

 

Matthew

Link to comment
Share on other sites

okay... i managed to fix the cart restoration bit...only had to open the connection manually to mysql...

 

now the address issue... any help please? i want people to manually type in their address , country, state etc.... i'm using 2.1 ... and pls don't tell me to use 2.2 ... tried it but it's too complicated to edit... besides i've gone a long way with 2.1 and has all i need

 

Matthew

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...