I've been evaluating e-junkie, and it's almost perfect, except for one big problem IMHO. Given the interaction of the credit card form page, I believe there is the real potential for lost sales. Here's why...
After filling out the credit card info and clicking the button at the bottom to pay, a dialog box is displayed asking if it's okay to charge the card. Depending on the browser in use, the caption on the dialog box may show "https://www.e-junkie.com/". This happens with Firefox and Chrome. Given the implementation, unfortunately the caption cannot be controlled because of the use of the confirm() JavaScript function where the browser dictates the caption.
My problem with this is twofold: 1) To that point during the purchase process, the user has not seen e-junkie.com at all (except in the URL, which I can live with) so it could be called into question if the purchase was legitimate. 2) The domain name itself, e-junkie.com, does not convey a professional image IMHO, and may cause it to be questioned by the user as well.
One solution would be to remove that confirmation dialog entirely. Another would be to make it an option in the setup.
I hope one of these two things can be done so that I can use e-junkie, because beside this one issue, it's perfect!
Is anyone else concerned about this?
Joe A.