Further, extract the above mentioned file into the 'blocks' folder of your shop. Do not forget to make a backup copy of the current file in case something goes wrong.
cy (Guest)
16 Jun 2009 9:38 PM
I added this block, but still does not seem to be working properly - surely we need a patch for block_articles_list.php too, no?
wputler
19 Jun 2009 3:32 AM
Hi - I came across this problem. I've reported it to Viart.
Here's what I did to get it to work:
block_articles_list.php, line 170
//$sql .= " ORDER BY aa.article_order ";
changed to:
$sql .= " ORDER BY a.article_order ";
Then that created another problem with the "Change Order Utility"
So, to get the Change Article Order to change both the assigned articles table and the articles table, I added this to admin_articles_order.php, line 50:
This has solved my problems, but I think there must be some confusion on where Viart wants the order set - the articles table or the articles_assigned table. Until that's resolved, this should work.