Home › Forums › Plugins › Add to Wishlist › Support › [Resolved] Fatal Error on Wishlist Page › Reply To: Fatal Error on Wishlist Page
February 24, 2012 at 1:00 am
#9105
jackharrybill
Participant
Again I have had to add a hack to make this work… in includes/common.php the plugin states that this function is going to be added, but glancing through the code it isn’t, so I added the following lines
if( !function_exists( ‘wpsc_vl_product_price’ ) ) {
function wpsc_vl_product_price($id) {
return “”;
}
}
*They do nothing* so no price will be returned, but it stops the plugin crashing… hopefully these bugs will be fixed soon?