Articles RSS Feed
22 Oct
0
4843
Opencart, in addition to selling regular physical goods, allows you to sell digital goods - files that can be downloaded after purchase. This is a default functionality that is available in all versio..
20 Sep
0
5557
Starting with version 3.0, the opencart module Product Table can be displayed using special shortcodes, and some module parameters can be overridden.This makes it possible to use the same module i..
14 Jul
1
10447
Opencart 3 Open /system/config/default.php file and change the param called 'session_engine'.// Session$_['session_engine'] = 'db'; Possible values: db – sessions are stored in the database, oc_..
03 Dec
1
7880
Let’s say you want to put a feed of Instagram posts on the site. Let’s take an example of getting an instagram access token for your application.Step 1Go to Facebook developers tools and create a new ..
23 Oct
0
4744
As standard opencard modules or third-party modules look awful in the Journal3 template, the Random Specials module provides the ability to use Journal3 internal modules. Due to this, the output of ra..
23 Oct
0
9639
By default, timezone in Opencart 3 is set to UTC. As a result, the incorrect operation of events related to time: for example, special offers.It's so simpe to configure the correct timezone: open the ..
20 Aug
4
45698
Installing Openacart 3 modules is similar to installing in opencart 2. However, there are some innovations and restrictions:In admin side you only can install modules in *.ocmod.zip format. Instaling ..
19 Aug
0
10249
Unlike Opencart 1.x, opencart 2.x has a built-in modules installer and its own modification system OCMOD. Usually, modules are being distributed in two formats:Module_name.ocmod.zipModification_name.o..
19 Aug
0
5806
Usually, opencart 1.x modules are being distributed as a zip archive with the upload directory inside. This folder contains all the files of the module. Step 1Unzip the archive and upload content of t..
21 Jun
2
40640
Step 1
Go to the Instagram Developers Tool: https://www.instagram.com/developer/ and press Register Your ApplicationStep 2
Then press Register a New Client Step 3
Complete fields, uncheck Disa..
13 Aug
0
8863
When testing one of modifications for Opencart it was found that default modification.php of Opencart 2.0.x and 2.1.x processes incorrect the attribute error="skip" of tag . It breaks processing inste..
13 Jun
7
9739
Some customers have some problems with OpenCart 2.0 extension "Downloadable Files". Since problems are similar, it was decided to collect solving them in one place.Problem: Blank page, error 500 or ..