######################################
# 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
######################################
# price-list v1.41 2007/07/19 #
######################################
Minor fix in pricelist-3.sql patch file (to prevent install error on some MySQL versions/configurations when using the Zen SQL patch tool).
######################################
# price-list v1.4 2007/07/18 #
######################################
1) Made a small change to the sql (which might fix a possible column count error message at install when using the Zen SQL patch tool)
2) Fixed a minor bug (in tpl_main_page.php), now the selected profile should always be remembered when switching categories
3) Added random images floats (left/right) logic for nicer catalogue prints
Also added css to profile-3.css (edit it to control the image floats):
.imgDescrRndPL_3 img, .imgDescrRndPL_4 img {
float: left;
}
.imgDescrRndPL_1 img, .imgDescrRndPL_2 img{
float: right;
}
4) Added code for add to cart buttons (commented: //Added by Vartan Kat on july 2007 for Add to cart button), credits for this should go to Hubert and Vartan Kat
######################################
# price-list v1.3.6 2007/06/04 #
######################################
Several changes, some of which are:
1) Added basic functionality to print descriptions and images (height and width setting in pricelist admin profile settings)
2) Added group functionality. Uses zen the groups (group names) to allow disallow access to the pricelist. Set in pricelist admin profile settings.
######################################
# price-list v1.2 2006/10/20 #
######################################
Made several code changes (trying to clean up some mess ;-) ).
Removed the need to overwrite or edit the currencies class.
Merged several files into one. For easier layout edits (I hope).
Header, footer and body all moved to tpl_main_page.php
Some small changes to the stylesheet