"; // if ($soldout) { // $output .= "Sold out"; // } else { // if($product['special']==1) { // $output .= nzshpcrt_currency_display(($product['price'] - $product['special_price']), $product['notax'],false,$product['id']) . "\n\r"; // } else { // $output .= nzshpcrt_currency_display($product['price'], $product['notax']) . "\n\r"; // } // } // $output .= ""; // $output .= "
"; // // return $output; // } // // // function wpsc_theme_html($product) { // $siteurl = get_option('siteurl'); // $wpsc_theme['html'] =""; // return $wpsc_theme; // } // } ?>