var fDesc=new Array(); fDesc[0] = "Store Manager for PrestaShop Professional Edition is a Windows application to quickly and effectively manage your PrestaShop online store.
Features:
-You can manage PrestaShop products, PrestaShop product options, categories, manufacturers, orders and much more.
-Import products into PrestaShop from your supplier
-PrestaShop product import is one of the prominent features, import from Excel/CSV into PrestaShop in seconds
-You can export PrestaShop products into Excel file, edit it and then import products into PrestaShop store - batch updates are so fast now!
-You can update your store product quantities, prices and other data using file from your supplier - just import that file into PrestaShop!
-Ultimate PrestaShop product option management allows you to quickly add, remove and edit product options in a matter of seconds with few mouse clicks
-Easy populate feature - using simple clipboard copy/paste PrestaShop product options can be copied to multiple products in few seconds
-You can create your own PrestaShop Custom Reports - it's easy, just some basic SQL skills required
-Quick product search, advanced filters, support for native characters (Japanese, Arabic etc.) and many other useful features"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }