support forums and sign up for the mailing list to receive updates and news. By Husani Oakley. Version: 1.4 */ /* Copyright 2009 Husani Oakley (email : wordpressplugins@husani.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** SETTINGS AND REQUIRED FILES */ define("LINKSHORTCUT_NAME", "/link-shortcut"); define("LINKSHORTCUT_UI_LOC", ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/admin"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/Linkshortcut.php"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/LinkshortcutInstaller.php"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/LinkshortcutAdmin.php"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/LinkshortcutDataManager.php"); //grab control of the flow during template_redirect. add_action('template_redirect', 'linkshortcut'); /** * MAIN WORK FUNCTION. At this point, we know if WP has found the content. if we're a * 404, we'll check to see if it's a linkshortcut. if it is, redirect; otherwise, do nothing * and let WP continue with the error process. */ function linkshortcut(){ global $wp_query; //are we a 404? if(is_404()){ //yes. send to linkshortcut, which will determine if we redirect or not. $LinkshortcutManager = new LinkshortcutManager; $LinkshortcutManager->go(); } } /********* HOOKS AND ACTIONS REGISTRATION FOR INSTALL/UNINSTALL AND ADMIN PANELS ***********/ /** create options page and menu structure/pages */ add_action('admin_menu', 'linkshortcutAdminMenuCreation'); function linkshortcutAdminMenuCreation() { $LinkshortcutAdmin = new LinkshortcutAdmin(); add_menu_page("Link Shortcuts", "Link Shortcuts", 8, 'linkshortcut_list', array($LinkshortcutAdmin, 'displayMain')); add_submenu_page('linkshortcut_list', "addnew", "Add New", 8, 'linkshortcut_addnew', array($LinkshortcutAdmin, 'displayAddNewForm')); if(is_admin()){ //include javascript add_action('wp_print_scripts', array($LinkshortcutAdmin,'displayJS')); } add_options_page('Link Shortcut Options', 'Link Shortcut Options', 8, 'linkshortcut_options', array($LinkshortcutAdmin, 'displayOptionsPanel')); } /** set up ajax for admin custom ident check */ $LinkshortcutAdmin = new LinkshortcutAdmin(); add_action('wp_ajax_linkshortcut_check_ident', array($LinkshortcutAdmin, 'checkIdentWithAjax')); /** register activation/deactivation hooks. since i can't seem to get a class's method used as a callback, doing it ghetto style. */ $LinkshortcutInstaller = new LinkshortcutInstaller; register_activation_hook(__FILE__,array($LinkshortcutInstaller,'doInstall')); register_deactivation_hook(__FILE__,array($LinkshortcutInstaller,'doUninstall')); ?> 4 Top Tips to Persuade People to Buy - JONMOSS Online

You can easily persuade people to buy online using techniques that psychologists and successful marketers have known for years. Persuasion is nothing more than understanding specific aspects of human nature that work on a subconscious level and are often automatic.

Here are some of the best ways to persuade people to buy your products or services.

 

Show What Others Are Doing

People tend to look to others when it comes to making a purchasing decision, and will often copy what they are doing, especially when they are dealing with uncertainty. This psychological phenomenon is known as social proof. People often decide what others are up to because it makes them feel reassured about their choice. They assume that other people are more knowledgeable and better informed then they are.

Show User-Generated Reviews

A massive influence on a person’s buying decisions is reviews published (typically online) by other buyers of the same product. These reviews have quickly become an essential aspect of website design because they allow users of your site to write reviews and express their overall rating of your products. Online users are more inclined to trust people over marketers. Don’t be afraid of negative user reviews though. Rather than trying to delete these from your site, be prepared to reach out to these customers quickly to understand and try to resolve their complaints.

Use Pictures and Videos to Persuade

A powerful tool for increasing product sales is the use of images. This is especially true for luxury and high-value products and services. It is essential to provide high-quality images of the products that you are selling because they will go a long way in reassuring people about what they’ll be getting.

Up-Sell and Cross-Sell

Once people have already committed to making a purchase, it is much easier to persuade them to buy more because they already have one foot in the door. You don’t ever want to underestimate the potential profits that you can make from cross-selling and up-selling your products. Displaying related products near your top sellers will make it easier for people to buy more items. When you’re selling digital products, it makes sense to create a funnel containing other related products which customers will buy if they provide massive value.

 

In its purest form, persuasion means providing users with the information they need to make an informed decision and helping them to trust you and address any concerns they may have. Persuasion isn’t about manipulation. These persuasion tactics will only get you so far in winning over potential customers; your site still needs to provide value and excellent customer service to guarantee success.