Product Editor In Oscommerce
See the full project
In OsCommerce, if a store manager is logged in, he should be able to edit the titles, descriptions and categories of products on the catalog side. In order to make this as simple as possible, the owner should see inline NicEdit forms for every listed product so as to be able to edit right away and submit 'on blur'.
- http://nicedit.com/demos.php?demo=4
- http://wiki.nicedit.com/Saving+via+AJAX
- http://wiki.nicedit.com/Editor+Events
Besides this, if a store manager is logged in, he should be able to enable and disable the listed products on the catalog side. After clicking on one of two images next to the product, the product needs to get enabled to the store by sending the store name to a cell corresponding to a column and this particular product's row.
The images would look like this:
In draft (enable/disable) - In inventory (enable/disable)
The four possibilities explained in detail:
- If product is not enabled for this store's 'draft', have an ajax click-able image appear that enables it for draft. (ie sends store name to draft column, product row)
- If product is enabled for this store's 'draft', have an ajax click-able image appear that disables it from draft. (ie deletes store name from draft column, product row)
- If product is not enabled for this store's inventory, have an ajax click-able image appear that enables it for inventory. (ie sends store name to inventory column, product row)
- If product is enabled for this store's inventory, have an ajax click-able image appear that disables it from inventory. (ie deletes store name from inventory column, product row)
Please only apply if you have experience with these kinds of things, I can't use too much experimentation.



