WP-Ecommerce: Show list of product categories and sub categories

Use this code in either the loop.php file or the page template

 PHP |  copy code |? 
1
<?php
2
wpsc_start_category_query(array('parent_category_id'=>41, 'show_thumbnails'=> 1)); ?>
3
<a href="<?php wpsc_print_category_url();?>" title="<?php wpsc_print_category_name();?>">
4
<?php wpsc_print_category_image(); ?>
5
<span class="catName"><?php wpsc_print_category_name();?></span> </a></div>
6
<?php wpsc_end_category_query(); ?>
7

This entry was posted in Plugins, Wordpress 3, WP Ecommerce. Bookmark the permalink.

One Response to WP-Ecommerce: Show list of product categories and sub categories

  1. viral says:

    Thanks For Help.
    I recently Used ‘child_of’ in query. but it’s not work.
    This work great

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>