Zen Cart Logo
Forums / General Questions / Customer Complaint

Customer Complaint

Locked

Views: 2,415

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
24 Jan 2008, 3:36 AM
#1
kadesign avatar

kadesign

Totally Zenned

Join Date:
Feb 2005
Location:
New Jersey
Posts:
593
Plugin Contributions:
0

Customer Complaint

Hi,
I recently did an email to customers with items in their cart, recover cart sales. Two of the customers replied stating they didn't see that my site was secure and therefor they weren't comfortable putting their credit card info on my site. I have an ssl on my site, my own, and I don't see anything that would be an indication of a security issue. I would really appreciate it if someone, anyone, would take a look and see it they see anything that would cause them concern on the site.

Thanks for any help in advance,
Kelly

24 Jan 2008, 3:42 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,602
Plugin Contributions:
0

Re: Customer Complaint

SSl seems fine when viewing with both IE7 and FireFox.

24 Jan 2008, 3:45 AM
#3
kadesign avatar

kadesign

Totally Zenned

Join Date:
Feb 2005
Location:
New Jersey
Posts:
593
Plugin Contributions:
0

Re: Customer Complaint

I thought so too. I checked them both as well. I have no idea what either of them are talking about. But maybe it was just an excuse...

Thanks for taking a look,
Kelly

24 Jan 2008, 3:56 AM
#4
the_ancient avatar

the_ancient

Zen Follower

Join Date:
Mar 2007
Posts:
120
Plugin Contributions:
1

Re: Customer Complaint

sleepless:

I thought so too. I checked them both as well. I have no idea what either of them are talking about. But maybe it was just an excuse...

Thanks for taking a look,
Kelly

I dont see anything that would cause me to question the security either, like you say it could just be an excuse, however I would email them and ask for more details, be a PC as possible, something like

"Thank you for your reply, we are always looking for ways to improve your shopping experience could you provide me with more details about why you were uncomfortable entering paying information in our web site"

24 Jan 2008, 4:04 AM
#5
kadesign avatar

kadesign

Totally Zenned

Join Date:
Feb 2005
Location:
New Jersey
Posts:
593
Plugin Contributions:
0

Re: Customer Complaint

Sounds like a good idea...

Thanks!

24 Jan 2008, 9:00 AM
#6
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Customer Complaint

I can't see anything wrong there either. I wonder if these were unsophisticated visitors looking for logos to tell them that the site was secure, rather than the actual evidence of SSL shown in their browsers.

24 Jan 2008, 7:40 PM
#7
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Customer Complaint

Your site is gorgeous!!! Ok, so I did use the word gorgeous, that's just how imprressed I am with your site.

I took a good look and you don't have any indication that you have a secure site other than the lock in the browser. You might try either adding a secure server LOGO in a side box and/or editing the signup and checkout pages and adding it there.
**
Customer perception is a big thing these days.**

Also didn't see any sign of payment methods, do you accept Visa, MC, Discover - PayPal, Google Checkout, others? You might try adding the LOGO's in the footer or the header, or a side box.

Just my $.02 worth
JOhn ><>

24 Jan 2008, 8:37 PM
#8
kadesign avatar

kadesign

Totally Zenned

Join Date:
Feb 2005
Location:
New Jersey
Posts:
593
Plugin Contributions:
0

Re: Customer Complaint

Hi John,

Thank you so much for the compliments :blush: and the suggestions. I used to have the CC and Pay Pal logo showing and agree it would be best to have them. I may also look for a seal of some sort indicating the site is secure. I actually contacted Hacker Safe and they want $999.00 to do their "thing" and display their logo. Currently that is a bit more than I can do...
So I will try other suggestions such as your for now.

Thanks again,
Kelly

24 Jan 2008, 8:45 PM
#9
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Customer Complaint

It looks as if your SSL comes from Equifax Secure Inc, don't they have a Logo that you can use?

24 Jan 2008, 10:00 PM
#10
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Customer Complaint

It is quite possible it was a Browser and/or Operating System problem.

There are some coding errors which can cause various Browsers to throw various msgs.

From your Home page.

end tag for "img" omitted, but OMITTAG NO was specified.

…ineR.gif" width="393" border="0"></td></tr></table>

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Info Line 50, Column 1843: start tag was here.

<img height="50" src="images/berrylineR.gif" width="393" border="0"></td></tr></table>

Should be:
<img height="50" src="images/berrylineR.gif" width="393" border="0" /></td></tr></table>

You also have "hr" tags that are not closed.

<hr> << incorrect <hr **/**> << correct

Not properly closing tags can cause a cascading error effect.

Nice Template BTW. :smile:

25 Jan 2008, 12:31 AM
#11
kadesign avatar

kadesign

Totally Zenned

Join Date:
Feb 2005
Location:
New Jersey
Posts:
593
Plugin Contributions:
0

Re: Customer Complaint

Hi Rob,

Thanks! I think I got the items you pointed out. The <hr> was actually in the news sidebox so anyone using that may want to fix that.

Thanks again!
Kelly :smile: