View Single Post
  #86  
Old 12-06-2004, 04:26 PM
 
nfc5382 nfc5382 is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 481
 

Default

instead of modifying the database structure I just added this to payment/payment_cc.php

Code:
$order_details.=$ship_to; $order_details.="\nIP: " . $_SERVER[REMOTE_ADDR]; # # Only logged users can submit orders #


This puts the IP address in the customer notes field.
__________________
-----------------------
x-cart v4.7.6 [LIVE]
x-cart v4.0.18 [retired 2004-2016]
x-cart v3.5.13 [retired]
x-cart v3.4.14 [retired]
Reply With Quote