If you have ever needed to have a category link point to a Magento CMS page, I am sure that you are aware that there are a few different ways that you can go about doing this. Here are three…
To say that eCommerce has grown tremendously over the past five years would be an understatement. Just as with the ever-evolving tech industry, the Internet has grown in leaps and bounds in recent years. It has become the desired medium…
What is a Directive? From time to time, in Magento, you may run across code snippets with two squiggly opening and closing brackets. What are those “squiggly bracketed” snippets of code officially called? They are called directives. These are very similar…
Create the following file structure to avoid making any changes to the Magento Core files. app/code/local/Mage/Catalog/Block/Product/View/Options/Abstract.php Then open and and copy the content from app/code/core/Mage/Catalog/Block/Product/View/Options/Abstract.php into the Abstract.php file you just created in your local folder. In your new Abstract.php…
One of our customers recently approached us to add an in-store pickup module to their Magento website. No problem, this is a pretty simple task and we quickly setup the module. However, the customer then notified us that they needed…