Announcement

Collapse
No announcement yet.

%paydescription% and $paymessage% and CVV2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    %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)
    Last edited by be23; 03-28-06, 10:39 AM.

    #2
    You can modify some things using the Other Page Templates module:

    http://www.designextend.com/page/miv..._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/miv...ROK_CARDFIELDS

    But just note that CVV2 is not to be stored anywhere. It's supposed to be passed via SSL, encrypted via the processor.
    Best,
    Pamela

    Consultant / Developer / Trainer
    Contributing Editor to Practical Ecommerce
    Author of the Official Guides for Miva Merchant
    pamelahazelton.com

    Comment


      #3
      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.

      Comment


        #4
        Originally posted by be23
        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
        Jason Henderson - JMH Web Services
        Miva Merchant Marketing Mastermind Group

        SEO & Marketing for Miva Merchant
        Miva Merchant Modules Comparison Directory
        Miva Merchant Tutorials
        Working with Miva Merchant since 1999 including search engine optimization and marketing specifically for Miva Merchant store owners.

        Comment

        Working...
        X