OpenCart 3: USPS Ground Advantage

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

On July 10, 2023, USPS is retiring three offerings: USPS Retail Ground, USPS Parcel Select Ground and USPS First-Class Package Service as well as Ground Returns and First-Class Package Return Service

Source: Introducing USPS Ground Advantage – Newsroom
  • Replace ‘First-Class Mail Parcel’ with ‘USPS Ground Advantage’ in admin
  • Remove <sup></sup> at the front-end
  • Remove EDT for Priority Mail (1-Day, 2-Days…) at the front-end
Usps Ground Advantag Ocmod
Usps Ground Advantag Ocmod
usps_ground_advantag.ocmod.zip
Version: 0.9
16.9 KiB
24 Downloads
Details

Source: Introducing USPS Ground Advantage – Newsroom

OpenCart 3: store time_zone

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

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

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

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.

(more…)

OpenCart 3 : Maintenance Mode

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

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:

(more…)

OpenCart : Percentage in Special and Discount

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

The mod allows you to use absolute value or % for OpenCart Special Price & Discount

  1. 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.
  2. Special or Discount is greater or equal 1 will be processed as an absolute value.
  3. The mod will change the priority for Special и Discount. Discount will have higher priority than Special price.

(more…)

Yandex.Metrica