How to add extra field in my account page in magento? - magento

I want to add some extra fields including textfield,dropdown box in customer/account/create/ page in magento.By default we have only login information and personal information with 2 to 3 textbox only.But I have to add billing details,destination type,billing address and so on.
Please refer this link below,it will help you to understand
https://www.webstaurantstore.com/myaccount.html?goto=register
I tried to solve this problem but unable to do that.If anyone knows this,please help me out.
Thanks!

You'll need to add customer attributes to your database first.
Then you have to add them to your registration-template.
At last the attributes have be added to the customer fieldset in the config.xml
Here is a detailed step-by-step tutorial that may help you :-)
http://www.fontis.com.au/blog/magento/custom-customer-signup-attributes

Related

Magento add extra fields to /customer/account/create/ page

I'm making great progress learning magento. My questions is, how do I add extra fields to the /customer/account/create/ page? The fields I want to add are below. Can the fields I add also appear under:
1) Frontend: Customer is able to edit/change the added fields answers in their accounts area
2) Backend: Administrator is able to see and manage the added fields under customers/manage customers/ selected customer/ customer information.
Any help or pointers is immensely appreciated.
11 OF 11
About You
WHAT IS YOUR AGE?
18-23 24-29 30-35 36-45 46-55 66+
WHAT IS YOUR HEIGHT?
WHAT IS YOUR WEIGHT?
WHAT IS YOUR ZIPCODE?
HOW DID YOU HEAR ABOUT US?
Magazine Online Ad TV Newspaper Friend
Here is a good but old tutorial how to add custom fields in registration page
http://www.fontis.com.au/blog/magento/custom-customer-signup-attributes
It was done for Magento 1.3 so you need to read comments below the article to make it works on Magento 1.7 or check out this answer on SO Can no longer add registration fields in Magento 1.4.2.0
Also there are few extensions on Magento connect for that purpose.
Thanks for all your input. I came across this extension and it worked REALLY GREAT for me!
http://www.magentocommerce.com/magento-connect/custom-customer-registration-fields.html

Order Detail page in My Account - Magento

Can anyone help me?
In My Account->My Order page, it's displaying all orders in a table, but if I click the View Order link, it's not redirecting to another page - it's staying in the same page.
The link is correct (http://.../index.php/sales/order/view/order_id/142/) but it's still not redirecting to the Order Details page.
I am using magento 1.4.1. If you need any more details, I'll provide them but please help me with this. Is there any setting that means that the Order Details page won't display?
Please help me to fix this issue.

How to call product url in email generated by Magento

I have an email that is being generated from within magento that shows what a customer has bought. (Based on New Order Template).
Is it possible to make the item listed a link so it can be clicked and directly go to the item on my website. It sounds so simple, but can't find any info how to do this within magento.
Hope someone can help.
In design, you have an email folder. Just override email/order/items/order/default.phtml and email/order/items.phtml if you want a new column. Good luck ! :) If you want more details, ask me and I`ll help you .

How to find which admin user posted the product?

Currently Im working on a magento project and it have a plugin developed by another team. This project have merchant logins also. But the issue I am facing now is. When I add a product from merchant panel, it is not getting displayed in his product list. It is shown in admin product list. I want to track down what userid is entering corresponding to that record inserting from merchant login.
In which table I have look? After searching a lot I believe they are not storing any userid corresponding to each product. But I am not sure about that. How can I confirm that?
Please help me
Thanks in advance
There is no such functionality in magento admin, as far as I know. But you can write your own module to controller_action_predispatch or to core_abstract_model_save_after(or something like this) events. And you will be able to see who did what.
UPDATE 1
If I am right, meaning this is not implemented, then you should your own custom logging module.
Module should use Observer functionality. If you want particullarly catch the product save, then you should catch the events of product saving.
here.
To compare product data you can see an example here.
Well to get current user you can read this example.
Moreover in case it is not enough, you may watch here, something might be interestring for you.

German Magento Webshop Setup

Is anyone worked on such templating. My client does not wants Region/States on the customer address section any where on the shop but magento is having region is required in many forms. Is there any way to disable it or should i work with each form.
Please some one help me to solve this
If you look at the forms there is no 'if' around the region/state entries whereas there is for things like 'salutation'. For this reason you may want to edit each form.

Resources