Announcement

Collapse
No announcement yet.

Miva Merchant Payment Processing Module Question

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

    Miva Merchant Payment Processing Module Question




    Dear Miva Script Support,

    > I am in the progress of upgrading our current Payment Processing =
    Module for Miva Merchant 4.x and I have a question regarding the content =
    of the PaymentModule_Payment_Prompt function.
    >=20
    > Here is the issue: All the text I output in this function shows up in =
    bold, which mean in our case that the field is required. What I would =
    like to do is to output some text ( an optional field ) without having =
    it in bold. Is this something possible?
    >=20
    > Please let me know if you need more information from me.
    >=20
    > Thanks,
    >=20
    > Benoit Bourget
    >=20
    > Software Engineer
    > Paradata Systems Inc.
    > [email protected]


    #2
    Miva Merchant Payment Processing Module Question



    Your message probably belongs in merchant-coders, since the miva-users list
    covers non-Merchant mivascript discussion.

    FWIW, you can find data relating to the module functions here:
    <A HREF ="http://www.miva.com/docs/api/ModFuncs-html2/MM_ModFunctions4x.html">http://www.miva.com/docs/api/ModFuncs-html2/MM_ModFunctions4x.html</A>

    As for turning off the bold text, a possible kludge would be to start your
    field text out with "[/b]" and end it with "[b]"... :) if nothing else.

    HTH
    Tom

    > -----Original Message-----
    > From: [email protected] [mailto:[email protected]]On
    > Behalf Of Benoit Bourget
    > Sent: Friday, January 07, 2005 1:07 PM
    > To: [email protected]
    > Subject: [meu] Miva Merchant Payment Processing Module Question
    >
    >
    >
    > Dear Miva Script Support,
    >
    > > I am in the progress of upgrading our current Payment Processing
    > Module for Miva Merchant 4.x and I have a question regarding the
    > content of the PaymentModule_Payment_Prompt function.
    > >
    > > Here is the issue: All the text I output in this function shows
    > up in bold, which mean in our case that the field is required.
    > What I would like to do is to output some text ( an optional field
    > ) without having it in bold. Is this something possible?
    > >
    > > Please let me know if you need more information from me.
    > >
    > > Thanks,
    > >
    > > Benoit Bourget
    > >
    > > Software Engineer
    > > Paradata Systems Inc.
    > > [email protected]
    >

    Comment

    Working...
    X