View Full Version : %paydescription% and $paymessage% and CVV2
3 questions:
1.) Any way to customize what the %paydescription% shows - I'd like to show the CC logo if possible
2.) What is the %paymessage%, is it customizable at all?
3.) Any way to add CVV2 fields to the OPAY screen?
Thanks in advance!
-Brandon
PS - I'm using Other Page Templates (VC)
DesignExtend-MSI
03-28-06, 07:25 PM
You can modify some things using the Other Page Templates module:
http://www.designextend.com/page/miva/PROD/BROK_PAGETEMPLATES
There are conditionals that can be used to display, say, special messages or images depending on the payment method.
The CVV2 fields should be available through most of the gateway modules. If not, while you could collect them via other means, it's a big no-no with merchant account providers. Check your payment gateway's module. If you're using simple validation, then you'd need another module, like this one:
http://www.designextend.com/page/miva/PROD/BROK_CARDFIELDS
But just note that CVV2 is not to be stored anywhere. It's supposed to be passed via SSL, encrypted via the processor.
Vic - WolfPaw Computers
03-28-06, 07:27 PM
Those questions would be better posted in a help desk ticket with Viking Coders.
The long way around however, is to add this around your tokens:
<!-- paydesc start -->
%paydescription%
<!-- paydesc end -->
and
<!-- paymsg start -->
%paymessage%
<!-- paymsg end -->
view the page source after making these changes and you can see what the tokens translate too.
You can then use this code to replace the tokens with HTML and change/arrange/edit as needed.
jason - jmh web services
03-29-06, 02:34 PM
3 questions:
1.) Any way to customize what the %paydescription% shows - I'd like to show the CC logo if possible
2.) What is the %paymessage%, is it customizable at all?
3.) Any way to add CVV2 fields to the OPAY screen?
Thanks in advance!
-Brandon
PS - I'm using Other Page Templates (VC)
Compiled? What payment module are you using? You should be able to add it to your payment module's configuration screen. There should also be options to add cvv2 fields as well from that screen.
Jason
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.