Not display PaymentType variable for Payment Metho |
Post Reply |
Author | |
marlanbrando
Newbie Joined: 28-December-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 26-January-2012 at 5:36pm |
I created a gateway payment method and named it "Credit Card".
Whereever "Payment Method" is displayed, the following text is displayed by ProductCart: Payment Method: Credit Card (name of gateway here) I want to not display the (name of gateway here) part that comes from the PaymentType variable and only display the name given to the gateway payment method, due to some raised customer concerns. Affected pages included orderComplete.asp, custOrdInvoice.asp, custOrdInvoicePDF.asp, custviewpastd.asp. I can't figure out how to not display the PaymentType variable portion of the string on those pages when the Payment Method is being display. Any guidance would be much appreciated. Thanks. |
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
We haven't ever had, that I recall, requests to hide that before.
I took a quick look at orderComplete.asp
CustviewPastD_101 is the "Payment Method:" (from includes/languages.asp ) and the rest of that snippet determines what other text is put immediately after it. It's very likely the code in the other files is very similar. HTH |
|
marlanbrando
Newbie Joined: 28-December-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Thank you Hamish.
|
|
stevefilmer
Newbie Joined: 26-October-2011 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
I followed this but do not see a reference to the onepage checkout where it matters most. For my cart the bottom right of that page reads "Payment Type: Authorize.Net". I know for many the "Authorize.Net" will be their payment gateway but I'm sure if we could figure this out it could help other people. Most shoppers have never heard of "Authorize.Net" and get confused. It would be better if it said "Payment Type: Credit Card" or "Payment Type: Credit Card via Authorize.Net" In the languages.asp file on line 1000 it says: dictLanguage.Add "english_CustviewPastD_101", "Payment Method: " ...but i don't see how to change "Authorize.Net" to say "Credit Card" I changed the code on line 449 to: dictLanguage.Add "english_orderverify_12", "Payment Type: Credit Card" ...but then all the Payment Types have "Credit Card" in front of them. Please advise. Steve |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |