in
function ec_store_transaction_form_submit(&$form, &$form_state)
on line 137
there is
form_state['redirect'] = 'admin/store/transaction';
which should be
$form_state['redirect'] = 'admin/store/transaction';
Actually just opening my drupal site in php eclipse pointed out there was an error in the ecommerce code.
Hans
Comments
Comment #1
gordon commentedThanks I have fixed the error.