Forums
(@pixaque)
12 years, 2 months ago
Yes you are correct I am also looking for this solution.
Thank you.
lord_dev,
I found this code may be help full to you.
<?php wpsc_start_category_query(array(‘category_group’=> get_option(‘wpsc_default_category’), ‘show_thumbnails’=> 1)); ?> ” class=”wpsc_category_grid_item <?php wpsc_print_category_classes_section(); ?>” title=”<?php wpsc_print_category_name(); ?>”> <?php wpsc_print_category_image(get_option(‘category_image_width’),get_option(‘category_image_height’)); ?> <?php wpsc_print_subcategory(“”, “”); ?> <?php wpsc_end_category_query(); ?>
you can find it here.
https://docs.getshopped.org/documentation/wpsc_end_category_query/
Thank you. pixaque
I do want same functionality. But I didn’t find any solution anywhere. Please let me know if you have done it.