customer

Is there an event for customer account registration in Magento?

I would like to be able to run some functionality with a module that I am building whenever a customer registers an account, but I can't seem to find any events that are fired upon a new customer registration. Does anybody know of an event that is dispatched for that? ...

[MAGENTO] Force customer to fullfill the address form again

Hi! I created a new attribute to the address form and it is working fine, my problem is with older customers. How can I make force them to have to edit their address? WHen they go to the checkout page, they choose the old address without knowing about the new attribute, and it is really important for us that they fill it properly any ...

How does one ceate a system like stack overflow for custmer service operations

How would one build a system like stack over flow to support customer service operations? A system that shows similar questions & its answers? ...

Save previous data of a customer

Hi, i've made a page with a calculator for customer, they can use it without being logged in, there is a save button in that page, what i'm trying to do is: if a customer click save and it is not logged in, will be redirect to the register form, and if the user successfully register, i need to save the data he wrote in the calculator to ...

Disable tier pricing for certain customer group in Magento

I know you can set tier prices per group in the admin, but I require six groups with the same tier prices and one with non. So this would require creating seven sets of tier prices for each product. So what i hope to do is hack the function that checks to see if a product has any tier prices associated with it - so it returns a negative...

Disable customer in Magento

I want to include to the administrator the option to disable login accounts, no data would be erased from the account, but if would be disabled for users not using it more, once cleared, the user would not notice any newsletters or anything else, just one last mail notifying the deactivating your account. ...

Customer Display

Is there any Customer Display available that can not support the POS7300 character set ?! Recently I am developing a software, showing some results on a customer display. I am using the POS7300 standard as the character set of my customer display. I was wondering if there would be some kind of customer display which can not support my p...

How do I create custom fields like mobile number in customer registration form without modifying magento core files?

How do I create custom fields like mobile number in customer registration form without modifying magento core files? I tried but the mobile number is not saved in the DB I override the Mage_Customer_Model_Entity_Setup class with Myown_Mage_Customer_Model_Entity_Setup by creating Model/Entity/Setup.php in my modules folder and added...