maiconpinto / cakephp-shopping-cart
There is no license information available for the latest version (1.0.0) of this package.
CakePHP - Shopping Cart
1.0.0
2016-04-01 20:26 UTC
Requires
- php: >=5.3.10
- cakedc/migrations: 2.4.*
- cakephp/cakephp: 2.7.*
- cakephp/debug_kit: 2.2.*
- jrbasso/cake_ptbr: 2.*
This package is not auto-updated.
Last update: 2024-11-01 18:53:03 UTC
README
- 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
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
anddatabase.php
Execute Migrations Console/cake Migrations.migration run all
You need to register the first user.
After you go to /admin
.