2017 © Pedro Peláez
 

library cakephp-shopping-cart

CakePHP - Shopping Cart

image

maiconpinto/cakephp-shopping-cart

CakePHP - Shopping Cart

  • Saturday, March 4, 2017
  • by maiconpinto
  • Repository
  • 1 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 117 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

A simple PHP Shopping Cart built with CakePHP PHP framework.

  • CakePHP 2.7 rapid development php framework
  • CakePHP DebugKit
  • Bootstrap 3 front-end framework with Mobile Friendly Responsive design
  • jQuery, jQuery UI JavaScript Library
  • Authorize.net Payment Gateway for Credit Card Payment
  • PayPal Express Checkout
  • AJAX functions for search autocomplete, shopping cart updates
  • Product Brands
  • Product Categories
  • Product Tags
  • Product Options

CakePHP Shopping Cart Demo:

http://www.maiconpinto.com.br/cakephp-shopping-cart, (*1)

CakePHP Shopping Cart Installation:

  • git clone https://github.com/maiconpinto/cakephp-shopping-cart.git cakephp-shopping-cart
  • cd cakephp-shopping-cart
  • chmod -R 777 tmp
  • cp Config/settings-default.php Config/settings.php
  • cp Config/database.php.default Config/database.php

Configure your settings.php and database.php, (*2)

Execute Migrations Console/cake Migrations.migration run all, (*3)

You need to register the first user., (*4)

After you go to /admin., (*5)

The Versions