wp-e-commerce / wpec-theme-engine-v2

WPEC Theme Engine V2 (aka a tester Plugin for Theme creators and WPEC 3.9)
5 stars 6 forks source link

PHP Warning #12

Closed rubensargsyan closed 11 years ago

rubensargsyan commented 11 years ago

Hi,

When I call the function wpsc_list_product_categories( $args ); where $args = array( 'show_thumbnail' => true ); I am getting the following warning:

PHP Warning: require_once(...\wp-content\plugins\WP-e-Commerce-master/wpsc-includes/walker-product-category.class.php) [function.require-once]: failed to open stream: No such file or directory in ...\wp-content\plugins\wpec-theme-engine-v2-master\helpers\template-tags\taxonomy.php on line 162

Thanks.