Zend, Magento and WordPress – working together
I recently wanted to integrate WordPress, Magento and a bespoke Zend application to work together. For the main part, this was easy. I put the Magento installation into a seperate Read More »
I recently wanted to integrate WordPress, Magento and a bespoke Zend application to work together. For the main part, this was easy. I put the Magento installation into a seperate Read More »
Every now and then, you might end up with a custom image type in your Magento store. Maybe the initial ones don’t allow enough flexibilty or you need to show Read More »
When using flat rate shipping options for Google Checkout, you can include a free delivery option. However, when you click through to Google Checkout, the free option is missing. Google Read More »
Magento provides facilities to get the Image URL from a category by using the catalog/category model.
|
1 |
echo Mage::getModel('catalog/category')->load($catId)->getImageUrl(); |
However, by default, it doesn’t provide the facility to get the thumbnail category Read More »
I did an apt-get upgrade from one version of Debian to another – I think it was etch to lenny. Upon restarting the box, mysql wouldn’t respond. hq-lnx-001:~# /etc/init.d/mysql start Read More »
Many websites show a “total number of items in your basket”. So, how do you get that information out of Magento if you’re not in the checkout process? You can Read More »
This is the third Think Visibility I’ve attended (much thanks to Branded3 for forking out for the ticket!) I’ve really enjoyed the previous conferences and this one was no exception. Read More »
I was setting up SSL on our local Debian box at work, and needed to generate a new cert. apache2-ssl-certificate failed to work though, so what have they done with Read More »
I had the need recently to find a cron job on a server. I was logged in as root, but I didn’t know who the cron job was set up Read More »
I was having issues with a site recently whereby the jQuery UI Tabs that were on the site weren’t working in IE. After chopping out all other includes and HTML/CSS Read More »
I was reading about the impending release of WordPress 3.2 and the fact that it will only be supporting PHP 5.2 and above. This also sparked discussion at http://yoast.com/requires-php-52/ regarding Read More »
WordPress MU, or just WordPress now as of v3, supports “networks” of sites. Once you set up the main site, you can install other sites into folders, or on to Read More »