X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Removing Payment Method Type from invoice? (https://forum.x-cart.com/showthread.php?t=15015)

mffowler 07-05-2005 07:48 PM

Removing Payment Method Type from invoice?
 
I did this on other carts, but they were using the html mailer. With the text mailer, I still see: Payment Method Credit Card (AuthorizeNet: AIM)

If I remeber correctly, I had truncated that somewhere so that the user didn't receive anything past the word "credit card", but with text mail, I just cannot find the code in the invoice sent to the customer or admin. Of course I ask X-Cart, what is the purpose of telling a customer that the payment gateway was: (AuthorizeNet: AIM)?

Thanks for your help in removing this,

Mike

balinor 07-08-2005 09:19 AM

I believe that is this piece of code in mail/order_data.tpl:

Code:

{$lng.lbl_payment_method|truncate:$max_truncate:"...":true|cat:":"|string_format:$max_space}{$order.payment_method}

mffowler 07-12-2005 10:16 PM

Thanks balinor. I've had to truncate this every time we have a new install. I have yet to figure the value of telling the customer what the payment gateway and method is (AuthorizeNet: AIM for example). But, this and having the X-Cart product number in the title are two useless pieces of code that constantly require omission.

- Mike


All times are GMT -8. The time now is 09:02 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.