Admin - Configuration - Attribute Settings - Download Enabled - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Attribute Settings - Download Enabled - Catalog
/path/to/your/shop/includes/classes/order.php
| Line #635 : if (DOWNLOAD_ENABLED == 'true') {
Line #659 : if ((DOWNLOAD_ENABLED != 'true') || $stock_values->fields['product_is_always_free_shipping'] == 2 || (!$stock_values->fields['products_attributes_filename']) ) {
|
/path/to/your/shop/shop/includes/classes/shopping_cart.php
| Line #1213 : // if ( (DOWNLOAD_ENABLED == 'true') && ($this->count_contents() > 0) ) { |
/path/to/your/shop/shop/includes/functions/functions_lookups.php
| Line #829 : if (DOWNLOAD_ENABLED == 'true') { |
/path/to/your/shop/shop/includes/init_includes/init_header.php
| Line #96 : if ( (WARN_DOWNLOAD_DIRECTORY_NOT_READABLE == 'true') && (DOWNLOAD_ENABLED == 'true') ) { |
/path/to/your/shop/shop/includes/languages/english/time_out.php
| Line #12 : define('TEXT_INFORMATION', '<p>If you were placing an order, please login and your shopping cart will be restored. You may then go back to the checkout and complete your final purchases.</p><p>If you had completed an order and wish to review it' . (DOWNLOAD_ENABLED == 'true' ? ', or had a download and wish to retrieve it' : '') . ', please go to your <a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">My Account</a> page to view your order.</p>'); |
/path/to/your/shop/shop/includes/templates/template_default/templates/tpl_account_history_info_default.php
| Line #80 : if (DOWNLOAD_ENABLED == 'true') require($template->get_template_dir('tpl_modules_downloads.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_downloads.php'); |
/path/to/your/shop/shop/includes/templates/template_default/templates/tpl_checkout_success_default.php
| Line #71 : if (DOWNLOAD_ENABLED == 'true') require($template->get_template_dir('tpl_modules_downloads.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_downloads.php'); |
