Scott C Wilson
Scott C Wilson
I wonder if there's a better way of doing this.
This is a way to reduce pests who come and hammer on your admin.
Some plugins such as Square Webpay https://www.zen-cart.com/downloads.php?do=file&id=2345 and Colorbox for Zen Cart https://www.zen-cart.com/downloads.php?do=file&id=1322 provide per-plugin config settings to disable phone-home version checking. They use a function called this_plugin_version_check_for_updates. I wonder...
The existing Square implementation is being sunsetted and should be removed from the build.
**Describe the bug** Prior to login, the shipping estimator on the checkout page must have the state and zip code filled in to get an accurate quote. (This assumes Admin...
Suppose you have DISPLAY_CART = 'false' and you're on a listing page with many products. If you have PRODUCT_LISTING_MULTIPLE_ADD_TO_CART set to 'true', you have to set all the quantities you...
(Note: Line numbers are from 1.5.7d so they won't change.) The file `admin/orders.php` has a similar block for handling `$_GET['list_order']` the way `admin/customers.php` does but: a) The query `$orders_query_raw` (line...
I'd be happy to create a PR for this; just want it to be pre-approved before doing all the work. **Is your feature request related to a problem? Please describe.**...
@Zen4All did a great job in 1.5.6 in removing calls to this function (reduced from 86 files calling this function to 19 files). As of 1.5.7, 13 files still call...