i have only done this on a test. but i went through all the order status's, and once i get to the end(completed)
the order is still shown as "new order" on admin home, is this because its still on the same day?
i have only done this on a test. but i went through all the order status's, and once i get to the end(completed)
the order is still shown as "new order" on admin home, is this because its still on the same day?
i may not know how yet, but i soon will....i hope :)
If you mean it is still in the right column... yes it will stay there untill you have exceeded the number of orders that you have configured under maximum values.
I came, I saw, I got zenned... :)
ahh ok then, is there not a way to move it to say a new column called previous orders?
i may not know how yet, but i soon will....i hope :)
maybe somebody can create the addon so that once a orders status is changed to "completed", then the file looks at status and puts an IF status = completed, move to column B "completed orders"
i may not know how yet, but i soon will....i hope :)
Yeah indeed someone could do this. How about you volunteer for this task. You would directly benefit from this addon and can share the happyness with other users.
Give it a good thought and do something good.
Visit Qacaq.com, your Online Jewelry Store in Malaysia .
Qacaq.com Australia - Your Gemstone Jewelry Store in Australia was launched.
i would if i had any idea about PHP
i can have a tinkle on my test server. but i doubt i can do this, too big for me a newbie..
i can only just about change the layout of the site and thats with help and picking up on little snippets of what people have put
i may not know how yet, but i soon will....i hope :)
Is this really an issue for you? Why not change the title? Look in admin/includes/languages/english/index.php for
and change it to whatever you like. For example,Code:define('BOX_ENTRY_NEW_ORDERS', 'New orders:');
Of course, this change will be overwritten by subsequent upgrades/updates, but it's easy enough to do. You could even setup an override for it - although the override won't work in the admin - just to preserve your changes. The "override" would be the same as the file in use, but you could refer to it when you upgrade/update.Code:define('BOX_ENTRY_NEW_ORDERS', 'Recent orders:');
noo, i like that it has "new orders" its easy to see when...you have a new order
but i thought that once the order had gone through its stages and is now completed...the order would not be shown as a new order, so once its all done, its then moves from "new order" to "completed orders" because its no longer a new order...
i may not know how yet, but i soon will....i hope :)
well i have got it to create a 2nd box called Completed Orders, only thing now is how do i get that box to look for orders that ONLY have "order status = completed"
if somebody could please help me with this, i am a noob but i am trying....im not sure how to restrict what is shown
i may not know how yet, but i soon will....i hope :)
. TABLE_ORDERS_STATUS . " where orders_id = '5"
any help on this 1?? am i on the right track?
i may not know how yet, but i soon will....i hope :)