
Tag: 3.0.3.8
OpenCart : store time_zone
To Whom … is West of UTC (UTC-XX)
- Unable to log-in as the admin
- API (for ex: update order status) calls are not working
All of the above, it will call framework.php
date_default_timezone_set($config->get('date_timezone')); ... // Database if ($config->get('db_autostart')) { // Sync PHP and DB time zones $db->query("SET time_zone = '" . $db->escape(date('P')) . "'"); }
with time_zone from /system/config/default.php
// Date $_['date_timezone' = 'UTC'(more…)
OpenCart 3 : Last Accessed Selected
UPDATED: file restored, updated tags, its should work up to 3.0.3.8
Working with the products, customers, orders, etc. lists it could be a problem to figure out which one you’ve just viewed or edited. For the most of lists (templates: *_list.twig, the item will be highlighted, after returning back by pressing Cancel or Save.
OpenCart 3 : Featured Categories
OpenCart : reCAPTCHA at Login Forms
(more…)It works with reCAPTCHA 2 and reCAPTCH 3 if it’s installed
OpenCart : reCAPTCHA 3
OpenCart 3 : Maintenance Mode
Unfortunately, being logged-in as Administrator you can forget, that Maintenance Mode is ON and the website is not accessible for the users until your decided to check it from another computer or device and figured out that you had a problem… for a long time.
Background image will be displayed for both back-end and front-end if you put your site in Maintenance Mode, see the screenshot below:
OpenCart : Percentage in Special and Discount
The mod allows you to use absolute value or % for OpenCart Special Price & Discount
- Any number < 1 is considered as a discount in %%, for ex: 0.15 means 15% OFF retail price. The ‘On Sale’ price will be correlated with retail price.
- Special or Discount is greater or equal 1 will be processed as an absolute value.
- The mod will change the priority for Special и Discount. Discount will have higher priority than Special price.
OpenCart 3 : Go Back to OC2 Admin look
Unfortunately, not everybody uses FullHD or 4K monitors to manage their sites. Only half of screen left on 14-15″, and, sometimes, you can not see/manage the data (see Product/Options) screenshot.
OpenCart 3: Sorting product list in invoice
Most of orders contain 1-2 items, but there could be 10+ and it becomes a problem to follow the invoice and picking items from the shelves. Any field of your choice: model, sku, etc. Here is an example how to update invoice and packing list (vqmod format):