View Single Post
  #3  
Old 11-27-2011, 07:45 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Show Order Details For (4.4.4) / Detail order management

Two problems...

1. ../skin/common_files/order_info.tpl doesn't exist. This is in the 2nd step of your guide, where you say to add the long Javascript code. Should it be skin/common_files/main/order_info.tpl instead?

2. The code
Code:
$orders = func_query("SELECT $sql_tbl[orders].* $search_condition ORDER BY $sort_string LIMIT $first_page, $objects_per_page");
doesn't exist in my includes/orders.php. The only thing similar is
Code:
$orders = func_query("SELECT $sql_tbl[orders].*, $sql_tbl[customers].id AS existing_userid, $sql_tbl[customers].login $search_condition ORDER BY $sort_string LIMIT $first_page, $objects_per_page");

The version I have for 4.4.4 is marked
$Id: orders.php,v 1.126.2.12 2011/09/19 05:46:13 aim Exp $
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote