All Projects → vanilophp → cart

vanilophp / cart

Licence: MIT license
Cart Module for Vanilo (or any Laravel app)

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to cart

Co Cart
🛒 CoCart is a flexible, open-source solution to enabling the shopping cart via the REST API for WooCommerce.
Stars: ✭ 198 (+360.47%)
Mutual labels:  cart
mytek
Django e-commerce web application with advanced features
Stars: ✭ 27 (-37.21%)
Mutual labels:  cart
7cart
7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.
Stars: ✭ 27 (-37.21%)
Mutual labels:  cart
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (+483.72%)
Mutual labels:  cart
magento-2-sticky-cart
Magento 2 Sticky add to cart displayed as a sticky scroll bar summary of the product information, helps customers can quickly add products without going back to the top of the page.
Stars: ✭ 14 (-67.44%)
Mutual labels:  cart
cart
Shopping cart composer package
Stars: ✭ 109 (+153.49%)
Mutual labels:  cart
Chefboost
A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting (GBDT, GBRT, GBM), Random Forest and Adaboost w/categorical features support for Python
Stars: ✭ 176 (+309.3%)
Mutual labels:  cart
Shopping-Cart-MERN
💸 Simple Online Shopping Cart made with the MERN Stack
Stars: ✭ 34 (-20.93%)
Mutual labels:  cart
Frontend-Learning-Journey
Tutorials, definitions, frameworks and some of the projects i made when starting to learn frontend web developement
Stars: ✭ 28 (-34.88%)
Mutual labels:  cart
pico-test
⚡ PICO-8 testing framework
Stars: ✭ 33 (-23.26%)
Mutual labels:  cart
decision-trees-for-ml
Building Decision Trees From Scratch In Python
Stars: ✭ 61 (+41.86%)
Mutual labels:  cart
checkout
Laravel Cart, Checkout, Orders and Coupons API with Nova Management
Stars: ✭ 36 (-16.28%)
Mutual labels:  cart
react-use-cart
React hook library for managing cart state
Stars: ✭ 297 (+590.7%)
Mutual labels:  cart
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (+372.09%)
Mutual labels:  cart
dotmailer-magento-extension
The official Engagement Cloud for Magento extension
Stars: ✭ 14 (-67.44%)
Mutual labels:  cart
Smartstorenet
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 2,363 (+5395.35%)
Mutual labels:  cart
ng-shopping-cart
🛒 An Angular component library to create shopping carts
Stars: ✭ 46 (+6.98%)
Mutual labels:  cart
SyliusCustomOptionsPlugin
A Sylius plugin that adds customer options
Stars: ✭ 42 (-2.33%)
Mutual labels:  cart
nextjs-woocommerce-restapi
A React WooCommerce Project Example With REST API
Stars: ✭ 168 (+290.7%)
Mutual labels:  cart
E-learning-Django-
edurekanet.herokuapp.com/
Stars: ✭ 68 (+58.14%)
Mutual labels:  cart

Vanilo Cart Module

Tests Packagist version Packagist downloads MIT Software License

This is the standalone cart module of the Vanilo E-commerce Framework.

Installation

(As Standalone Component)

  1. composer require vanilo/cart
  2. php artisan vendor:publish --provider=Konekt\Concord\ConcordServiceProvider
  3. Add Vanilo\Cart\Providers\ModuleServiceProvider::class to modules in config/concord.php
  4. php artisan migrate

Usage

See the Vanilo Cart Documentation for more details.

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].