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

gordon’s picture

Status: Active » Fixed

Thanks I have fixed the error.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.