lat9
lat9
... especially the PPEC button processing. Fixes #4985 Fixes #5055
Tracking down issue #4070 on zc158 (using the current version of [Super Globals](https://github.com/lat9/super_globals_plus)), I ran into a a recursion limit upon the output of the `$languageLoader` variable. I created a...
Starting a list for now, simply to record the additional variables needed and, in some cases, that a change is needed to an admin module as well. 1. From RecentOrdersDashboardWidget.php,...
Banners again, looking at the various Zen Cart banner images, when a link is included in the image, that link is to http://www.zen-cart.com instead of https://www.zen-cart.com.  
Copied from #4985, so that it's not forgotten. > > But still, the order of the loading of the array is effectively the language priority, so the browser language has...
Base zc158 install, using responsive_classic template and PHP 8.1; demo products installed and paypalwpp installed and enabled. Add an item to the cart, navigate to the shipping_cart and click the...
If the PayPal Express Checkout payment-module is enabled, with its "Express Checkout Button" enabled and "Express Checkout: Automatic Account Creation" set to 'no', a temporary account is created for the...
Not a bug, per se, but a question. Why is the **core** file `init_canonical.php` loaded with its own auto-loader (`config.canonical.php`) instead of being loaded as part of the other **core**...
A number of my current plugins use some [common processing](https://github.com/lat9/vinos_common) to ensure that their required notifiers are available. Is this going to work with the zc157+ plugin-manager? Along the same...
Found this reviewing a zc156c initial installation. The database was created using the `utf8_general_ci` collation:  During the initial install, the customer chose `utf8mb4` as the collation choice, resulting in...