The problem After much research, I can only assume this special price issue not working properly is a bug in Magento. The only accepted solution was to visit the admin page System > Configuration and Reindex the Data for Product Prices. Fine, but I can’t tell my client to log into his admin every morning [...]
Writing your first custom Magento extension is difficult; no one will argue that fact. Getting the benefits of the new TinyMCE WYSIWYG editor in the admin side is a fairly simple process, unless you require the ability to also upload files through it such as with the CMS. I use a helper method from Aheadworks [...]
I was working on a client’s new Magento site recently and I came across a puzzling issue. We had completed a Cart2Cart migration from PinnacleCart to Magento, and several of his products had a huge number of custom options. No matter what I did I couldn’t modify any of those custom options; however I could [...]
Magento does not natively give us the option to assign free shipping to specific items. This write-up details how to add this feature without editing any core code. Add free shipping option to products Make free shipping price rule Enable free shipping in Magento Add free shipping text to product pages, listings, and cart Compatibility [...]