Projects tagged ‘store’


[14 total ]

36USERS
   

The complete Shopping Cart / e-commerce Solution for Joomla!. It can also be used as a Catalogue. Its powerful Administration Tool can handle an unlimited number of Categories, Products, Orders, Customers, Payment Methods, Shipping Methods, Files. VirtueMart can be customized using Themes and extended using your own modules and pages.

4USERS
 

Interchange is an open source commerce server and application server/component application, written in the Perl programming language. Used primarily for e-commerce (shopping cart), but also for various other purposes (database display, catalogs,...)

2USERS

Spree is a complete commerce solution for Ruby on Rails. It includes a shopping cart, admin interface, inventory model and payment gateway integration via the ActiveMerchant plugin. It was originally called RailsCart. The Rails commerce space is ... [More] immature and is lacking serious solutions for developers looking for answers to their complex business needs. Rails is especially problematic because it is a relatively new technology and suffers from “small project mentality.” Most open source projects in Rails are maintained by a single individual and tend to be limited in scope. Spree seeks to create a large and healthy open source community of the type that developers of other languages are used to participating in. [Less]

1USERS
 

KiokuDB is a persistent object graph manager for Perl. It uses multiple backends and layers on Moose's introspection and Search::GIN for indexing.

1USERS
   

xt:Commerce is developed as a powerful ecommerce webcart shop system for small, medium and full-sized merchants as well as wholesalers. Its full functionality enables you to strengthen your position in the fast growing ecommerce shopping cart market. ... [More] xt:Commerce is released as a free opensource shopping cart software (GNU/GPL) with a broad spectrum of ecommerce functions, as dynamic and powerfull as expensive ecommerce shopping cart systems. xt:Commerce helps you to manage your woldwide ecommerce sales as easy as the online sales in your home country. A shopsoftware system that provides your success just by using this webcart system. [Less]

1USERS
 

openSteam is a generic eCommerce Framework for RubyOnRails. Its goal is to simplify the implementation and ui-design process of a webshop.

0USERS

A web based tool to allow end users of software libraries and applications to fund the development of new features in an efficient manor that is financially beneficial to end users and developers. End user purchase only a fixed portion of a feature ... [More] and require other end users to pay as well. Feature database reads issues from a bug tracker such as Jira. [Less]

0USERS
 

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.

0USERS

Powerful and extensible solution to manage an e-commerce website with a single application.

0USERS
 

PrestaShop is a professional e-commerce shopping cart focused on a light and fast implementation, but with all the features to manage a high volume online store.

0USERS

A music store example with credit purchase, account system and shopping cart built using ruby on rails

0USERS

Built with the powerful Django Web framework, Objets d'Art provides an easily customizable website and business software package to run a site focused on selling distributable art - that is, things such as prints, licenses for stock photos, or its ... [More] original intended inventory of sheet music. The web application connects artists and consumers to facilitate the commission process as well as providing artists with a way to market and sell their works. [Less]

0USERS

Ruby StashPermanently save your Ruby objectsOverviewSerializes your ruby objects and writes them as files to disk. Easily load stashed object. Gzips all files for you to save space (can be turned off). InstallationRubyforge project. gem ... [More] install object-stashor sudo gem install object-stashExample# Here's our theory of everything - make it heavy theory_of_everything = { :question => "Life, Universe & Everything", :answer => 42 } 1000.times {|i| theory_of_everything[i] = "rubbish#{i}" } # Stash it ObjectStash.store theory_of_everything, './theory_of_everything.stash' # Let's see what it did File.stat('./theory_of_everything.stash').size # => 4206 # Reload it loaded_theory_of_everything = ObjectStash.load 'theory_of_everything.stash' question = loaded_theory_of_everything[:question] answer = loaded_theory_of_everything[:answer] puts "The answer to #{question} is #{answer}" # => The answer to Life, Universe & Everything is 42 [Less]

0USERS

Ideally this will work somewhat like an engine, providing cart, user registration, shipping, pricing and categories. However it will leave the products objects/format up to the store creator as each type of product has specific requirements. Just add 'acts_as_product' to your Car, Bike, Painting etc object.