The database structure of Magento is designed to store and manage various aspects of an e-commerce website, including products, orders, customers, and more. Understanding the... October 2023
In the digital age, where online shopping has become an integral part of our lives, ecommerce websites hold the key to business success. Amidst the... August 2023
Speed optimisation is crucial for a Magento website as it directly impacts user experience, conversions, and search engine rankings. You should prepare your server so... July 2023
Enable Gzip compression on your server to compress your website's files before sending them to the visitor's browser. This significantly reduces the file size, resulting... June 2023
Ecommerce payment gateways are critical components of any online store, as they enable merchants to accept payments from customers securely and conveniently. There are many... April 2023
Magento Northern Ireland Open Source allows you to build a unique online store from the ground up. Standard Features Magento Open Source includes everything you... November 2022
An introduction to image optimisation in Magento Northern Ireland Image Optimisation is an increasingly important step improve page speed and search engine performance of your... September 2022
Aheadworks will be removing Composer keys and download access for existing customers and switching entirely to a subscription model. From February 2022 Aheadworks announced it... March 2022
Before you start building-out your Magento website you must first plan your store hierarchy. Magento’s hierarchy is referred to throughout your store’s configuration. Each store... February 2022
Some (fairly) simple step-by-step instructions to ensure your Magento Belfast 2 store is running the best it can. While most of these options should only... December 2021
The Mage Open Source Community Alliance have published an open letter to the Magento community to announce a new initiative designed to focus on ensuring... September 2021
Magento 1 A brief reminder of the Magento 1 folder structure: app/code followed by either /core for core files /community for third party extensions /local... April 2021
The latest version of Shopify Northern Ireland has been released - Magento version 2.4.2 is the usual mix of security updates, performance and some improvements... March 2021
Previously known as Magento Community Edition, Magento Open Source is the ecommerce platform. Adobe which acquired Magento in 2018 has confirmed the open source edition... November 2020
While many companies have already upgraded to Magento 2 or moved on to alternative ecommerce platforms like Shopify, many smaller companies or larger companies with... September 2020
The UK has now entered lockdown with everyone being told to stay at home. The spread of coronavirus (COVID—19) continues to increase day by day... March 2020
This post shows you how to add the customer address fields to the customer registration page. It uses the existing setShowAddressFields method for displaying the... March 2020
If you are a business in Belfast or Northern Ireland who is looking to expand your presence online, Magento is a great platform to take... February 2020
The latest version of Magento has been released - Magento version 2.3.3 is all about security and performance. Security Support has been added to Magento... October 2019
Magento 2 allows configurable products to be imported through the CMS. Unlike Magento 1 where Magmi generally did all the hard work when it came... April 2019
While the Magento 1 platform is still active and supported there’s less urgency to switch-up to Magento 2. There are benefits to upgrading to Magento... March 2019
Magento Developer I’ve been building Magento sites since 2009, from standard catalogue sites to bespoke custom-built product generators. I’ve worked on a range of Magento... December 2018
Magento eCommerce was released on March 31, 2008, by Varien and developed on Zend Framework, it's a feature-rich ecommerce platform that provides merchants with unprecedented... December 2018
Magento Admin Panel > Catalog > Categories Click into the category you want to update and then expand the “Design”. To remove a layered navigation... June 2018
The Magento2 Command Line Interface (CLI) needs to use the same version of PHP as your local web environment. You can check this by setting... June 2018
For both development, ongoing management and scheduled tasks Magento’s Command Line Interface is able to do it all. To enable CLI for Magento to you’ll... May 2018
Magento version 1.9.2.2 and patch SUPEE-6788 both introduce a new security feature to Magento. Blocks on the front-end have to be enabled or whitelisted before... February 2018
Magento version 1.9.3.4 include patch SUPEE-9767 V2 which includes security patching for the checkout process. For your current front-end templates to work with this patch... October 2017
If you don’t fancy upgrading Magento 1 through command line, you can upgrade Magento core using Magento’s in-built Magento Connect Downloader. Load yoursite.com/downloader. Login with... October 2017
Alternative: Upgrade Magento using the Magento Connect Downloader Upgrading Magento is a must to keep your store in top-top condition, protect your customers and your... October 2017
Moving an entire Magento site from one server to another or between hosts can be a daunting task for non-server administrators. I’m going to try... August 2017
Magento Code: Innoexts Currency Pricing Modual Price and Special Price Imports vis SSH Standard Price Import Use the following command: `php /home/var/public/html/magento/shell/Innoexts/CurrencyPricing/Catalog/Product/Price/Compound/Import.php --file-path /var/import/ --file-filename standard_price.csv`... June 2017
This script will first scan the var/import directory for all CSV files starting “import-” using the glob() function in PHP. It will return an array... June 2017
This is a regular issue when using Sage Pay with Magento that needs a bit of explaining. Sage Pay transactions started by the customer are stored... June 2017
Magento makes it really easy to expand the usual product attributes through the Admin Panel. While these can be added to the product page in... May 2017
Some useful shippets for including customer account and a basic basket/cart product count in the header of Magento. This should be added to header.html in... March 2017
Magento comes preconfigured with a number of different product types. These range from simple bog-standard products to digital downloads and configurable products with a myriad... December 2016
Cookie and session management is an important aspect of any ecommerce store. Everything from a customer’s cart, checkout process and recently viewed products is made... November 2016
Simple single script to add Google’s conversion tracking to your Magento ecommerce website. The code should be added into the footer.phtml file within your current template.... November 2016
Simple single script to add Facebook’s Pixel Code tracking to your Magento ecommerce website. The code should be added into the head.phtml file within your... November 2016
There are many ecommerce platforms around, many offer a similar experience but time and time again Magento comes to the top of the list. Magento... November 2016
Product imports are an inevitable part of any ecommerce project. At some point the information you have on your products wherever it may be stored... October 2016
Update: Instead of this, try the All-in-one Facebook Pixel Code method. It’s easier to maintain. Facebook Pixel Code is a new and even more complicated... September 2016
Sometimes it’s necessary to quickly add a template for a page into the Magento content management system. This can be done via a custom extension... July 2016
This little script is an excellent time saver for adding a new attribute to all of the attribute sets configured in your Magento store. There are a few... July 2016
Full list of counties for the United Kingdom and Republic of Ireland. Run this SQL against your Magento database to replace the existing region text box... April 2016
This is a recurring issue with Magento’s standard One Page Checkout. It most often occurs when the template has been updated to include lots of... February 2016
At long last Magento 2.0 has finally be released into the wild. These are a few of the reasons merchants and developers should consider moving... December 2015
When making certain changes to Magento, such as modifying source files, installing extensions, reverting changes, it is necessary to clear the cache in order for... November 2015
The new Google Universal Analytics provides the opportunity for own measurement values and dimensions and allow you to track usage across platforms. Universal Analytics introduces a... May 2015
Magento image import can be pretty flaky with case and spaces in the filename of images being uploaded. =CONCATENATE("/",SUBSTITUTE(LOWER(F2)," ","")) The above code will add... May 2015
Have recently encountered an issue with prices in Magento Checkout appearing doubled. There are a number of solutions online which seem to (in various combinations)... February 2015