Forum Moderators: buckworks
within every product page I link to certain info like return policy, certificate of authenticity ect.
Now I could link to these via JS and have a pop up window open - I like this idea because the user doesn't leave the product page and get confused or lost.
On the down side, some pop up blockers might block it, JS could be disabled, or users just might not like it.
Any suggestions?
The only problems I've seen are with things like Firefox extensions that force new windows into a new tab - but anyone who uses that kind of thing tends to know what they are doing.
MM
Not with me. If important information is in pop-ups that are blocked by installed software (Norton Firewall, Google Toolbar etc..), I am not going to switch off three or four pieces of running software, enable javascript (and possibly restart the browser - Internet Explorer) and clear the cache or force a full reload of your page, just so I get the information to give me the confidence to give you my money. I leave. I shop elsewhere.
One of the most effective ways seems to be the <a href... target='_blank'>. Many pop-up blockers just remove the target=... section, allowing a pop-up for those who enable it, it opens in the same window for those who disable it.
You will find Windows XP SP2 has even more pop-up blocking.
I know navigating them to a new page, will work for everyone, but in an effort to increase trust(ie. sales) will I actually reduce my conversion rates?
If I go with the Pop-up - I risk losing the advanced users with multiple levels of pop up blockers.
Well I'm definatly torn - any advice or opinions are still much appreciated.
One of the most effective ways seems to be the <a href... target='_blank'>. Many pop-up blockers just remove the target=... section, allowing a pop-up for those who enable it, it opens in the same window for those who disable it.
This is not a bad idea - but many of my customers are older and not very computer literate - so by covering up the product page, I'm liable to just confuse them.