search
top

Product Quantity in Magento

For one of my project I needed to display the total quantities ordered in Products lifetime in product view page. Here is the code $product_id = 1; // the id of the product for which the quantities...
read more

Grid filters in Magento

Since last few days I am working on a custom admin module, and was required to make a functionality related to Filters. The functionality was such that I needed to fetch the filters inserted...
read more

Country and States in Magento

Hello All, Magento has inbuilt model for Country and State as seen in Checkout page. In checkout page if you select Country like ‘France’ , a drop down will be seen in place of textbox...
read more

Disable ‘Billing Agreements’ and ‘Recurring Profiles’ in Magento

Hello All , From the new functionalities introduced from Magento 1.4.1.0 , two are ‘Billing Agreements’ and ‘Recurring Profiles’ Sad thing is that this cannot be disabled...
read more

Email Addresses in Magento

In Magento in adminend (Adminend > System > Configuration > Store Email Addresses) we have a section for storing various store email addresses used in sections like Orders,Sales etc Sometime...
read more

Customer Groups in Magento

Hello All, I am writing here a script for displaying a select box of customers group. There exists a Helper file for Customer at app/code/core/Mage/Customer/Helper/Data.php . We need to extend...
read more

Generate CSV file in Magento

Hello All, You might have seen that Magento provides a functionality to directly export the content from the grids in most of the modules seen in admin end like Sales, Products etc in the...
read more

DW Pie Chart (or Bar Chart)

DW Pie Chart Hello All, I have added a new product in my store. DW Pie Chart Component for Joomla 1.5 This component has the option to toggle between Bar Chart and Pie Chart with a single click. Hope...
read more

« Previous Entries Next Entries »

top