May 12
Richard FeraroTechie Daw e-commerce, Magento, open source, wordpress

I’m soooo happy to see my very first plugin to be released for everyone to use. I hope it will help a lot of Magento and WordPress users!
Click! click! click!
May 11
Richard FeraroFeeling guru, Techie Daw e-commerce, Magento, php, plugin, programming, wordpress

Update (May 12, 2010): Mage Enabler is now available in the Official WordPress Plugin repository. Get it here!
It’s been a while since I posted my tweak that allows Mage object to be utilized within any WordPress installation. The tweak requires the blog owner to modify functions.php as stated in my post. I’m inspired by the feedback of the readers who used the tweak so I decided that a plugin that does the same thing should be made to prevent modifying the WordPress core files thus preventing the tweak to cause inconsistencies when an upgrade is necessary.
More
Mar 25
Richard FeraroFeeling guru, Techie Daw e-commerce, Magento, php, programming
This post is an update for my blog entry on how to extend the Magento session to an external site but instead of using the version 1.2.1.2, I used the the latest stable version as of this writing which is version 1.4.0.1. The script below also implements the login() and logout() method the Magento way as well as extracting the customer data (firstname and lastname) using getCustomer() method.
More
Apr 27
Richard FeraroFeeling guru, Techie Daw e-commerce, Magento, open source, php, programming
Yes, I know. This topic has already been discussed here. But it seems the article isn’t really helpful for those people who would integrate Magento into a custom website because it will redirect the page to Magento’s default web store provided in the installation. The technique I’ll discuss here assumes that you know HTML and ofcourse familiar with Object Oriented Programming (OOP) in PHP.
More
Apr 13
Richard FeraroFeeling guru, Techie Daw e-commerce, Magento, open source, php, programming
If you’re using an external site with Magento as a backend for e-commerce functionality, you will notice that the shopping cart items doesn’t get deleted after you checkout. Actually in Magento, a shopping cart is a quote. So to remove everything in the shopping cart, you must delete the quote currently used by the user. To do this, follow the code below:
More
Apr 13
Richard FeraroFeeling guru, Techie Daw e-commerce, Magento, open source, php, programming
Recently I received a programming task requiring to use Magento as backend system while implementing its e-commerce functionality to a website created using CodeIgniter framework. After reading a book related to the software mentioned, I found this piece of code that will enable me to use all Magento’s power into my custom website:
More
Recent Comments