######################################
# price-list v1.43 2007/12/12 #
######################################
1) Several code changes in header_php.php file (optimized a bit)
2) Moved some pricelist template files from YOUR_TEMPLATE/ to template_default/ (should make fresh installs even easer than before)
3) Added imgPL class to products images
4) Added code to optionally use the master_categories_id (i.s.o. the linked cats). New admin setting: "Use master cats only" (PL_USE_MASTER_CATS_ONLY)
5) Added option to switch on/off price display New admin setting: "Price" (PL_SHOW_PRICE)
6) Improvement of the specials display if no valid date is found (also added a TEXT_PL_SPECIAL definition to the language file for specials without valid expiry date)
7) Modified sql install file to work around sql patch tool oddities (this change should prevent false duplicate key errors)
8) Added some basic debug stuff into the main_page file (only shown when debug is enabled, and even then it will not be printed on paper)
######################################
# price-list v1.42 2007/10/04 #
######################################
Added missing file:
/includes/init_includes/init_zen_group.php
(adding this file should fix the group feature)
Minor change to /includes/extra_functions/group_functions.php which may fix the group function issue with older (1.2.x) Zen Cart versions.
Another minor change to header_php.php to fix a TABLE_HEADING_ADDTOCART bug
Bookmarks