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

CommentFileSizeAuthor
#1 up_multi.patch435 bytesmichaelk

Comments

michaelk’s picture

StatusFileSize
new435 bytes

This 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.

michaelk’s picture

Status: Active » Needs review
norgo’s picture

worked perfect.
many thx

norgo’s picture

Status: Needs review » Closed (fixed)
michaelk’s picture

Status: Closed (fixed) » Reviewed & tested by the community

Now 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.