Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 2 of 4

osCmax is a powerful and flexible e-commerce shopping cart and inventory tracking system. osCMax is free, 100% customizable, and supports all the major payment gateways: Authorize.net, LinkPoint, Paypal, 2Checkout to name a few. All major shippers are supported: FedX, UPS, USPS, and custom. Also ... [More] fully supported are virtual products, such as downloads, gift vouchers/coupons. osCMax has all the features you would expect in a commercial shopping cart that would normally cost hundreds or thousands of dollars, but osCMax is absolutely free. Tens of thousands of web sites run osCmax already, from small startup sites, to extremely high volume established companies. [Less]

5.0
 
  0 reviews  |  2 users  |  1,019,537 lines of code  |  3 current contributors  |  Analyzed about 16 hours ago
 
 

Shopping cart / e-commerce plugin for infinitas

0
 
  0 reviews  |  1 user  |  16,665 lines of code  |  1 current contributor  |  Analyzed 8 months ago
 
 

NOTE: django-cart is a different project starting on March 25th, 2009. Thanks a lot to Eric Woudenberg for letting us reuse this project django-cart is a very simple application that just let you add and remove items from a session based cart. django-cart doesn't provide any product ... [More] information, and you've to define your own product models, and then use their instances on the cart. A basic usage of django-cart could be: views.py from cart import Cart from myproducts.models import Product def add_to_cart(request, product_id, quantity): product = Product.objects.get(id=product_id) cart = Cart(request) cart.add(product, product.unit_price, quantity) def remove_from_cart(request, product_id): product = Product.objects.get(id=product_id) cart = Cart(request) cart.remove(product) def get_cart(request): return render_to_response('cart.html', dict(cart=Cart(request)))templates/cart.html {% extends 'base.html' %} {% block body %} Product Quantity Total Price {% for item in cart %} {{ item.product.name }} {{ item.quantity }} {{ item.total_price }} {% endfor %} {% endblock %} [Less]

0
 
  0 reviews  |  1 user  |  110 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 

The CloudFree Commerce Platform is an open, dynamic and extensible servert platform. We turn Equinox into a server for your application.

5.0
 
  0 reviews  |  1 user  |  43,778 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

A modular expandable store built from the ground up to provide modularity.

0
 
  0 reviews  |  1 user  |  5,349 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 

AgoraCart is a powerful, customizable, secure Open Source shopping cart software that is easily installed on your website. AgoraCart offers a very wide range of features that allow one to setup a storefront using one of the available template designs for easy installation, or it allows the complete ... [More] customization of the headers, footers, product layouts, order forms, thank you pages, email templates, CSS files, Plug and Play modules, and much more. AgoraCart supports real-time shipping ratings and many payment gateways. [Less]

5.0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

VamCart - Open Source Ecommerce Solution (PHP Shopping Cart) Base on CakePHP.

0
 
  0 reviews  |  1 user  |  263,569 lines of code  |  2 current contributors  |  Analyzed 24 days ago
 
 

FreePHPShoppingCartSoftware is free shopping cart software powered by PHP scripting and a MySQL database. The software is released under the GPL license. The software is feature loaded, very easy to install, simple to customize, and a breeze to use!

5.0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

Satchmo cart exchange is an application for Satchmo framework based on Django that lets you save your cart's contents as one user and load as another one.

5.0
 
  0 reviews  |  1 user  |  78 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

MerbMart is an open-source e-commerce application, developed on top of the recent Ruby-language Merb MVC framework. Although MerbMart is designed for e-commerce sites of all sizes, the speed and scalability of the Merb framework make it scalable even for large online vendors.

5.0
 
  0 reviews  |  0 users  |  17,689 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.