![]() |
Remove Payment Method
Hello Group
I am trying to remove the (2Checkout. Version 2) from the Payment Method. from the html invoice I would like to keep the Credit/Debit Card but delete the (2Checkout. Version 2). Payment method: Credit/Debit Card (2Checkout. Version 2) I did find a post at 12861 http://forum.x-cart.com/viewtopic.php?t=12861&highlight= I tried it and it did not work Any suggestions? Quote:
|
Hello Group
I realize the Gurus do not want to psot to much information this is how the so called experts make their money and I do not blame them one bit. More power to them. I paid my 25 points for this and here is the fix. BTW, it works perfectly. I am posting this because I have received some answer here and I figure I may as well give something back. Quote:
I hope I am able to help someone. BTW, make a backup of your original file first and save it to your hard drive in case you have a wrong comma. It is also a good idea to comment the time of change and who did it. I find it so much easier to go to a page and look at the comments so I know what has been changed. |
people dont not post because they think they may earn from it. I would imagine its more that the answer is not on the tip of their tongue.
Im sure this has been answered before here in the forum anyway and you would find it after a good search. but... if you need a quick answer then you can pay xcart to tell you the answer |
I kind of take offense to that comment Caucus, I never withhold info just to make a buck. In fact, I gladly offer my time and knowledge to countless posts when I could have easily been charging for such information. If I had the answer to your question, I would gladly offer it, but I don't.
|
I did a search 3 or 4 times and only found one fix on the matter that did not work.
I am very happy I have the problem solved. I am also very happy to pass the info along. I am also very happy the Guru's are making money off this fourm. I am just all around happy. :) |
love it or leave it. Or at least whine in the right forum...
- Mike |
I see no difference on invoce after changing the file.
Does it work on existent invoices or we need to create a new invoice to verify this fix? Thanks |
Hello Arm
Wow, someone actually liked my post with a fix. Thanks It only works on new invoices. this does work great. The new invoice will not say that you are using 2CO or PayPal. It will say credit card. |
OK thanks for posting
|
Re: Remove Payment Method
If you want this mod to work with 4.1.3, the replacement line will be:
Code:
$orderids = func_place_order(stripslashes($payment_method), "I", $order_details, $customer_notes); |
Re: Remove Payment Method
Quote:
Just to let everyone know that the above fix does work with 4.1.6. Thank you! |
Re: Remove Payment Method
Has any body been able to get this removed from 4.1.8 or newer? I have put this in, but it doesn't remove this from the Invoice Print page.
|
Re: Remove Payment Method
This does not seem to work in 4.1.9, any ideas?
|
Re: Remove Payment Method
Read post #10
|
Re: Remove Payment Method
Thank you carpeperdiem for the quick response.
I used the info in post #10 Here is a copy and past of an invoice. Date: Sunday, April 6, 2008 02:20:45 PM Order id: #1053 Order status: Queued Payment method: (manual processing) Delivery method: DHL/Airborne Express This is right of the invoice. I have reverted the template until I figure this out. |
Re: Remove Payment Method
Quote:
Tried it also and was not able to get it to work on 4.1.10 |
Re: Remove Payment Method
Quote:
Update, It works fine for new orders but does not change existing orders. |
Re: Remove Payment Method
I'm running 4.2.1 and I have the problem where Xcart and Webgility ECC shows "Credit Card" but the invoice or data of the invoice is brought over as Credit Card (Authorize : AIM) Hence when QB sees it it thinks it
"Credit Card (Authorize : AIM)" and not "Credit Card" I think this problem will help but I can not find the module below. And help would be great. =================Cut from earlier post++++++++++++ To solve the problem, you should edit the 'payment/payment_cc.php' script and find the following lines: # Put order in table if(empty($secure_oid) || ($secure_oid_cost != $cart["total_cost"])) { $orderids = func_place_order(stripslashes($payment_method)." (".$module_params["module_name"].(get_cc_in_testmode($module_params)?", in test mode":"").")", "I", $order_details ); $secure_oid = $orderids; $secure_oid_cost = $cart["total_cost"]; $duplicate = false; } Then you should replace $orderids = func_place_order(stripslashes($payment_method)." (".$module_params["module_name"].(get_cc_in_testmode($module_params)?", in test mode":"").")", "I", $order_details ); with $orderids = func_place_order(stripslashes($payment_method), "I", $order_details ); |
All times are GMT -8. The time now is 08:46 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.