Blog

Magento CDN
Blank Image

Can’t upload images or use the wysiwyg editor with full functionality after creating CDN?

Can’t upload images or use the wysiwyg editor with full functionality after creating CDN? some elements of the image uploader and the wysiwyg content editor are served from within your ‘skin’ directory – which is now served from your CDN, and will start throwing cross domain errors. The Unsecure URL settings configured in the default config […]...
Magento CDNSpeed up Magento
Blank Image

Speeding up Magento using CDN services.

Speeding up Magento using CDN a (Content delivery network) In simple English. You have a Magento site but you just can’t get it to run fast enough? You’ve looked around the web and tried everything but you’re still unhappy? You’ve probably tweaked your .htaccess file. Tried multi threading. Added full page cache and a host […]...
Magento bugs and fixesMagento Extensions
Blank Image

Installing Phoenix Worldpay on Magento 1.4 to 1.9

Installing Phoenix Worldpay on Magento This week saw a new issue with the Pheonix Worldpay magento module. So to save everyone some time. If you have the following issue. When you complete a transaction in test mode the customer isn’t redirected back to the /checkout/success page on your site. Follow this some more. We found […]...
Magento bugs and fixesMagento design
Blank Image

Remove compare to function Magento Easily

Removing the compare to option in the category layout of Magento  easily.   First navigate to /app/design/frontend/your_ theme/default/template/catalog/product or /app/design/frontend/default/default/template/catalog/product   and download list.phtml   Search for the following around line 75   <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?> <li><span class=”separator”>|</span> <a href=”<?php echo $_compareUrl ?>” class=”link-compare”><?php echo $this->__(‘Add to Compare’) ?></a></li> <?php endif; ?>   now comment […]...
Magento Extensions
Blank Image

How to change the sort order in AW Blog for Magento

Lots of people seem to have an issue with the post order when using the AW blog extension on Magento. Here’s a way to change the sort order so your latest post shows up first. In /app/code/community/AW/Blog/Block/Product Toolbar.php Look at Line 77 and change return ‘asc’; TO return ‘desc’; That did it for us. Magento […]...
Google
Blank Image

Google change the specification of shopping Feed

Be prepared for a bumpy ride as your Google shopping feed products start to get disapproved, But Why? INTRODUCING LENGTH LIMITS To display all product data in the most effective way, the feed specification now clearly states how many characters can be used for our attributes. You’ll find the length limit in the specification chart […]...
Magento design
Blank Image

Can I change files in the base directory in Magento?

Is your Magento installation flawed? We recently took on a new client who had their site designed by a so called Magento developer who had created the design by changing the files physically in the app/design/frontend/base/default/ folder structure. Unfortunately this meant that as soon as we upgrade Magento all their changes will be overwritten and […]...