• The documentation is completely obsolete. In a topic in the forum, the author explicitely say writing a documentation up to date is at the bottom of the list. That’s …sincere !
    Just lost three days of work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Justin Sainton

    (@justinsainton)

    Hi nspace1999!

    So sorry to hear about your lost days of work! Were you looking for anything specific? We’re working internally at the moment on the best path forward for our documentation site, we should have a new site up and running around the 3.9 release of the plugin.

    Thread Starter nspace1999

    (@nspace1999)

    I posted twice on your forum about this basic function wpsc_category_name()

    [php]
    <a href="<?php wpsc_print_category_url();?>" class="wpsc_category_grid_item <?php wpsc_print_category_classes_section(); ?>" title="<?php wpsc_print_category_name();?>">
    <?php wpsc_print_category_image(45, 45); ?>
    </a>
    [/php]

    documented in http://docs.getshopped.org/documentation/wpsc_print_category_name/

    This function always return false.

    I ccould notice the question has been asked several times, you or your crew has never answered.

    Plugin Author Justin Sainton

    (@justinsainton)

    Ahh, gotcha. First, my apologies for missing your initial inquiry. Second, it is most likely the case that you used this function outside of the category query. From the referenced documentation:

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    Description: This template tag will print the category name it must be used after the category query has been started.
    [php] <?php wpsc_start_category_query(array(‘category_group’=> 1, ‘show_thumbnails’=> 1)); ?> [/php]
    Thread Starter nspace1999

    (@nspace1999)

    Thanks for replying Justin, but I’m using Woo Commerce now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A waste of time’ is closed to new replies.