-
Recent Posts
Recent Comments
Archives
Categories
Tags
404 attributes bestseller block caching categories categoryfilter children cms cms pages column concatenate css csv current url eBay errors excel extensions google analytics inchoo javascript jNice layouts left block local login magento install merge new products newsletter not-magento parent popular search terms products query send a friend static blocks subcategories template url-
Category Archives: Uncategorized
How to concatenate vertical column in Excel into one string?
Working with magento you often come across .csv or even excel files needed for import, export or reports. And sometimes you need excel to work or visualize data and even to to use excel functions. So how to concatenate vertical … Continue reading
Google analytics not working?
Have you inseerted Google API in the admin? Yes? That might be a simple issue. Check googleanalytics.xml of your template. If you see something like . Bingo! The reference to the template file is missing! Change it to and ensure … Continue reading
Email a friend does not send mails with Amazon SMTP
If you have installed Aschroder SMTP module and happen to have an Amazon SMTP server and you’ve noticed that only email a friend does not send mail then the problem is with the SMTP server. If you check your error … Continue reading
Block class override
If you happen to install Creare Mass Landscape Shipping Label and Simple Order export free modules you will have the nasty surprise that in the orders actions menu will not show up Print landscape shipping labels . This is due to … Continue reading
Posted in Errors, Uncategorized
Leave a comment
Get magento page current url
echo Mage::help(’core/url’)->getCurrentUrl();