Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 VP-Cart 8.00 Issues
 Payment type shows xxxx on onepage checkout
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

apswater
VP-CART Super User

444 Posts

Posted - May 05 2017 :  12:33:29  Show Profile  Visit apswater's Homepage  Reply with Quote
I am trying to fix this issue. in shoponepagecheckout.asp about line 290 we find this :

StroOther = "xxxx" ''CleanChars(Request("StroOther"))
strOMore = CleanChars(Request("strOMore"))

and this is what is causing the payment type to read "xxxx" on the receipts.

I changed it to this :

StroOther = "Other Payment" ''CleanChars(Request("StroOther"))
'' mitch changed StroOther = "xxxx" ''CleanChars(Request("StroOther"))
strOMore = CleanChars(Request("strOMore"))

and sure enough the receipts now say "Other Payment" to verify it.

I am trying to set this up without mods (my 4.5 is heavily modified making it hard to upgrade. )

So the question is did they miss a variable or is there a setting I am missing to make this work right? We have several "Other payments" option and I need it to tell me which one the client picked.

Thanks.

serjtankian
VP-CART Super User

Armenia
378 Posts

Posted - May 05 2017 :  14:42:05  Show Profile  Visit serjtankian's Homepage  Reply with Quote
what is your version?

im checking from ver 8.1.0.10 till the latest and it showing this:

''payment method section
payment_method_onepage = CleanChars(Request("payment_method"))
case lcase(payment_method_onepage)
case "other"
StroOther = CleanChars(Request("StroOther"))
strOMore = CleanChars(Request("strOMore"))

or maybe you have made some customization?



*peace - serj*
Go to Top of Page

apswater
VP-CART Super User

444 Posts

Posted - May 05 2017 :  14:50:34  Show Profile  Visit apswater's Homepage  Reply with Quote
hmm.. ill try that. It seems commented out, I don''t remember doing it, but might have since I use xxxx as a proble... thanks.
Go to Top of Page

serjtankian
VP-CART Super User

Armenia
378 Posts

Posted - May 05 2017 :  14:53:41  Show Profile  Visit serjtankian's Homepage  Reply with Quote
no problem bro!



*peace - serj*
Go to Top of Page

apswater
VP-CART Super User

444 Posts

Posted - May 05 2017 :  15:07:31  Show Profile  Visit apswater's Homepage  Reply with Quote
Yes that fixed it. I must have commented out in a late night setup session! Thanks so much.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00