All Projects → ten24 → Slatwall

ten24 / Slatwall

Licence: other
Slatwall - An Open Source Commerce Platform

Projects that are alternatives of or similar to Slatwall

Easy Digital Downloads
Sell digital downloads through WordPress
Stars: ✭ 757 (+456.62%)
Mutual labels:  ecommerce, hacktoberfest
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+6599.26%)
Mutual labels:  ecommerce, hacktoberfest
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+4751.47%)
Mutual labels:  ecommerce, hacktoberfest
Magento Lts
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.
Stars: ✭ 622 (+357.35%)
Mutual labels:  ecommerce, hacktoberfest
Magento2
All Submissions you make to Magento Inc. ("Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publically perform, subli…
Stars: ✭ 9,816 (+7117.65%)
Mutual labels:  ecommerce, hacktoberfest
Lucee
Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development. Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more. Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.
Stars: ✭ 719 (+428.68%)
Mutual labels:  hacktoberfest, coldfusion
Odoo Shopinvader
Odoo Modules. Sorry Magento, Shopinvader is coming
Stars: ✭ 60 (-55.88%)
Mutual labels:  ecommerce, hacktoberfest
Saleor Dashboard
A GraphQL-powered, single-page dashboard application for Saleor.
Stars: ✭ 278 (+104.41%)
Mutual labels:  ecommerce, hacktoberfest
Platform
Shopware 6 is an open source eCommerce platform realised by the ideas and the spirit of its community.
Stars: ✭ 1,267 (+831.62%)
Mutual labels:  ecommerce, hacktoberfest
Shopware
Shopware 5 Repository - For Shopware 6 visit https://github.com/shopware/platform
Stars: ✭ 1,197 (+780.15%)
Mutual labels:  ecommerce, hacktoberfest
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (+338.24%)
Mutual labels:  ecommerce, hacktoberfest
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (+1243.38%)
Mutual labels:  ecommerce, hacktoberfest
Solidus
🛒Solidus, Rails eCommerce System
Stars: ✭ 3,985 (+2830.15%)
Mutual labels:  ecommerce, hacktoberfest
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+441.91%)
Mutual labels:  ecommerce, hacktoberfest
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (+2944.12%)
Mutual labels:  ecommerce, hacktoberfest
Woocommerce
An open source eCommerce plugin for WordPress.
Stars: ✭ 7,473 (+5394.85%)
Mutual labels:  ecommerce, hacktoberfest
Shopware Pwa
Shopware PWA for eCommerce. Headless storefront solution for Shopware 6, which communicates through the SalesChannel-API. Always Open Source, MIT license. Made with 💙 by shopware AG & Vue Storefront.
Stars: ✭ 180 (+32.35%)
Mutual labels:  ecommerce, hacktoberfest
Zencart
Zen Cart® is a full-function e-commerce application for your website.
Stars: ✭ 250 (+83.82%)
Mutual labels:  ecommerce, hacktoberfest
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+746.32%)
Mutual labels:  ecommerce, hacktoberfest
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+1054.41%)
Mutual labels:  ecommerce, hacktoberfest

Slatwall eCommerce Platform

Circle CI Analytics

Slatwall is an open source eCommerce platform that runs on the JVM. Learn more about what you can do with Slatwall Commerce by visiting: https://www.slatwallcommerce.com/

Requirements

Coldfusion 9.0.1 or Newer.

Railo 4.1 or Newer.

Lucee 4.5.

Documentation

Please view the project documentation, including install instructions: https://www.slatwallcommerce.com/developer/

Slatwall Developer API

Slatwall API documentation is available via Postman: https://publicapi.slatwallcommerce.com/

Running Repo For Development

The easiest way to run this repo is via Docker & Docker-Compose. Once you have docker installed on your machine simply create a docker-compose.yml file and place it in the root directory after cloning the repo down. The contents of the docker-compose.yml file should look something like this:

version: '2'
services:
  slatwall:
    build: ./meta/docker/slatwall-local-dev/
    volumes:
      - ./:/var/www/
    ports:
      - "80:80"
      - "8888:8888"
    links:
      - slatwalldb
    environment:
      - MYSQL_ROOT_PASSWORD=YOUR_LOCAL_DEV_PASSWORD
      - MYSQL_HOST=slatwalldb
      - MYSQL_PORT=3306
      - MYSQL_DATABASE=Slatwall
      - LUCEE_PASSWORD=YOUR_LOCAL_DEV_PASSWORD
      - LUCEE_JAVA_OPTS=-Xms1024m -Xmx1024m
  slatwalldb:
    image: mysql
    environment:
     MYSQL_ROOT_PASSWORD : YOUR_LOCAL_DEV_PASSWORD
     MYSQL_DATABASE : Slatwall

Once the file is there you should be able to simply run:

docker-compose up

License

Slatwall is released under the GPL v3.0 license (with a special exception described below). You can use Slatwall on any commercial application as long as you abide by the license. The term "library" is a reference to the entire Slatwall package and all files in which the GNU General Public License applies.

A copy of GNU General Public License (GPL) is included in this distribution, in the file GNU_V3_Copy.txt. If you do not have the source code, or for more information including questions about commercial license both can be found on the website:

https://www.slatwallcommerce.com/

Slatwall - An Open Source eCommerce Platform
Copyright (C) ten24, LLC

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Linking this program statically or dynamically with other modules is
making a combined work based on this program.  Thus, the terms and
conditions of the GNU General Public License cover the whole
combination.

As a special exception, the copyright holders of this program give you
permission to combine this program with independent modules and your
custom code, regardless of the license terms of these independent
modules, and to copy and distribute the resulting program under terms
of your choice, provided that you follow these specific guidelines:

- You also meet the terms and conditions of the license of each
  independent module
- You must not alter the default display of the Slatwall name or logo from  
  any part of the application
- Your custom code must not alter or create any files inside Slatwall,
  except in the following directories:
	/integrationServices/

You may copy and distribute the modified version of this program that meets
the above guidelines as a combined work under the terms of GPL for this program,
provided that you include the source code of that other code when and as the
GNU GPL requires distribution of source code.

If you modify this program, you may extend this exception to your version
of the program, but you are not obligated to do so.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].