I have been playing with Magento for couple days, and trying to understand the code inside it. It looks quite complicate.. probably because I am not really familiar with its frameworks. Basically it is PHP, but since files and functions are breaking up, and I have hard time to read its documentation, I actually still stuck how to start with it… Here is my task: I want to add a shipping option when my item is a small item (so that I don’t have to send it as parcel and save some bucks for customer). I have already defined two shipping option: Hong Kong Post Air Parcel and Hong Kong Speed Post. Here is my solution:
(more…)