by Cube Websites | Oct 20, 2010 | PHP
Here’s a quick tip on how to disable notices like this one appearing on your site: Deprecated: Function eregi() is deprecated in… At the top of your application (bootstrap or index file) just add the following line of PHP: error_reporting(E_ALL &...
by Cube Websites | Oct 14, 2010 | Extensions, Magento
UPDATE 4 FEBRUARY 2012: An updated version of this widget is now available here Today I launched my first Magento widget. Features Group by category. Using this widget, you can specify the categories to display products from, and on the frontend you’ll be able...
by Cube Websites | Oct 11, 2010 | Magento
I just started writing a custom Magento widget for an upcoming Magento Template following the tutorial in the Magento knowledgebase. As one of the options for the widget I needed a custom value provider, so decided to use the instructions provided to specify a source...