wp-ecommerce checkout shows $0.00 total
-
when a person puts an order through, they get a confirmation email that shows the correct total – but on the transaction confirmation page of the site, it shows their total as $0.00.
This appears to be populated as $total and inserted into $message_html in wpsc-transaction_results_functions.php, then $message_html is displayed by wpsc-transaction_results.php
How can I get $total to have the same value as wpsc_cart_total() without changing core files that’ll just get overwritten every update?
- The topic ‘wp-ecommerce checkout shows $0.00 total’ is closed to new replies.