How to develop plugin for WordPress?
In fact, it would take no more than 10 minutes to write a simple WordPress plugin. In this article, we’ll look at how to...
Opencart 3.x – Important Security Message! How to remove?
When you enter the site’s admin panel, a security window may pop up:
How to remove this warning:
in file admincontrollercommondashboard.php
replace string
$data = $this->load->controller('common/security');
on
$data = '';
Opencart 3 – Own settings fields in the admin panel. Display fields on the...
Sometimes on the site you need to display some additional data that is not in the admin panel. For example, add new phone numbers,...
jQuery modal cookie warning window
In the article, we will look at how to make the jQuery modal PopUp warning window when you first start the site using a...
Clone products / categories / manufacturers when saving to OpenCart
In OpenCart 3.x, a bug has recently occurred: when adding a product, category, article, manufacturer, etc., the content is duplicated. When you save, two...
Adaptive jQuery carousel with scroll bar (scroll bar carousel)
To create an adaptive carousel with a scroll of this kind:
js libraries owl, slick will not work, because they need to be finalized +...
Opencart 1.5.x – 3.x module widget to Instagram
The Instagram widget module can be downloaded in this article. You can download it here.
The module will look like this:
How to add a new tab to the product card in OpenCart 3.x
In this article, we will consider how to add new tabs in the product card with editing them from the admin panel. Let's get...
Opencart 3.x — Admin Order same/detailed email as customer
By default, in Opencart 2-3.x, a letter about a new order of goods arrives to the site administrator in this form:
In order for the...