Scott C Wilson

Results 251 comments of Scott C Wilson

We might alternatively have a new config called USE_TEMPLATE_IMAGES (or something) that uses the defined image if it exists in `includes/templates/YOUR_TEMPLATE/images/` rather than create a CSS button. So you could...

... or we could make `IMAGE_USE_CSS_BUTTONS` a tri-valued setting, with values Yes, No, Yes with Override, where the 3rd value uses an image if it exists in `includes/templates/YOUR_TEMPLATE/images/`.

The idea is that it would apply to any button where the image was stored locally in the `images` folder under the template name. (It would be more for templates...

You can do a quick check of your own database for this issue with the query ``` SELECT p.products_id FROM products p WHERE NOT EXISTS (SELECT products_name FROM products_description pd...

Verification: create new product, delete associated products_description record. Test search, direct display. Regression test against existing good products. Regression test against admin display (should still work since we have fix...

Logs in responsive_classic as well. First log is ``` [08-Mar-2025 20:28:52 UTC] Request URI: /gh_demo_200/index.php?cPath=3&main_page=product_info&products_id=181, IP address: ::1, Language id 1 #0 /Users/scott/Sites/gh_demo_200/includes/modules/pages/product_info/main_template_vars.php(66): zen_debug_error_handler() #1 /Users/scott/Sites/gh_demo_200/includes/templates/responsive_classic/common/tpl_main_page.php(181): require('/Users/scott/Si...') #2 /Users/scott/Sites/gh_demo_200/index.php(94): require('/Users/scott/Si...')...

Notes added to https://www.zen-cart.com/showthread.php/230635-Logs-created-by-products-with-missing-description-records about how to address. I think this was an issue is older versions of Zen Cart; recent versions don't allow you to add a product without...

> on a related note, is there any thought about 2.1.x having a minimum version of mysql 8.0? Too early. Still tons of clients on 5.7.