Fatal Error: WPEC not loading products.
-
After updating to the latest version (3.8.14.1) I’m getting the following error in my webshop page:
Fatal error: Call to undefined function wpsc_display_category_products() in shop-page.php on line 45
The function in the .php is:
<?php echo wpsc_display_category_products( array( ‘category_url_name’=>’books-category’) ); ?>
Has there been any change in the function I need to call to load items from a specific category?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Fatal Error: WPEC not loading products.’ is closed to new replies.