zencart categories in wordpress

adds categories from zencart to wordpress

Author:christy a george (profile at wordpress.org)
WordPress version required:PHP5
WordPress version tested:3.2.1
Plugin version:1.0
Added to WordPress repository:18-10-2011
Last updated:15-11-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://URI_Of_Page_Describing_Plugin_and_Upda...
Total downloads:1 531
plugin download
Click to start download

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.

For using this plugin user need to make 2 changes

  1. change the table prefix in the zen_categories.php to the prefix of their own categories and categoriesdescription tables

  2. specify the zencart folder name in $shop variable for me it is store so i have put that user needs to change that according to his folder name in zen_categories.php

For Ex: Now I have used the prefix as zen_ which is commonly used. if you are using another one please change the prefix by opening the zen_categories.php ie change the zen_ in

$table1 = "zen_categories"; $table2 = "zen_categories_description"; 

also change “store” according to your zencart folder

$shop="store"; 

Features

displays the categories and subcategories from zencart in an easy manner