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

Adding a new field to Order History Page > Almost there..missing something

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 10-22-2008, 10:52 AM
 
gcca gcca is offline
 

Member
  
Join Date: Dec 2004
Posts: 19
 

Default Adding a new field to Order History Page > Almost there..missing something

I want to add a new field "Transaction Date" to manually input a date when the CC was charged (we use manual processing). This will be done by our sales team using order history page (admin) - it is not seen by the customer during the order.

I successfully added a new field to the xcart_orders table as "date_transaction".

I edited the history_order.tpl page to include the new field - closely copying the existing customer notes field.

{if $usertype ne "C"}
<p />
Transaction Date (MM/DD/YY):<br />
<input name="date_transaction" type="text" style="width: 100px;" value="{$date_transaction|escape:quotes}" size="11" maxlength="11" />
{/if}


Now what func file do I edit to input this date into the database so its saved?
__________________
X Cart 4.1.8
Reply With Quote
  #2  
Old 10-22-2008, 02:32 PM
 
gcca gcca is offline
 

Member
  
Join Date: Dec 2004
Posts: 19
 

Default Re: Adding a new field to Order History Page > Almost there..missing something

Nevermind - I found it by editing /shop/admin/cart.php

And Inputting the new fields under:

$query_data = array (
"tracking" => $tracking,
"customer_notes" => $customer_notes,
__________________
X Cart 4.1.8
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:41 PM.

   

 
X-Cart forums © 2001-2020