View Single Post
  #136  
Old 07-14-2013, 09:49 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: X-Cart 4.6 released

Quote:
Originally Posted by cflsystems
'quantity' => $sql_tbl['products'] . '.avail',
'price' => 'price',
'productcode' => $sql_tbl['products'] . '.productcode',
);
return isset($orderby_rules[$orderby]) ? $orderby_rules[$orderby] : $sql_tbl['products'] . '.productid';
}
[/code]

repeats quantity

Steve,

This is also in 4.5.4 -- so not exclusive to 4.6.0

Are you suggesting everyone remove the duplicate

'quantity' => $sql_tbl['products'] . '.avail',

?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote