Order status in admin mode

LeoGetz

Avatar: LeoGetz

2006-01-12 17:23

Hi!
In admin mode under orders. If I want to see which orders that are finished or processing (choosing status) it says:
Fatal error: Call to undefined function dbListOrdersStatus() in /home/f1000962/domains/www.finiform.se/varukorg/core/orders-admin.php on line 28

By the way, I´m running Wizzuds 0.3.0 loaded version.

wizzud

No avatar

2006-01-12 18:33

There is a wee bugette in the core QCv0.3.0 code:

Edit file /core/orders-ff.php and search down for 'dbListOrdersSearch' (note the search string!) and you should find (beginning at roughly line 244) ...

<?php
if( !function_exists'dbListOrdersSearch' ) ){
  
/**
  * Pobieranie z bazy zamowien z wybranym statusem
  * @return array
  */
  
function dbListOrdersStatus$iStatus ){
?>


Change it to ...

<?php
if( !function_exists'dbListOrdersStatus' ) ){
  
/**
  * Pobieranie z bazy zamowien z wybranym statusem
  * @return array
  */
  
function dbListOrdersStatus$iStatus ){
?>



That should solve it.

LeoGetz

Avatar: LeoGetz

2006-01-14 12:27

A big thanks Wizzud, it worked.

juila

No avatar

2006-01-14 21:25

thanx wizzud it work for me on version 0.2.5

Back to top
about us | contact