Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.77 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.77 KB

OpenCart Extensions

These are a collection of my open source OpenCart extensions. OpenCart is a PHP based eCommerce system with excellent extension support.

INSTALLATION

The OpenCart extensions here require [vQmod]. It is super easy to install, so don't let an additional requirement put up a road block for you!

Each extension folder has it's own README associated with it. The README will let you know how to install a particular extension.

EXTENSION ORGANIZATION

You will see the extensions organized like:

  extensions/          base directory
  |-- name1/           name of extension
    `-- upload/      directory to be uploaded to OpenCart server

LICENSING

Copyright 2012 CGSmith.net, LLC (http://www.cgsmith.net/)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

NOTICE

OpenCart Extensions
Copyright 2012 CGSmith.net, LLC

This product includes software developed at
CGSmith.net, LLC (http://www.cgsmith.net/).

Portions of this software contains code 
developed by Marco Arment <[email protected]>
(http://www.marco.org/).

This software contains code derived from
DOMPDF (http://code.google.com/p/dompdf/)