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:01] daigo [Javascript]  | 
                
                    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: | ||