Community Add-Ons
| Maintainers: | chrish123 |
Simple Winter Snowflake Mod with simple admin
for osCommerce Online Merchant v2.2
A simple winter snowflake mod using code found elsewhere on the net, easy to install, a cool effect for the winter months! I have just basically put together instructions on how to install it and the ability to turn it on and off within the admin.
Legend:
Download
Report
If the switch to turn on/off die not work checnge this:
INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES
(8675558, 'Winter Snow Effect', 'Winter Snow Mod', 10022, 1);
INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
(1728, 'Enable Winter Snow Effect?', 'CH_SNOWMOD_CONFIRM', 'true', 'Enable / Disable - Winter Snow Effect Mod', 8675558, 1729, '2010-09-12 16:55:00', '2008-09-09 13:57:48', NULL, 'tep_cfg_select_option(array(''true'', ''false''), ');
into this:
INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES
(8675558, 'Winter Snow Effect', 'Winter Snow Mod', 10022, 1);
INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
(1728, 'Enable Winter Snow Effect?', 'CH_SNOWMOD_CONFIRM', 'true', 'Enable / Disable - Winter Snow Effect Mod', 8675558, 1, '2010-09-12 16:55:00', '2008-09-09 13:57:48', NULL, 'tep_cfg_select_option(array(''true'', ''false''), ');
have fun
in wintertime see how it works www.geschenkwelt24.de
complete package.
