1
MagDoc – Powered by Scribd Released on Magento Connect
MagDoc will give store administrator a feature of managing/displaying document in the Magento storefront powered by richly featured “the world’s largest social reading and publishing platform” – Scribd. This module provides a unique...
Happy Dashain Holidays!
Its time for all of Nepal to mark their “only” long term holidays. It’d Dashain time and don’t expect me to come up with things during this week long holidays.
Image courtesy: nepalifonts.blogspot.com
Custom Query In Magento a Zend Approach [Updated]
I’ve already mentioned about custom query in Magento, before but now I think its time to upgrade that method to next level because it would always be good to have standard code for reference.So it is just a new improved way of using a...
Generating Invoice/Order's Next Increment ID in Magento
Magento has its own way of generating increment ID for new invoices and new orders after they are saved. But how about knowing them before hand, i.e before the invoice or the order is created! Lets first understand the working of those increment...
Adding Custom Javascript on Admin form in Magento (Backend)
Sometimes in Magento, while creating a custom module we need to add our custom Javascript code in our Admin form. These Admin forms we create are extened from the Magento’s core form widget. So there is a less flexibiliy of adding a custom...
Adding CSS Class name to My Account Link (Anchor Tag) in Magento through XML Layout
At the first instance I thought WTH! must be pretty simple, add params in XML layout and “Voila!“. But later I found that it was not simpler as I thought. I had to get into the addLink method for sometime (1/2hr) and finally I came...
Working with Ajax and JSON Objects in Magento [Case: Ajax Powered Login Functionality]
Previously I have written about Working With Ajax in Magento. And after a huge response I received from that post I was compelled to write more on implementing Ajax in Magento. And this time I want to say additionally about handling JSON (JavaScript...
Displaying Currency code after the price value in Magento
I had a time to research on Magento’s currency format and its display on Magento webshop. I then came across a block where I could change the format of currency display, in this case I am talking about moving the currency symbol to...
Magento: Setting Up a Default Shipping Method on Cart Page
I recently came to a situation where I need to show a shipping price amount on cart before selecting the shipping address from the checkout page. Basically shipping price is shown after the user has added the shipping address and selected the...