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

How to remove: (manual processing) from cart?!

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-29-2004, 12:04 PM
  CC's Avatar 
CC CC is offline
 

eXpert
  
Join Date: Jun 2004
Posts: 349
 

Default How to remove: (manual processing) from cart?!

For the love of Pete!

Where is the code to remove this:
(manual processing)

^^ It appears right after the words "Credit Card" in order history and in admin.

I have looked all over, and consider myself pretty good with XC now, but I can not for the life of me find this to remove it!

Any ideas peeps?

TIA
__________________
XC 4.2 inc (unofficial) patch release.
Reply With Quote
  #2  
Old 12-30-2004, 06:58 AM
  CC's Avatar 
CC CC is offline
 

eXpert
  
Join Date: Jun 2004
Posts: 349
 

Default

I always seem to ask the questions no one knows the answers too...

Anyone?
__________________
XC 4.2 inc (unofficial) patch release.
Reply With Quote
  #3  
Old 12-30-2004, 04:45 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

payment/payment_cc.php

Code:
$orderids = func_place_order($payment_method." (manual processing)","Q",$order_details);
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #4  
Old 12-31-2004, 01:07 AM
  CC's Avatar 
CC CC is offline
 

eXpert
  
Join Date: Jun 2004
Posts: 349
 

Default

You beauty, cheers mate.

I have been looking in the template files.
__________________
XC 4.2 inc (unofficial) patch release.
Reply With Quote
  #5  
Old 07-31-2005, 01:15 PM
 
ZeroAquaduct ZeroAquaduct is offline
 

Member
  
Join Date: Jan 2005
Posts: 24
 

Default

Sorry for bumping an old post, but how exactly do I remove the words "manual processing?" I'm not sure what can be removed in the code above. What should it look like afterwards? Do I remove the quotation marks as well?
__________________
X-Cart Gold 4.0.13
X-AOM
X-RMA
Flexy Rectangles
Reply With Quote
  #6  
Old 08-03-2005, 02:10 PM
 
mattzarb mattzarb is offline
 

Member
  
Join Date: Aug 2003
Location: Manassas, VA
Posts: 29
 

Default

Change

Code:
$orderids = func_place_order(stripslashes($payment_method)." (manual processing)","Q",$order_details);

to

Code:
$orderids = func_place_order(stripslashes($payment_method),"Q",$order_details);

Matt
__________________
Matt Zarbatany
AITG Inc.
http://www.aitg.com/
X-Cart version 4.0.18
Reply With Quote
  #7  
Old 08-03-2005, 02:38 PM
 
ZeroAquaduct ZeroAquaduct is offline
 

Member
  
Join Date: Jan 2005
Posts: 24
 

Default

It works perfectly. Thanks Matt!
__________________
X-Cart Gold 4.0.13
X-AOM
X-RMA
Flexy Rectangles
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 12:46 AM.

   

 
X-Cart forums © 2001-2020