Plugin Directory

Changeset 452736


Ignore:
Timestamp:
10/19/2011 05:42:02 AM (14 years ago)
Author:
christyageorge
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zen-categories/trunk/readme.txt

    r452402 r452736  
    1212
    1313This 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
     14For 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
     15Ex: 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             
    1418
     19
     20            $table1 = "zen_categories";
     21            $table2 = "zen_categories_description";
    1522**Features**
    1623
Note: See TracChangeset for help on using the changeset viewer.