Wow you are fixing fast gordon
here is one more
admin/store/products needs 'file' => 'ec_product.admin.inc',
here is the right config
$items['admin/store/products'] = array(
'title' => 'Products',
'description' => 'List of all of the products set up on this site, useful for finding and editing a product.',
'access arguments' => $access,
'page callback' => 'ec_product_overview',
'weight' => -2,
'file' => 'ec_product.admin.inc',
'type' => MENU_LOCAL_TASK,
);
BTW: i found that on admin/store most of the links are not working but i understand if this is not implemented yet. I also couldn't checkout successfully. I had to change few fields in ec_transaction table and ec_transaction_address table that needs default value. Maybe this is cause my mysql version.
I will try to stay with the latest svn and test
Comments
Comment #1
gordon commentedThanks I have fixed this, but it is going to be removed and replaced by a view
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.