Projects tagged ‘commerce’ and ‘google’


[12 total ]

1 Users

Existing users - we've just shipped a new version! ReleaseNotes_09 Downloads New users - here is an introduction This is a new version of the Java Checkout sample code. When we started planning ... [More] this version, we had a long wishlist of features: Compatible with the widest possible range of JDK versions (1.3.x, 1.4.x, 1.5.x) Allow only core JDK types on the public API interfaces therefore independent of JDK version. Shipped as a library which can be dropped into a project. Provide clear customisation points should the user have non-standard requirements. Clearly defined API for the developer - avoid use of static helper style classes. No modifications should be required to the sample code. i.e. externalise all config parameters. Make the .NET and Java sample code APIs similar, to reduce support overhead. For the 80% of merchants who don't want to customize or build, ship the library as a single JAR + Javadoc. If you like the sound of all that, here's where to go next. JavaCheckoutRefImpl - the API. Provides an implementation of the entire Checkout API using only core Java classes. Just drop it into your project and you are away! JavaCheckoutWebExampleWar - an example web application using the API. Just copy drag this WAR into your app server deploy directory and you are good to go. JavaCheckoutJ2eeExampleEar - another sample application, this time shipped as an EAR. We have used enterprise Java features to implement a scalable asynchronous notification handler mechanism using JMS. SettingUpTheDevEnvironment - if you want to dig around the source code, here are the instructions for getting yourself setup. [Less]
Created about 1 year ago.

0 Users

The Google Checkout module for osCommerce allows merchants using osCommerce to offer Google Checkout as an alternate checkout method. The plugin provides Level 2 integration of Google Checkout with ... [More] osCommerce. Plugin features include: Posting shopping carts to Google Checkout International Shipping support, Merchant Calculation Support Tax support User and order updates within osCommerce Order processing using osCommerce Admin UI UK Support Google Analytics and 3rd Party tracking Support Digital Delivery Support Google Product Search support (beta) Google Sitemaps support (beta) Requirements: osCommerce v2.2, RC 2a PHP3/PHP4/PHP5 with cURL(libcurl) installed and enabled [Less]
Created about 1 year ago.

0 Users

Announcements09/18/08 - Released 1.0.5 New features: Added Order Report API support. Thanks to Daniel Pirone! Unit tests: Added unit tests for order report command. Added validation ... [More] checks fro start_date, end_date, financial_state and fulfillment_state. 09/02/08 - Released 1.0.4 Bug fixes & unit tests: Fixed undefined email_delivery? method bug Added unit test to cover digital content creation 08/12/08 - Released 1.0.3 New features: Added analytics_data support. Thanks to Will Schwenk! Added digital delivery support. Thanks to Andy Kim and Matthew Moore! Added line-item shipping support. Added notification handshake support (i.e. serial-number) for notifciation-acknowledgement. Added Carrier Calculated Shipping support. Added HTML Form API Signature support. Plus bug [Less]
Created about 1 year ago.

0 Users

IntroductionThis project is about using Perl to interact with the Google Checkout payment system. It provides a set of Perl modules which allows you to checkout, send commands, wait and process ... [More] notifications. DetailsThe code is written entirely in Perl which means no compiler is required for installation. The interface is in OO and the objective is to hide all the complexcity of the checkout flow from the users. There are ~43 modules in the whole code base but you will only need to use just a few. Please refer to the 'examples' directory for examples to post a cart, send command as well as process notifications. The structure of the code base tree is base on the following: lib/ Google/ Checkout/ Command/ [Less]
Created about 1 year ago.

0 Users

This is .NET sample code for integrating with Google Checkout. It can be called from any .NET language, but it has been written in C#. Want to know what this code is all about? There is an article on ... [More] O'Reilly that gives you a good overview: http://tinyurl.com/yk8eer [Less]
Created about 1 year ago.

0 Users

Java Checkout Sample Code for jdk1.4 Note: We are in the process of deprecating this project, please look here for a more up to date version of the Java sample code: http://code.google.com/p/google-checkout-java-sample-code
Created about 1 year ago.

0 Users

Google Checkout HTML API utilities: button generators and utilities using the Google Checkout HTML API.
Created about 1 year ago.

0 Users

This is proof-of-concept code that you might find useful in integrating Google Checkout with your existing store. We're providing it to spark ideas. It works with some stores, and we believe it works for some Yahoo stores.
Created 12 months ago.

0 Users

Java Checkout Sample Code for jdk1.5 Note: We are in the process of deprecating this project, please look here for a more up to date version of the Java sample code: http://code.google.com/p/google-checkout-java-sample-code
Created about 1 year ago.

0 Users

This project is aimed at providing basic foundation for integrating your online store with the Google Checkout API using PHP. Requirements: 1. PHP4 or PHP5 with cURL(libcurl) installed and enabled. ... [More]   *Domxml(libxml) is NOT required. 2. SSL certificate installed on your server for level 2 integration. [Less]
Created about 1 year ago.