Paypal PHP Dev Kit

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kev T

    Paypal PHP Dev Kit

    Hi,

    I have downloaded the Paypal PHP Dev kit and need some help.

    The documentation is sparse to say the least. The sample

    How can I use it to include several buttons on a page each for a differnt
    product item?

    e.g I will be using an If statement to include a button dependant on the
    results of data already passed in from another script.

    There may be up to 3 of these buttons required.

    Do I have add sections to the config.inc.php file from the dev kit for
    every item I would like to sell?

    Is there any more documentation for the kit and its use?

    --
    Kev T


  • Gary L. Burnore

    #2
    Re: Paypal PHP Dev Kit

    On Thu, 5 Aug 2004 08:25:53 +0100, "Kev T"
    <nospam@c.l.o.n .e.fsnet.co.uk> wrote:
    [color=blue]
    >Hi,
    >
    >I have downloaded the Paypal PHP Dev kit and need some help.
    >
    >The documentation is sparse to say the least. The sample[/color]

    Sparse? Hardly. Maybe you didn't dl the right document.
    [color=blue]
    >
    >How can I use it to include several buttons on a page each for a differnt
    >product item?[/color]

    Use the button factory to create each buttion and save the code since
    you're new at it. After a few of them, you'll see the pattern.

    [color=blue]
    >
    >e.g I will be using an If statement to include a button dependant on the
    >results of data already passed in from another script.[/color]

    Put the button code inside the if. That's pretty easy.
    [color=blue]
    >
    >There may be up to 3 of these buttons required.[/color]
    [color=blue]
    >
    >Do I have add sections to the config.inc.php file from the dev kit for
    >every item I would like to sell?[/color]

    Of course not. The inc holds the login info for the db.
    [color=blue]
    >
    >Is there any more documentation for the kit and its use?[/color]

    There are three huge documents on it on the site.

    Comment

    Working...