博客 / 列表

Joseph McDermott - How To Create An Admin-Manageable Magento Entity For Brands

In this tutorial, we will create a new “brand” entity in Magento that can be managed through the admin panel. Once we are finished, you will be able to create, update and delete brands that can be v

Tutorials , Frameworks , php , Magento , coding

Joseph McDermott - How To Create An Affiliate Tracking Module In Magento

We will be covering the following topics: Capturing URI request data, Saving to and retrieving values from cookies, Adding custom content to the checkout success page, Adding module config

Frameworks , Magento , coding

Joseph McDermott - Introducing The Magento Layout

In this tutorial, we introduce the Magento layout by creating a simple module that will add some custom HTML content to the bottom of every customer-facing page, in a non-intrusive manner. In other

Frameworks , php , Magento , coding

Joseph McDermott - The Basics Of Creating A Magento Module

A lot of community extensions (or modules) are available for the feature-rich open-source e-commerce solution Magento, but what if they don’t quite work as you want them to? What if you could unders

Frameworks , Magento , coding