Opencart
-
Change Stock Status Character length in OpenCart 3.x
Step-1 Locate:/admin/controller/localisation/stock_status.phpFind this line: if ((utf8_strlen($value[‘name’]) < 3) || (utf8_strlen($value[‘name’]) > 32)) {Change that 32 to your desired character length.…
Read More » -
How to disable all countries and only allow India – OpenCart 3
Note: Status = 0 [Means Disable]Status = 1 [Means Enabled] Login to phpmyadmin Select your Database. Click on SQL Tab…
Read More » -
How to change your OpenCart-3 Password in phpMyAdmin
– Log into cPanel and click on phpMyAdmin.– Select the database that your OpenCart webstore uses.– Under Database Find the…
Read More »