Category Archives: Magento bugs and fixes

HostingMagento bugs and fixesMagento Security
Blank Image

Problems with spam posts in phpBB3, wordpress or any site using .htaccess.

Recently we were plagued by Bots from China creating posts in a phpbb3 board and several wordpress websites. After spending time researching how to block them we discovered this little gem. If your website uses a .htaccess file in the root then add the following code to it to ban several countries from even seeing […]...
Magento bugs and fixes
Blank Image

PayPal gateway has rejected request. This transaction cannot be processed due to an invalid merchant configuration (#10501: Invalid Configuration).

If you’re seeing this error message on PayPal with magento, the chances are that you haven’t got the right type of PayPal account. You will need website payments pro which in the UK attracts a £20 per month user subscription fee. To resolve the error log in to PayPal and go to the following page […]...
Magento bugs and fixes
Blank Image

Can’t upload images in admin section for products Magento

If you can’t upload images for a product in your admin section of magento it may have something to do with your flash plugin in your browser. To correct this issue use the following extension to restore your ability to upload images to products. http://connect20.magentocommerce.com/community/Dull_Uploader  This extension does not utilise flash.  ...
Magento bugs and fixes
Blank Image

Hide price when 0.00 grid list view magento

To Hide £0.00 in grid and list mode only when the price is 0.00 change the following Please be aware List.phtml may be in a different folder if you’re using a template. something like this /app/design/frontend/default/grayscale/template/catalog/product You can check for the route by turning template path hints on in the configuration / main website / […]...