Tagged Questions
The customer tag has no wiki summary.
35
votes
2answers
1k views
Why would Magento fail to save a customer after generating an ID?
I'm attempting to track down the cause of a rare bug (love those intermittent bugs) where a customer selects to Register at time of checkout, but when the order is completed, Magento somehow fails to ...
9
votes
4answers
425 views
Managing customer expectations at prototype stage
Why is it that customers are seemingly always eager to believe that presenting a few mockup online screens means that the application is just a few tweaks away from being shipped?
Ok, I realise the ...
8
votes
7answers
1k views
How to collect customer feedback?
What's the best way to close the loop and have a desktop app "call home" with customer feedback? Right now our code will login to our SMTP server and send me some email.
6
votes
2answers
1k views
Multi-domain deployment of Google App Engine (GAE) apps
We would like to develop and sell custom commercial GAE applications. I would like information on the deployment of GAE applications on arbitrary Google Apps domains (i.e. not appspot).
Suppose our ...
6
votes
6answers
320 views
How to deal with poorly informed customer choices
Here's a scenario I'm sure you're all familiar with.
You have a fairly "hands off" customer, who really doesn't want to get too involved in the decision making despite your best efforts.
An ...
4
votes
2answers
2k views
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 ...
4
votes
10answers
254 views
Do you charge for the first conversation you have with a prospective client?
Do you charge for the first conversation (consultation) you have with a client?
I feel that every time I talk to prospective clients I give them valuable information that will help them even if they ...
3
votes
2answers
315 views
Magento, login as customer from admin
I've extended the Mage_Adminhtml_CustomerController with a new action loginAction in order to be able to login as a customer from the admin interface.
I call the loginById on the customer/session, ...
3
votes
1answer
467 views
How can I change a customer store_id in Magento or set the “created_from” attribute when creating a new customer
I want to be able to choose what store to associate a new customer with when I create their account as administrator. I found that by overriding this file:
...
3
votes
11answers
1k views
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 ...
3
votes
7answers
378 views
How to convince a client that all next projects/enhancements should be done via TDD (with some agile practices)?
We are a small team (3 developers) and one of our main clients is about to submit a bunch of new feature requests and a follow on project to us to get estimates on cost and delivery times. Our last ...
3
votes
6answers
246 views
What is the best way to cater for users reporting bugs?
ok, Bugzilla would scare the willies out of the average end-user. Even things like Mantis are a little spooky for the uninitiated.
What method, web package (preferred), interface, whatever can I ...
3
votes
10answers
838 views
Best practices for customer involvement in Agile development? [closed]
We need to involve our customer development partners in our development process. We're more or less following Agile methodologies. Some customer partners are remote, others closer. We need to minimize ...
3
votes
6answers
566 views
Weird many to many and one to many relationship
I know I'm gonna get down votes, but I have to make sure if this is logical or not.
I have three tables A, B, C. B is a table used to make a many-many relationship between A and C. But the thing is ...
2
votes
1answer
57 views
How to set active menu links under 'My Account' in Magento
I've got a custom module extending the customer account section. I've added a new link called 'My Uploads'. This link appears at the bottom of the My Account links sidebar. On the index page, the ...
2
votes
1answer
346 views
Adding fields to backend customer create section
I would like to add three fields in customer creating section of magento backend.
Customer Card ID
Customer Store No
Customer Store Name
Those fields should save into magento database then can ...
2
votes
2answers
3k views
Loading “custom resources” in Zend Framework 1.10
Everything was working fine in 1.9.6. I changed to 1.10 and now I have a lot of Warning for basically every Application Resource.
It looks like the ZF is looking for Application Resources in the ...
2
votes
2answers
169 views
validation with asp.net using javascript
i have to validate listbox for maximum of three items to select by the user...
i have write code that works fine...
but if i'll use the same code in customer validator in asp.net it...pop ups the ...
2
votes
3answers
250 views
Voting system/engine for customers?
I'm talking about some web thing like http://uservoice.com/
Can you suggest any other similar service, web-site or may be (even better) a ready engine for deployment on own server?
Actually, the ...
1
vote
1answer
35 views
How to limit time allowed for items to stay in a customers' cart Magento
I'd like to be able to set a time span that a customers' cart would expire, so once an item is added to their cart, they have say 15 minutes to checkout before all items are removed from cart and ...
1
vote
0answers
34 views
identifying which jpa mapping between customer and currentPaymentMethod
I have written a Customer class which has two fields.A Set<Payment> payments and a selectedPayment .A customer can have many credit cards and can select one of them for current purchase.The ...
1
vote
1answer
541 views
Magento 1.5.1: new customer dashboard block
I am going mental trying to create a new very simple section on my customer dashboard. Something like www.mymagentosite.com/customer/rid (rid includes only static links). However, when I try to access ...
1
vote
1answer
81 views
Design an address and a customer model
I have encountered a problem, when I was designing an address and a customer classes (models).
class Customer
(String) first_name
(String) last_name
(String) document_id
(String) ...
1
vote
0answers
230 views
Cross-selling product list on existing customer orders
Could you please anybody show me an example to show random cross-selling products list on existing customer orders history when customer viewing a product page?
I want to show related products to ...
1
vote
1answer
375 views
Magento: how to manually customer account activation
I'm developing a magento theme; but my customer asked me a particular modification: he wants to confirm manually the users registration.
How can I achieve this? is there a plugin or I have to do this ...
1
vote
2answers
430 views
creating magento groups needs reindexing
We are programmatically creating a customer groups in Magento, and assigning it to the new customers coming to our site. Once this customer logs in, he is not able to see any of the products in the ...
1
vote
2answers
842 views
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 ...
1
vote
1answer
86 views
Save previous data of a customer
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 ...
1
vote
1answer
95 views
Force customer to fullfill the address form again
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, ...
1
vote
1answer
748 views
Hibernate can't load Custom SQL collection
There is a table Item like,
code,name
01,parent1
02,parent2
0101,child11
0102,child12
0201,child21
0202,child22
Create a java object and hbm xml to map the table.The Item.parent is a Item whose ...
1
vote
2answers
2k views
Magento “My Account” link section
I'm currently developing a helpticket module for magento.
After you login an go to My Account you see a menu on the left side.
I already managed to get a link to my module in that menu.
I now want to ...
1
vote
3answers
104 views
Questions about Hosting customers' ASP.NET sites
Where do you host your customers' ASP.NET sites? I am about to develop a few sites, and I am looking for a good place to host (cheap, fast, good bandwidth, good storage, updates, service packs, etc.)
...
1
vote
3answers
335 views
Customer: Website is not user friendly? Are there common rules or standards to do this?
We developed an asp.net website for one of our customer. We followed our rules and standards while building website. While showing it for customer, he said: it's not user friendly.
Are there common ...
0
votes
2answers
45 views
Magento EE 1.11 - Customer Attributes Not Visible
Our client wants to add an 'Industry' dropdown to customer registration. We have created a new customer attribute, 'industry' and entered in the appropriate values.
It was not showing on the ...
0
votes
1answer
44 views
Magento : Use someone else address during checkout
In one of my project, I need to be able to make an order with someone’s else address. So i’ve done some modifications to be able to show the other customer’s addresses in my address list during the ...
0
votes
0answers
41 views
Amending client information
I have a site set up that will allow a user to log in and register using a database. I now wish to add a feature so that the user can change the details that they signed up with (name, email ... ect).
...
0
votes
1answer
77 views
Visibility (Windows Phone 7)
Sorry if I ask a basic question !
Class Customer has got string Name and int Age
In MainPage.xaml.cs I have :
ObervableCollection < Customer > Customers
In MainPage.xaml :
<Listbox x:Name ...
0
votes
0answers
28 views
Django users schema for organisation-as-customer with multiple subusers of different permissions
I'm writing a Django webapp for companies to record and track customer data. I want the following user structure.
Company > Administrator > Staff member > Customer
One account would be granted by me ...
0
votes
2answers
75 views
Add role to the customer and give certain permissions in Magento
I am working on the website where by using magento I need to create an account when the user is registered, then I need to give that user permission to add products to my predefined categories. I ...
0
votes
0answers
24 views
ERD problem help
our project requires us to do a system on textbook ordering. I am quite lost on what to do with the CUSTOMER ENTITY because it consists of two categories: student and non-student.another group will ...
0
votes
1answer
263 views
How to create custom customer field in Magento login page?
I was searching for the latest method to add custom fields on Magento 1.6 login page. All the articles that I found was for earlier versions on Magento and It's not working.
thanks and more power!
0
votes
0answers
75 views
how to add new cms block on customer account dashboard in magento?
How to add new cms block on customer account dashboard in magento 1.5.0.1 ? Any body can help me, thank you.
Regards,
Shipa
0
votes
1answer
330 views
How can I get my custom backend Magento Customer Checkbox Attribute to save my selection?
Magento CE 1.5.1.0
I'm trying to create a new customer attribute on the installation file for a Magento Module. I have it working fine for text inputs, but I would like to add a checkbox to the ...
0
votes
0answers
15 views
How useful is loopback interface statistics retrieved from SNMP
Is loopback statistics retrieved using SNMP really useful to a customer?
0
votes
0answers
253 views
Getting customer address attribute's admin value in Magento
I added a couple of fields to my Magento's checkout. These fields are all dropdown type and I added values for the Admin and the default store view.
Once the checkout is concluded I try to access the ...
0
votes
2answers
306 views
Add custom customer attributes in Magento 1.4.2
how can I add custom fields to customer attributes in backend with the Magento version 1.4.2
Thanks a lot.
0
votes
1answer
2k views
Magento - Add attribute to customer entity
Since two days iam trying to add new customer attribute to the magento database. But i dont get this to work. I added a simple "nickname" input field to the register.phtml and edit.phtml following ...
0
votes
0answers
30 views
Best way to support mobile app customers [closed]
I know it's an unusual question for an developer but how do you support your Mobile-App customers? What's the best way to communicate with them?
Website
Twitter
Facebook
Google+
Contactform
eMail
...
0
votes
2answers
305 views
Magento in admin panel when click on edit custome it blank can't work?
My Magento Version is 1.5.1.0-rc1.
When Click on Customer Tab and Manage customer then it will show customer detail proper but when click in edit then give me header and footer without body middle ...
0
votes
0answers
45 views
Uncaught ReferenceError: editForm is not defined -create new customer for new customer
Getting this error in magento 1.4.2 when trying to create an order manually for customer. Any ideas?