Admin - Configuration - Attribute Settings - Download Max Count - Admin
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Attribute Settings - Download Max Count - Admin
/path/to/your/shop/admin/attributes_controller.php
| Line #1859 : $products_attributes_maxcount = DOWNLOAD_MAX_COUNT; |
/path/to/your/shop/admin/orders.php
| Line #54 : $update_downloads_query = "update " . TABLE_ORDERS_PRODUCTS_DOWNLOAD . " set download_maxdays='" . $zc_max_days . "', download_count='" . DOWNLOAD_MAX_COUNT . "' where orders_id='" . $_GET['oID'] . "' and orders_products_download_id='" . $_GET['download_reset_on'] . "'";
Line #145 : $update_downloads_query = "update " . TABLE_ORDERS_PRODUCTS_DOWNLOAD . " set download_maxdays='" . $zc_max_days . "', download_count='" . DOWNLOAD_MAX_COUNT . "' where orders_id='" . (int)$oID . "'"; |
