Announcement

Collapse
No announcement yet.

Google Checkout

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

    #61
    Hi,

    I'm not a programmer/developer but it doesn't look too difficult to do (within the developer's environment) and I expect the existing Actinic scripts for Paypal/HSBC etc don't need to be modified too much. (Can't be more than 1-2 days work can it?)

    The 50 or so "voters" here have paid Actinic probably somewhere between £20,000 to £40,000 for their software, so surely 1-2 days work is not asking too much, is it?

    See:-

    http://code.google.com/apis/checkout...per/index.html


    Regards

    Nick

    PS Although it would be a pain, I have recently had some quotes to move to another ecommerce platform.



    The main implementation explanation is here:-

    Add a Google Checkout button to the checkout pages on your online store. The button needs to be embedded in a form in the HTML for your pages. The button should appear next to your existing checkout buttons. Note: You may add more than one Google Checkout button to your page.

    Modify the code for your online store so that the form containing the Google Checkout button also submits information about your customer's order.

    Your code needs to create an XML document containing information about the items in your customer's shopping cart. The XML will also contain information about the shipping options that the customer can select and the taxes that should be added to the order. Your code will need to encrypt the XML document and embed the encrypted value in the form that contains the Google Checkout button.

    The Checkout API section provides instructions for creating the shopping cart XML. In addition, the Processing an Order section explains how to encrypt your XML document and include it in the form on your checkout page.

    In your development environment, your form needs to submit orders to the following URL. You must replace the text [[Merchant-ID]] with the Merchant ID from your Sandbox account.


    <form method="POST"
    action="https://sandbox.google.com/checkout/cws/v2/Merchant/[[Merchant-ID]]/checkout">

    Note: Your production merchant account will have a different Merchant ID and Merchant Key than your Sandbox merchant account. Your code should use the values from the Sandbox account when communicating with the Google Checkout Sandbox service. Similarly, your code should use the values from your production merchant account when communicating with the Google Checkout production service.

    Your production system will submit orders to the following URL. You must replace the text [[Merchant-ID]] with the Merchant ID from your production account.


    <form method="POST"
    action="https://checkout.google.com/cws/v2/Merchant/[[Merchant-ID]]/checkout">

    This step is optional. Set up a web service to perform custom calculations for tax, shipping, coupons and gift certificates after the customer has reviewed the order in Google Checkout. The Merchant Calculations API section provides detailed information about custom calculations.

    This step is optional. Create a web service that receives and processes new order notifications from Google Checkout. The Notification API and Order Processing API sections thoroughly explain the ways that you can integrate your internal order processing systems with Google Checkout.

    After you have thoroughly tested your Google Checkout implementation with the Sandbox service, release your code to your production system to begin accepting orders through Google Checkout. Please remember that you will need to use a different Merchant ID and Merchant Key in your production environment than you use in your test environment. Your Google Checkout buttons will also have different URLs in your test and production environments. You will receive an error if you try to process orders using the wrong Merchant ID or Merchant Key.


    Google Checkout Buttons
    Nick Windsor

    For All Grobags Baby Sleeping Bags, Cuski Comforters and other Grobag Products.

    Wide selection of fun baby bath toys and bath accessories for babies and toddlers.


    Specialist baby sleep store. Over 1000 products to help you and your baby sleep through the night.

    Comment


      #62
      ..and another thing, all of the perl code can be found here:-

      http://code.google.com/p/google-chec.../Documentation

      I'm tempted to have a go myself, but haven't really got the time.

      If anyone else goes for it then please let me know.

      (Could be a nice little earner, you could even sell it to Actinic!)

      Regards

      Nick
      Nick Windsor

      For All Grobags Baby Sleeping Bags, Cuski Comforters and other Grobag Products.

      Wide selection of fun baby bath toys and bath accessories for babies and toddlers.


      Specialist baby sleep store. Over 1000 products to help you and your baby sleep through the night.

      Comment


        #63
        Im a little surprised at the lack of votes - considering the number of actinic sites out there and the number of views of the thread the votes are pretty poor really.

        Comment


          #64
          vote from me, im still in design stages but im sure it will be of use on launch day

          now to get the add to cart sorted .........mmmmmmmmmmmmmmm
          Remembering the road to Actinic enlightenment is a long and sometimes painful one.
          Current project:
          cheapadulttoys4u.co.uk
          cheaplingerie4u.co.uk
          Something for the Missus,Something for the Weekend

          Comment


            #65
            vote from me too - been away just catching up with everything

            Comment


              #66
              Originally posted by RuralWeb
              Im a little surprised at the lack of votes - considering the number of actinic sites out there and the number of views of the thread the votes are pretty poor really.
              I should think a lot of people visiting now will assume that with the number of votes and comments already received, that Actinic are belatedly on the case and will produce something for V7/V8 very shortly. Hence many don't feel the need to add their vote. Let's hope they're right.

              Aquazuro - designer stainless steel accessories

              Comment


                #67
                people visiting now will assume that with the number of votes
                The number of votes is tiny compared to the number of shops out there (60 out of 10,000) - if I were actinic on that % I would not bother. If people want it they need to vote and not assume that actinic are doing something.

                Comment


                  #68
                  Come off it Malcolm,

                  a) This wish list thread has had the most activity of all of them.

                  b) This is mostly hype. In the US after one year Google accounted for around 2% of online purchases. Less than paypal (8-9% excluding ebay) and billmelater on 5-6%. For me there are far more important and urgent things for actinic to focus on and finish.

                  c) This cheerleading that you're doing is starting to sound desperate.

                  Mike
                  -----------------------------------------

                  First Tackle - Fly Fishing and Game Angling

                  -----------------------------------------

                  Comment


                    #69
                    On the whole most wish list items gets a few votes, this one has 60 hence I suspect Actinic have got the message.

                    Although it would be nice to see a positive "We are going to do this very soon" response rather than the usual we will add it to our list of potential features and incorporate it sometime in the indefinate future.

                    Comment


                      #70
                      cheerleading that you're doing is starting to sound desperate
                      Personally GC is of little interest to me as a designer - I thought I would start the thread as others had mentioned it in other posts and it would be nice to see how far a wish list thread could go in generating interest.

                      So in fairness I will remove my vote for GC I am not that desperate and close the thread.

                      Comment


                        #71
                        and close the thread.
                        Why would you want to do that? It's a bit like the kids doing the "well if we're lot going to play the game my way I'm going home and taking the ball with me"

                        Mike
                        -----------------------------------------

                        First Tackle - Fly Fishing and Game Angling

                        -----------------------------------------

                        Comment


                          #72
                          Hi, I've had a number of people email me asking for my version of what I've done to be posted in the forum, but I'm very sketchy about doing this. Firstly, we did it at our own risk - therefore if any consequences occur that wreck other parts of the site - it is our problem, we don't want to wreck your site and be responsible for it.

                          Secondly, I am not a coder whatsoever! So this can be done by anyone. However I am not so expert as to be able to do the callback whereby payments are put into Pending - at the moment they go into Payment Pending - which is not ideal, because every time we need to tally it with Google Checkout.

                          The way I did it was by manipulating an exisiting script from payment processor Net4You, I set it up in Actinic in Business Settings > Payment, and then fiddled around to death with the Net4You file in the CommonOCC folder. This successfully passes the values on to Google Checkout, however as I said the Pending PSP has not been done.

                          I've been chatting with my manager, thinking that a "plugin" could be made by our company in order for this to be a saleable product - but as I said, I'm not a coder, and would not be happy to take responsibility for any mishaps!

                          An Actinic solution would be preferred.

                          However, despite having the option of Google Checkout, and the badges added to our Adwords campaigns, logo at the top of the screen, and option on Checkout - there has been not a single transaction through www.tv-wall-brackets.co.uk so far - and we get between 15-25 orders on a daily basis through this web-site.

                          We are currently converting a number of our other OS-Commerce sites to Actinic, and will be using GC on them too - once they are live.
                          Sam Davis
                          Bright Light Media Ltd

                          Comment


                            #73
                            Originally posted by olderscot
                            Come off it Malcolm,

                            a) This wish list thread has had the most activity of all of them.

                            b) This is mostly hype. In the US after one year Google accounted for around 2% of online purchases. Less than paypal (8-9% excluding ebay) and billmelater on 5-6%. For me there are far more important and urgent things for actinic to focus on and finish.

                            c) This cheerleading that you're doing is starting to sound desperate.

                            Mike
                            a) Yes, thats because our competitors are already using GC and offering a £10 discount on a £30 purchase, one even offering to match Googles offer and make it £20 off £30!
                            No I'm not going to give the name, it's bad enough without publicizing them on here.
                            b) There may be more important things for you but for us a free (adword offset) card handling service and the power of Google are extremely important. If you have something more important to push Actinic for, go start a thread and see how many people agree with you.
                            c) Mal started the thread, he didn't twist the arms of the people posting, to accuse him of desperation is very insulting

                            Comment


                              #74
                              Gets My Vote

                              Hi,

                              Just implemented v8 and would like to be able to add this facility as well, I'm going to ask our techie to look at it but an Actinic solution would be a preferred option.

                              Ta, Paul.
                              www.gameslore.com

                              Comment


                                #75
                                "well if we're lot going to play the game my way I'm going home and taking the ball with me"
                                Im only trying to see how many people want GC and generate some interest - obviously you are one of the Google haters.

                                Anyway I now have GC working on a test site so I can go and play with my balls

                                Comment

                                Working...
                                X