Home Blog Page 2

How to develop plugin for WordPress?

0
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?

0
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...

0
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

0
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

0
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)

0
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

0
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

0
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

0
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...