Projects tagged ‘payments’


[19 total ]

3 Users
 

eZ Authorize is a complete eZ publish payment gateway extension which provides transparent, secure credit card payment processing using the eZ publish and the Authorize.Net credit card processing ... [More] service. We are are working to aid existing and new North American / United States eZ publish e-commerce customers use eZ publish to power their e-commerce solutions, getting them online both quickly and efficiently. Customers need seamless payment solutions for their eZ publish store, keeping the customer on their application server through the entire payment and checkout process (re: avoiding Paypal like, site redirects) which eZ Authorize provides a complete secure solution for users of Authorize.NET. [Less]
Created over 3 years ago.

2 Users
 

Brookins Consulting is proud to announce the stable release of the BC Website Statistics extension the first certified extension from the United States of America (USA) / North America. This ... [More] extension consists of setting which hold the values received during your Google Analytics account creation, the template operators which provides the javascript dependencies required to collect page and related webshop customer and order statistics. [Less]
Created over 3 years ago.

1 Users

Smart Invoicing Web Application An open source web application meant to help manage & create invoices in a simple, straightforward way. Siwapp is not meant to solve all & every need of your ... [More] business, neither it intends to end up as a full business manager application. Our goal is to get just one thing right: Invoices. A basic need for every business. This web application will also be able to work as a module -interconnected through its API to many otner business management applications- which takes care -the easy way- only of the billing of the company. Siwapp is built on Symfony, and its development is maintained by MARKHAUS, an Internet company with more than 10 years of expertise in the online world, but everybody is welcome to get involved! [Less]
Created 8 months ago.

1 Users
   

Simple solution for paid subscription content with eZ Publish A basic extension providing webshop purchased content subscription features through eZ Publish. Content subscription period is ... [More] calculated based on the result of the addition of the current date time of the webserver at the moment of the workflow event execution upon successful order checkout (fig 1, added to the), length in days of the (subscription) product content object (fig 2). A shop / commerce solution which provides for purchase of subscription products (subscriptions) to content which requires additional section based user group / role permissions to access within eZ Publish. This solution is useful if you have content within your eZ Publish website which you wish to sell on your site's webshop. [Less]
Created about 1 year ago.

0 Users

PayPal Pro is a payments system where credit card details are entered directly in the store and the payment is processed by PayPal via API. ZetaPrints is a hosted web-to-print and image generation ... [More] platform. It does not have PayPal Pro facilities. Instead, the participating stores running on WordPress can install this plugin and process the payments themselves. The code of the plugin is based on Blue Sky iSolutions PayPal Pro plugin (http://www.blueskyis.com/code.php). Although, this plugin has ZetaPrints specific features it can be easily modified to suit other applications. [Less]
Created 8 months ago.

0 Users

The purpose of this project is create a way to manage my monthly payments using Google Calendar. You can see the application going to http://pay-cal.appspot.com And a brief explanation (spanish) ... [More] at http://alvaro.aguirre.cl/2009/06/08/paycal-python-project/ [Less]
Created 4 months ago.

0 Users

My PHP Google Checkout is a library written for PHP5 that allows for easy integration with the Google Checkout API and Payment process system. It provides a basic server class for processing ... [More] notifications, a MySQL implementation that logs and tracks payments in a database, a shopping cart framework for managing items in a cart for for composing your "Google Checkout" button. It is easy to extend, and is perfect for traditional OOP programmers. [Less]
Created about 1 year ago.

0 Users

Authorize is a client side library to use CIM and ARB APIs exposed by Authorize.net payment services, it also provides two ways to use the API, a synchronous one that uses python's own httplib and an asynchronous one that uses Twisted Web instead.
Created 6 months ago.

0 Users

phpPayPalphpPayPal is an attempt to simply the process of integrating Website Payments Pro into an PHP web application. It is a single class developed for PHP5 to integrate Website Payments Pro using ... [More] the Name-Value Pair API from PayPal. Current Features:DoDirectPayment SetExpressCheckout GetExpressCheckoutDetails DoExpressCheckoutPayment GetTransactionDetails RefundTransaction Planned Features:DoAuthorization DoCapture DoReauthorization DoVoid TransactionSearch SetCustomerBillingAgreement GetBillingAgreementCustomerDetails CreateRecurringPaymentsProfile DoReferenceTransaction You can see the RoadMap for more details and the LatestUpdates to see what's changed in the latest version. More documentation can be found at http://drewjoh.com/wiki/code/classes/phppaypal I was largely inspired to create this from the phpPayPalPro project at sourceforge.net: http://phppaypalpro.sourceforge.net/ After much frustration with the SOAP API and no updates from the phpPayPalPro project, I started this. [Less]
Created about 1 year ago.

0 Users

Get shopping cart working in minutes and enjoy online ordering as it has never been done before. no mandatory models, no fuzzy model references, no hassle. just a simple and non-intrusive approach. ... [More] How-To:Step 1 - Install acts-as-shopping-cart pluginTODO code not released yet. stay tunes. Step 2 - Make existing model a shopping item (we might have many different shopping items)class Product < ActiveRecord::Base acts_as_shopping_item endStep 3 - Make existing model a shopping customer (we might have many different shopping customers)class User < ActiveRecord::Base acts_as_shopping_customer endStep 4 - Make existing controller a shopping cart (only one shopping cart)class OrderController < ApplicationController acts_as_shopping_cart def add_item product = Product.find params[:id] add_to_shopping_cart product # do rendering end def finish_payments checkout current_user # do rendering end endStep 5 - Display orders per userThis user ordered <%= pluralize user.orders.size, "time" %>.Step 6 - Display orders item per productThis item was has been sold <%= pluralize product.order_items.size, "time" %>Step 7 - Stay tunes for initial release and many, many new and nice features [Less]
Created about 1 year ago.