Which version of OpenCart is actual now? Which version of OpenCart should you use for a new project?
Several months ago I wrote similar article. In it I advised to use OpenCart 1.5.6.4 for a new projects.
ionCube is used by many OpenCart modules. If module needs ionCube but ionCube is not installed on your hosting then this module won't work.
How to check is ionCube installed on your hosting I wrote before. Usually ionCube is installed on 99% hostings. But if you are not lucky, you checked and discovered that ionCube is not installed on your hosting then this article is for you. In this article I'll give you information how to install ionCube on your hosting.
Yesterday OpenCart 2.2.0.0_a1 has been released.
This is an alfa version, it released for developers and it is strongly not recommended to use it on the working shop.
It has plenty changes and I decided to write entire article about it.
So, what is new in OpenCart 2.2.0.0 a1?
I got an interesting problem today: there is a big text, in this text there many emails, need to get unique emails from this text, sort them and put in the file. It turned out that it is possible to do with one command. Here it is.
I already wrote about Events, what is OpenCart Event system, how to handle Events and how to add a new Event handler in the module. In this part of article I will give a list of the existing OpenCart Events.
What is OpenCart Event system and how to handle an Event I wrote in the first part of this article. In this part I will write how to add new Event in the modules.