Archive for the ‘Magento tips & tricks’ Category

How to disable email sending when programatically creating an order in Magento

Monday, August 16th, 2010

Here is a little snippet of code that can come in handy if you are like me handling a task of programatically creating an order in Magento Continue reading…

How to set multiple websites with multiple store views in Magento

Monday, August 16th, 2010

If you work with Magento, sooner or later you will end up needing multiple websites that have multiple languages. Most of you know this, but I hope someone will still find this post useful. Continue reading…

10 useful magento extensions

Friday, July 9th, 2010

Whether your web-shop is already generating revenue or it’s at it’s very beginning, it’s always good to enhance it where it’s needed especially if it’s for free.

Continue reading…

How to set FedEx shipping in Magento

Wednesday, May 26th, 2010

This is guide about setting FedEx shipping method in Magento. Continue reading…

5 reasons why Magento users don’t abandon their shopping cart

Wednesday, May 26th, 2010

And why you should not abandon the practice yourself. These 5 points are making a strong case when it comes to web shopping : Continue reading…

How to set multiple websites with multiple store views in Magento

Monday, May 24th, 2010

If you work with Magento, sooner or later you will end up needing multiple websites that have multiple languages.

Continue reading…

There has been an error processing request

Monday, May 24th, 2010

Are you sick and tired of scrolling you browser when you get Magento error, trying to read and trace it? Continue reading…

Magento 1.4 “Your search returns no results.”

Saturday, May 22nd, 2010

I used Magento 1.4.1 with Sample data ver.1.2.0. And when I used search module to search product, I reveived this line “Your search returns no results.” And the solution is this:
Continue reading…

Warning: SimpleXMLElement :: addAttribute()

Saturday, April 10th, 2010

So I got this error when I was performing tests on my checkout-

SimpleXMLElement::addAttribute() [simplexmlelement.addattribute]

Continue reading…

Magento Database Import Error

Wednesday, March 17th, 2010

ERROR 1064 (42000) at line 382: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘USING BTREE,
KEY `FK_ATTRIBUTE_VARCHAR_ENTITY` (`entity_id`),
KEY `FK_CATALO’ at line 9

Continue reading…