This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tutorials:zencartmods:ez_update [2011/10/05 17:00] daigo |
tutorials:zencartmods:ez_update [2016/01/28 18:05] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{:tutorials:zencartmods:easy.png?|}} | + | ====== Easy Updates ====== |
| Zencart's inventory management is bulky and can sometimes take way too long to do really simple things -- like changing the stock of many items at once. | Zencart's inventory management is bulky and can sometimes take way too long to do really simple things -- like changing the stock of many items at once. | ||
| - | To fix this, we've made an admin page calles **easy_update.php** that can do lots of stock changes at once, as well as organize products by stock, ordered but not shipped, and # of people subscribed. | + | To fix this, we've made an admin page calles **easy_update.php** that can do lots of stock changes at once, as well as organize products by stock, ordered but not shipped, and # of people subscribed. This is our daily go-to for the store inventory 'health' - letting us know whats the most important thing to get back into stock at a glance |
| + | |||
| + | {{ :tutorials:zencartmods:easyupdates.gif? |}} | ||
| + | |||
| + | (recall that we keep 3 pieces of each item on hand for emergencies such as replacements or lost shipments, etc. which is why at qty 3 its considered out of stock) | ||
| Here's the file we use: | Here's the file we use: | ||
| Line 17: | Line 21: | ||
| The html table on this page is also sorted with the [[http://tablesorter.com/docs/|tablesorter plugin]]. Download the newest version of **jquery.tablesorter.min.js** and save it in your **admin/includes/javascript** directory. | The html table on this page is also sorted with the [[http://tablesorter.com/docs/|tablesorter plugin]]. Download the newest version of **jquery.tablesorter.min.js** and save it in your **admin/includes/javascript** directory. | ||
| + | The tablesorter plugin is pretty great - it will automatically choose whether to sort numerically or alphabetically, and you can hold down the shift key to sort by multiple columns at once. | ||
| ==== CSS ==== | ==== CSS ==== | ||