Disable Purchase Receipt and Purchase Report in Wp Ecommerce

Go into /wpsc-theme/functions/wpsc-transaction_results_functions.php

Comment out the following

wp_mail( $email, __( 'Order Pending: Payment Required', 'wpsc' ), $message );
 
wp_mail( $email, __( 'Purchase Receipt', 'wpsc' ), $message );
 
wp_mail( get_option( 'purch_log_email' ), __( 'Purchase Report', 'wpsc' ), $report );
1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 3.00 out of 5)
Loading...