|
Advanced Technique to Increase Sales
Have you ever tracked how many people get to your order page but then change their mind? You can easily figure this out by looking at your web site’s statistics. Look at how many unique hits your order page gets. Compare that to how many sales you made in that same period. Your sales are probably low compare to how many thought about ordering.
One system you can implement is a “pop up on exit” strategy. You configure your web page so that if someone leaves a page just prior to ordering, a popup window will come up giving you a second chance to convert the visitor into a customer. On the pop up page you can you should can do any of the following:
You may even want to offer a reduced price offer if they order right now.
You want to change the line that starts with “var url”. You would put the location of the page you want to pop up here. You can also change the “var win” line. These are the conditions that the window will have when it pops up. Right now it is set so that there would be no toolbar, directories, menu or scroll bars on the pop up window. If you would like for the window to have any of those features, simply change the “0” to a “1” The next line which starts with “resizeable” can also be changed. This controls the size dimensions of the pop up window. You can set these to your preference. Step #2 Look for the tag which is probably within the top dozen or so lines down. It may look something similar to this:
You want to add to the end of this the following: onUnload="exitwindow()"
Step #3
Ok, so far this will have a page pop up every single time someone leaves your page. We want to make it even more specific. We only want the page to pop up if they leave without going to the order link. We need a way to tell the page “don’t pop up a window if they click here”. The way to do that is here: For any links that you do not want the pop generated, add this code to those links: For example, the link to your order page may look like:
Add in the code so that it looks like this:
Now anybody that clicks on those specific links will not have the pop up page generated for them. More importantly, those who leave the order page without ordering will have a popup presented. You can offer an extra bonus for ordering, restate why they should buy or even offer a discounted price available only from the popup window.
SmallBusinessWebSite.com PO Box 1228, Hampton, NH 03843, (603) 365-6205 All Rights Reserved. Reproduction without permission prohibited. |