Quantcast
Channel: Paul Donnelly - Magento / Web Developer from Northern Ireland » Magento E-commerce
Browsing all 10 articles
Browse latest View live

Magento – Get Store Email Addresses

General Contact /* Sender Name */ Mage::getStoreConfig('trans_email/ident_general/name'); /* Sender Email */ Mage::getStoreConfig('trans_email/ident_general/email'); Sales Representative /* Sender...

View Article



Image may be NSFW.
Clik here to view.

Add Order Status to Last 5 Orders on Magento Admin Dashboard

It’s happened to us all folks, you log onto the admin dashboard you see an new order in the last 5 orders list and automatically think to yourself, “Nice, I have a new order!”. Well hold on a minute,...

View Article

Magento Extension: Remove any link from My Account navigation

Have you ever tried to remove a My Account navigation item via local.xml, it’s not easy right!? After some research and the help of a few magento community members I came across a snippet of code which...

View Article

View All Layout Handles For A Page In Magento

1 2 3 4 5 <?php echo '<pre>'; print_r($this->getLayout()->getUpdate()->getHandles()); echo '</pre>'; ?> The post View All Layout Handles For A Page In Magento appeared first...

View Article

Turn off Cache for Individual Blocks in Magento

Turn off block caching while declaring the XML block <action method="unsetData"><key>cache_lifetime</key></action> <action...

View Article


My Top ‘Must Have’ Extensions When Beginning a New Magento Website.

When beginning any magento website, I always have a small list of extensions at hand that I trust and enhance my magento stores. Please find a few listed below. For Product Image Zoom: Magic Zoom Plus...

View Article

Image may be NSFW.
Clik here to view.

Add a Custom CMS Layout Template in Magento

To add a custom template to Magento is quite simple. Please find simple instructions below: 1. Create a new module Create the following folder path app/code/local/PaulDonnelly/NewTemplates/etc/ Create...

View Article

Image may be NSFW.
Clik here to view.

Add Mobile Attribute to Customer Account

The following instructions will add a new customer attribute called Mobile.  This attribute will be added to the Customer information only, it will not be added to the Customer Address. Apologies for...

View Article


Add Default Values to System Configuration Fields

Add the following snippet to yourNamespace/Module/etc/config.xml file. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?xml version="1.0"?> <config> ... <default> <sectionname>...

View Article


Magento – Add Northern Ireland, England, Scotland and Wales as State/Province...

I’ve worked on many projects which needed the customer to fill out which part of the UK they where from. This allowed the administrators to target those customers by region or block sales of a...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images