New issue 660 by prakash....@gmail.com: Get category id without print
http://code.google.com/p/wp-e-commerce/issues/detail?id=660
wpsc_start_category_query(array('category_group'=>
get_option('wpsc_default_category'), 'show_thumbnails'=> 0));
<?php wpsc_print_category_name();?>
<?php wpsc_end_category_query(); ?>
i want to have category id without print which is now <?php
wpsc_print_category_id();?> which gives direct print value.i want id in
string.
Version=
3.8.6
O.S=(win7)
Please send asap. its urgent
try use this <?php $prod_cat=wpsc_category_id(); echo $prod_cat; ?>
Any one got answer of this question?