Support » Plugin: CGD Arrange Terms » Bug fixes for Shopp Arrange

  • Resolved Peter Wooster

    (@pkwooster)


    Hi,

    I found two bugs in the shopp-arrange plugin. The first is a missing isset call before using the GET[‘page’] parameter near line 31 of shopp-arrange.php

    if(isset($_GET[‘page’]) && $_GET[‘page’] == “shopp-settings-preferences”) {

    The second is that only categories with products are displayed in the arrange page because hide-empty is allowed to default in the wp_list_categories near line 50 of shopp-arrange-categories.php:

    wp_list_categories(array(‘hide_empty’=>0, ‘hierarchical’=> true, ‘taxonomy’ => ‘shopp_category’,’title_li’ => ”));

    With these two fixes the plugin works wonderfully. Thank you, I’ve patched my copy but thought others might find these fixes worthwhile.

    /peter

    http://wordpress.org/extend/plugins/shopp-arrange/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Clifton Griffin

    (@clifgriffin)

    Uploaded version 1.0.3 with these enhancements. Thanks for the suggestions!

    Thread Starter Peter Wooster

    (@pkwooster)

    Thanks, I’ll download the new version. I’ve marked this topic resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug fixes for Shopp Arrange’ is closed to new replies.