lat9

Results 46 issues of 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. ![image](https://user-images.githubusercontent.com/2685585/175810750-9db2949f-4063-4b2a-8b07-c730a550e55a.png) ![image](https://user-images.githubusercontent.com/2685585/175810813-e19d1fc4-bb20-4171-a7a0-159496e22fd2.png)

[Issue Type] Confirmed Bug

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

[Issue Type] question

Found this reviewing a zc156c initial installation. The database was created using the `utf8_general_ci` collation: ![image](https://user-images.githubusercontent.com/2685585/73069185-13a98e00-3e7b-11ea-9a65-e4097998d38a.png) During the initial install, the customer chose `utf8mb4` as the collation choice, resulting in...

[Issue Type] enhancement