Changeset 452736
- Timestamp:
- 10/19/2011 05:42:02 AM (14 years ago)
- File:
-
- 1 edited
-
zen-categories/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zen-categories/trunk/readme.txt
r452402 r452736 12 12 13 13 This is a sidebar widget which is useful in displaying the zencart categories and subcategories in wordpress.just drag and drop the widget in the sidebar it will display all the zencart categories 14 For using this plugin user need to make 2 changes they want to change the table prefix in the zen_categories.php to the prefix of their own categories and categoriesdescription tables 15 Ex: Now I have use the prefix as zen_ which is commonly used prefix if you are using anothe prefix please change the prefix by opening the zen_categories.php.change the 16 17 zen_ in $table1 and $table2 14 18 19 20 $table1 = "zen_categories"; 21 $table2 = "zen_categories_description"; 15 22 **Features** 16 23
Note: See TracChangeset
for help on using the changeset viewer.