Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenCart resources [closed]

I'm trying to develop an understanding of how to build things using OpenCart, but their documentation seem to bit on the conservative side. Do the stackoverflow community have suggestions for reading material.

This question is in spirit related to:

  • Resources on wordpress theme-development
  • Good resources for Wordpress?
like image 785
Kit Sunde Avatar asked Dec 16 '10 09:12

Kit Sunde


1 Answers

First you need to get familiar with the concept of MVC. Then take a look at OpenCart framework explanation to have a better understanding of MVC implementation in OpenCart.

The rest shouldn't be that hard, just go through some examples and you'll get the idea. This example is really good to get you started. It's written for training purpose and all files are well commented ! In order to download the example you need to submit an order and then download the attachment from the "Downloads" section. You can also find more tutorials at this link ...

like image 72
Tohid Avatar answered Oct 25 '22 01:10

Tohid