Support » Plugin: WP eCommerce » wpsc_category_image() returns false but it should'nt

  • Store URL (if not provided we can’t help much):
    http://phonesmart.lu/test_1

    WordPress version: 3.9.1

    WP eCommerce version:Version 3.8.14.1

    I did this:

    <?php if(wpsc_show_category_thumbnails()) : ?>
    <img src=”<?php echo wpsc_category_image(); ?>” alt=”<?php echo wpsc_category_name(); ?>” />
    <?php endif; ?>

    Instead it did this:

    wpsc_show_category_thumbnails() returns false
    wpsc_category_image() returns false
    wpsc_category_name() returns false

    Could you help me ?

    https://wordpress.org/plugins/wp-e-commerce/

  • The topic ‘wpsc_category_image() returns false but it should'nt’ is closed to new replies.