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

Changing your hosting plan on GoDaddy via your Account Center

This is an odd one but something worth sharing.  GoDaddy’s “Economy” Windows plan doesn’t support a component needed to install WordPress, well or use MySQL at all for that matter if this error is correct.  I think it may be more of a WordPress-specific issue, but I didn’t test MySQL connectivity outside of WordPress.  You… Continue reading Changing your hosting plan on GoDaddy via your Account Center

Published
Categorized as Tech Tips