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

Add RA# to checkout and order info

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-11-2009, 07:54 AM
 
advantageco advantageco is offline
 

Newbie
  
Join Date: Oct 2009
Posts: 9
 

Default Add RA# to checkout and order info

I want to add an extra field (an RA#) that will be initially populated from a session variable that will be displayed at checkout, in the customers order info, and definitely stored in the database so it can be referenced via the orders section. I figure it would be easiest to add the field directly to the order table, I just am unable to figure out where in the code I could add something like this in so it does get saved.
__________________
X-Cart 4.2.1
X-Cart 4.4.x
X-Cart 4.5.1
Reply With Quote
  #2  
Old 12-11-2009, 01:25 PM
 
advantageco advantageco is offline
 

Newbie
  
Join Date: Oct 2009
Posts: 9
 

Default Re: Add RA# to checkout and order info

Seems I have solved my own problem to a point, here's what I did:
-Added new field 'ranumber' to 'xcart_order_details' table
-Added new line in func.order.php (711)
Code:
$insert_data = array ( 'orderid' => $orderid, 'productid' => $product['productid'], 'product' => addslashes($product['product_orig']), 'product_options' => addslashes($product['product_options']), 'amount' => $product['amount'], 'price' => $product['price'], 'provider' => addslashes($product["provider"]), 'extra_data' => addslashes(serialize($product["extra_data"])), 'productcode' => addslashes($product['productcode']), 'ranumber' => '$MYRANUMBER'); //This is the line I added.

Next steps for me is to add the functionality to display the RA# in the cart, invoice, and orders pages which will be a piece of cake after this.
__________________
X-Cart 4.2.1
X-Cart 4.4.x
X-Cart 4.5.1
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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 06:00 AM.

   

 
X-Cart forums © 2001-2020