Hello All, I am writing here a script snippet for getting the orders count for given customer
Tag: Customer
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 this class for using the default function Create a sample module inside local I have used the Namespace ‘Decryptweb’ for my custom module. For custom […]
Get customer loggedin status in Magento
Hello All, I am writing here a simple but important script for checking whether any customer is logged in or not in Magento site’s frontend Hope this is useful .
Customer Model Magento
While working in Magento, you might have seen that there are various model defined like sales,catalog etc. I am writing here a script for working with customer model. I hope it is useful to you.