Test credit card numbers

You don’t always have to use genuine plastic to test your shopping solution.  Check out Paypal’s list of test credit card numbers here. And if you check here the Visa one is also valid for use with Authorize.net and can be used to trigger specific responses from their system.

Get the current category name with Magento

Wish there were some friendly template tags don’t ya?  Yeah you aren’t in WordPress-land anymore. Need to show the category name anywhere? Here you go: $categoryobject = Mage::registry(‘current_category’); $category=$categoryobject->getName(); I can’t take the credit for this one though, I actually found the object reference over here.  He got me the object, I just added the… Continue reading Get the current category name with Magento