Cell Nerds Posted June 27, 2010 Share Posted June 27, 2010 I was curious if there is a module where all my store products will show on one page in BO, I had our product list imported (9256 products) and now I have go back and edit each products price, url, des, and sub cat. Thanks Chris Link to comment Share on other sites More sharing options...
Cell Nerds Posted June 27, 2010 Author Share Posted June 27, 2010 Bumping for night guys Link to comment Share on other sites More sharing options...
Cell Nerds Posted June 28, 2010 Author Share Posted June 28, 2010 I'm willing to pay someone to create this option for the community if it is not available alreadyPlease let me know Thx Chris Link to comment Share on other sites More sharing options...
rocky Posted June 28, 2010 Share Posted June 28, 2010 You can go to Stats > Product details (in the Navigation box) to view a list of all products on one page. You can't actually edit the products from there though. Perhaps the module could be modified to let you go to the product editor for the products. Link to comment Share on other sites More sharing options...
Cell Nerds Posted June 28, 2010 Author Share Posted June 28, 2010 Thanks Rocky, yea that would be great if we could edit the products from there,I'm really dont have a clue on where to begin to edit the module but if there is someone who wants to, I would be certainly willing to make it worth their time.Thanks Chris Link to comment Share on other sites More sharing options...
rocky Posted June 28, 2010 Share Posted June 28, 2010 Try changing line 205 of modules/statsproduct/statsproduct.php from: $this->_html .= ''.$product['reference'].'<a href="'.$currentIndex.'&token='.Tools::getValue('token').'&module='.$this->name.'&id_product='.$product['id_product'].'">'.$product['name'].''.$product['quantity'].''; to: $this->_html .= ''.$product['reference'].'<a href="'.substr($currentIndex, 0, -12).'Catalog&token='.Tools::getAdminToken('AdminCatalog'.intval(Tab::getIdFromClassName('AdminCatalog')).intval($cookie->id_employee)).'&id_product='.$product['id_product'].'&updateproduct">'.$product['name'].''.$product['quantity'].''; This will take you to the product's page, but when you click Save, it will take you back to the Catalog tab, so you'll have to click the Back button twice (or press Backspace twice) to get back to the list of all the products. I tried to get it to automatically go back using the following code: $this->_html .= ''.$product['reference'].'<a href="'.substr($currentIndex, 0, -12).'Catalog&token='.Tools::getAdminToken('AdminCatalog'.intval(Tab::getIdFromClassName('AdminCatalog')).intval($cookie->id_employee)).'&id_product='.$product['id_product'].'&updateproduct&back='.urlencode($currentIndex).'=token='.Tools::getValue('token').'=module=statsproduct">'.$product['name'].''.$product['quantity'].''; and changing line 782 of admin/tabs/AdminProducts.php from: Tools::redirectAdmin($currentIndex.'&id_category='.intval(Tools::getValue('id_category')).'&conf=4&token='.($token ? $token : $this->token)); to: $back = Tools::get('back'); if ($back) Tools::redirectAdmin($back.'&conf=4'); else Tools::redirectAdmin($currentIndex.'&id_category='.intval(Tools::getValue('id_category')).'&conf=4&token='.($token ? $token : $this->token)); but it caused problems because the URL is too long. Link to comment Share on other sites More sharing options...
Cell Nerds Posted June 28, 2010 Author Share Posted June 28, 2010 Hi, Rocky thats for your hard work and effort, I'm a little scared about editing files on our site, I will if it is necessaryWould this module give me what Im looking for or am I off the mark with it http://www.prestastore.com/bulk-update/188-presta-quickupdate.html thanks Chris Link to comment Share on other sites More sharing options...
MrBaseball34 Posted June 28, 2010 Share Posted June 28, 2010 If I were you, I'd export the list to CSV and open it in Excel and update everything there, save and import back into the BO.Much easier if you only have to do it one time. Link to comment Share on other sites More sharing options...
StoreCommander Posted September 14, 2010 Share Posted September 14, 2010 Hi,You were asking whether there is a module where all your store products will show on one page in Prestashop BO. The answer is YES with Store Commander for Prestashop.With Store Commander, you can gain a great deal of time in creating, editing and managing your Prestashop products' catalog. You can for instance :-- View all your products on one page-- Reorganise your product categories using simple drag and drop-- Create and update your product sub-categories in a blink of an eye-- Mass-edit products very quickly-- Manage your product discounts in 2 clicks !-- Find a product in less than a second !-- Import CSV files in 3 easy clicks-- Mass-upload your photos and much more ! 91% of our customers could not go back to managing their catalog without Store Commander as it is so addictively easy an efficient to use !Official international launch has not yet occurred, although Store Commander's interface is already available in English and reactive support as well. If you are interested to check it out, let me know via private message and I shall set up a private demo in English for you. Link to comment Share on other sites More sharing options...
StoCo Posted January 6, 2011 Share Posted January 6, 2011 Hi,New dedicated website is in English now! Take a look at www.storecommander.com and start your 14-day Free Trial.Also a quick update on the csv import feature in 3 clicks on this thread: http://www.prestashop.com/forums/viewthread/85662/job_offers_and_paid_services/turbo_boost_your_csv_imports_with_store_commander_for_prestashop/.Best, Link to comment Share on other sites More sharing options...
Recommended Posts