We are very interested in using the Multi-Store function and could not find this issue with anyone else
We are currently Using Ubercart 2
When we go to
1. /admin/store/orders/view
2. when trying to view an order i.e. /admin/store/orders/XX
This applies to orders created with or without UBERPOS
we get the following error:
Fatal error: Call to undefined function up_multi_user_up_stores() in C:\xampp\htdocs\d6\sites\all\modules\uberpos\contrib\up_multi\up_multi.module on line 585
Many thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | up_multi.patch | 435 bytes | michaelk |
Comments
Comment #1
michaelk commentedThis appears to be just faulty code. The correct function call would be up_multi_user_up_stores_option_array(). I have attached a patch of the changes I made to resolve this issue.
Comment #2
michaelk commentedComment #3
norgo commentedworked perfect.
many thx
Comment #4
norgo commentedComment #5
michaelk commentedNow that this has been reviewed, it should really be committed back into the actual module code, so that others don't run into the same issue.