There have been many occasions in my life when we have been importing a spreadsheet of products into a magento database and we accept errors. These errors can be anything from shabby characters (non-UTF-8) to no SKU being defined. Sometimes we can let these errors slip – generally if they are not critical in a altogether intrigue of things.
The problem when we let these errors slip is that they smoke-stack adult on tip of any other. Causing a swell bar to drop next a page – this is a problem as we adore it when we can glace over during a 3-hour import and now see my progress, rather than walking over and scrolling down any time we wish to check.
This blog post is a elementary nonetheless effective approach of regulating this irritating small problem. I’m anticipating in destiny versions of Magento they’ll see this and give us all a transparent Heads-Up-Display.
First of all we need to emanate a internal php file.
Create a following office and app/code/local/Mage/Adminhtml/Block/System/Convert/Profile/ and duplicate a homogeneous Run.php from a core directory.
You need to change a integrate of lines in here. First of all change line 60. You will see an opening physique tag. All we need to do is pulp a following immediately after though still within a php quotations.
/headbody ul li onmouseover="this.style.backgroundColor='#DDDDFF';" onmouseout="this.style.backgroundColor='#FFF'" id="static" style="background: url(http://www.e-commercewebdesign.co.uk/images/magento-blog-logo.gif) left no-repeat; height: 64px; width: 100%; text-align: center; font-size: 1.5em; padding: 20px 0 0; cursor: pointer;" /li /ul';
Next step is to navigate to line 276 and pulp out immobile component javascript next a updatesRows_status line.
$("updatedRows_status").update(config.tplTxt.evaluate({updated:countOfUpdated, percent:getPercent()}));
$("static").update(config.tplTxt.evaluate({updated:countOfUpdated, percent:getPercent()}));
Upload your record and now declare a good large swell news for your import progress.
![]()
