|
1 | 1 | ---
|
2 | 2 | title: OpenCart
|
3 | 3 | lang: en-US
|
4 |
| -sidebarDepth: 2 |
| 4 | +sidebarDepth: 0 |
5 | 5 | meta:
|
6 | 6 | - name: description
|
7 | 7 | content: VueFront Documentation. Learn how to setup, extend and develop your fully functional SPA and PWA frontend.
|
8 | 8 | - name: keywords
|
9 | 9 | content: vuefront, vuejs, nuxt, agnostic framework, documentation
|
10 | 10 | ---
|
11 | 11 |
|
12 |
| -# OpenCart |
| 12 | +# CMS Connect App for OpenCart |
| 13 | + |
| 14 | +[Demo VueFront on OpenCart](https://opencart.vuefront.com/) |
| 15 | + |
| 16 | +[Demo OpenCart Admin](https://opencart.vuefront.com/admin) |
| 17 | + |
| 18 | + |
| 19 | +## How to install? |
13 | 20 |
|
14 | 21 | | Version | Link |
|
15 | 22 | |-------------|----------|
|
16 |
| -| 3.0.x | download | |
17 |
| -| 2.3.x | download | |
18 |
| -| 2.0.x-2.2.x | download | |
19 |
| -| 1.5.x | download | |
| 23 | +| 3.0.x (latest version) | [download](https://github.com/vuefront/opencart/releases) | |
| 24 | +| 2.3.x | [download](https://github.com/vuefront/opencart/releases) | |
| 25 | +| 2.0.x-2.2.x | [download](https://github.com/vuefront/opencart/releases) | |
| 26 | +| 1.5.x | [download](https://github.com/vuefront/opencart/releases) | |
| 27 | + |
| 28 | +### Quick Install (recommended) |
| 29 | +1. [Download](https://github.com/vuefront/opencart/releases) the **compiled** Extensions from the latest releases. |
| 30 | +2. Upload via OpenCart Admin -> Extension Installer |
| 31 | +3. Go to Extensions -> Modules -> VueFront and click install |
| 32 | +4. Click edit to view copy the CMS Connect URL |
| 33 | + |
| 34 | +You will need the CMS Connect URL to complete the [VueFront Web App installation](https://vuefront.com/guide/setup.html) |
| 35 | + |
| 36 | +### Advanced Install |
| 37 | +The official compiled version of the CMS Connect APP includes other supporting extensions such as d_opencart_patch and d_twig_manager. |
| 38 | + |
| 39 | +You can download the source code from the master branch directly and upload via ftp to your root folder. When activating the module, you should have the following extensions preinstalled: d_opencart_patch, d_twig_manager, d_twig (only for 2.x) |
| 40 | + |
| 41 | +You can also install the d_blog_module to add blog features to VueFront. |
| 42 | + |
| 43 | +### Install via Shopunity |
| 44 | +If you have shopunity module installed, you can use that for a super quick installation: |
| 45 | +1. go to OpenCart admin -> shopunity -> marketplace tab |
| 46 | +2. search for VueFront |
| 47 | +3. Click install. |
| 48 | + |
| 49 | +You can also install the d_blog_module via Shopunity as well. |
0 commit comments