- Posts: 106
- Thank you received: 10
Admin Products Paging - v6.0 for marvikshop 1.0
- Support Team
- Topic Author
- Offline
- Moderator
Less
More
14 years 1 month ago #9
by Support Team
Admin Products Paging - v6.0 for marvikshop 1.0 was created by Support Team
INSTALL INSTRUCTIONS
If you have a clean install, just replace file catalog/admin/categories.php with the file enclosed and run the SQL command below.
For modified installation, follow the instructions below.
Only one file to modify: admin/categories.php
1. BACKUP, BACKUP!!
=====================================================
2. Execute the following SQL command (for example in phpMyAdmin)
# Important:
# BEFORE DO THE SCRIPT KIDDY , please back-up your data!!!!!
# AND V-E-R-I-F-Y IF THE 'CONFIGURATION_GROUP_ID' FOR MAXIMUM VALUES IS '3'
# iF NOT FIND IT AND CHANGE THE VALUE HERE OR THE CONFIGURATION-LINK WILL APPARE IN OTHER MENU
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 (
'', 'Max products per page admin-side', 'MAX_PROD_ADMIN_SIDE', '30', 'Maximum number of products per page in administration panel', '3', NULL , '2003-11-10 14:54:12', '2003-11-10 14:54:12', NULL , NULL
);
=====================================================
3. Open catalog/admin/categories.php and edit the code as shown in the included Report.html file.
=====================================================
4. That's it! Now on admin Product/Categories, pages will be splitted according to the settings in Configuration > Max Values
If you have a clean install, just replace file catalog/admin/categories.php with the file enclosed and run the SQL command below.
For modified installation, follow the instructions below.
Only one file to modify: admin/categories.php
1. BACKUP, BACKUP!!
=====================================================
2. Execute the following SQL command (for example in phpMyAdmin)
# Important:
# BEFORE DO THE SCRIPT KIDDY , please back-up your data!!!!!
# AND V-E-R-I-F-Y IF THE 'CONFIGURATION_GROUP_ID' FOR MAXIMUM VALUES IS '3'
# iF NOT FIND IT AND CHANGE THE VALUE HERE OR THE CONFIGURATION-LINK WILL APPARE IN OTHER MENU
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 (
'', 'Max products per page admin-side', 'MAX_PROD_ADMIN_SIDE', '30', 'Maximum number of products per page in administration panel', '3', NULL , '2003-11-10 14:54:12', '2003-11-10 14:54:12', NULL , NULL
);
=====================================================
3. Open catalog/admin/categories.php and edit the code as shown in the included Report.html file.
=====================================================
4. That's it! Now on admin Product/Categories, pages will be splitted according to the settings in Configuration > Max Values
Please Log in or Create an account to join the conversation.