How posting Shipment details to Merchant Account Through PayPal

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sidhx
    New Member
    • Dec 2009
    • 50

    How posting Shipment details to Merchant Account Through PayPal

    I'm very very new to paypal shopping.plz look the image.I want when i click the "Proceed to Checkout" button it should go to paypal Marchant sites with details of the Name,shippment address and so on added to it.I have Marchant account in paypal.I don't know how to intergate this two(webpage(tha t is Product final page) and paypal Marchant ) .Plz help me
    Attached Files
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hey.

    Did you try reading the PayPal documentation on this subject?

    Comment

    • sidhx
      New Member
      • Dec 2009
      • 50

      #3
      hi Atli
      I want simple way to do.
      should i need API access im using php code.
      Explain what does API access does plz

      Comment

      • sidhx
        New Member
        • Dec 2009
        • 50

        #4
        hey
        I don't have any add cart button of paypal,i just wanted to connect 'Product final page' contains to paypal sites add populate it in paypal like name,shipping address and soon. plz help

        Comment

        • sidhx
          New Member
          • Dec 2009
          • 50

          #5
          Can any one show me the source code of integrating the web page (php code)
          to paypal using merchant account.(like the express checkout)

          Comment

          • Atli
            Recognized Expert Expert
            • Nov 2006
            • 5062

            #6
            Originally posted by sidhx
            I want simple way to do.
            Then you picked the wrong thing to attempt. This sort of thing is not something you just copy/paste of a public forum.

            The simplest method that does what you are asking (that I know of, at least) is in that link I posted.
            All you are required to do is construct a HTML form from your shopping cart data. You don't have to mess around with any sort of API, or any complex PHP back-end stuff; it's just creating a bit of HTML. - Read through the PayPal documentation I linked. It explains everything you are required to do.

            Comment

            • sidhx
              New Member
              • Dec 2009
              • 50

              #7
              its not supporting because the item is selected dynamically from the database

              Comment

              Working...