Hi, thanks for the pointer
I opened the uc_file_product.module
Located the Übercart Hooks section on line 373 and the located the uc_file_product_order($op, $arg1, $status)on line 401, I then changed:
"if ($status == uc_get_order_status_id('post_payment'))on line 407"
too:
"if (uc_order_status_data($status, 'state') == 'completed')"
and it comes back with a fatal error listed below
Fatal error: Call to undefined function: uc_order_status_data() in /home/fmonsys/public_html/modules/uc_file_product/uc_file_product.module on line 407.
Any ideas
