{"id":42491,"date":"2016-03-11T09:10:01","date_gmt":"2016-03-11T09:10:01","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tiresias\/"},"modified":"2016-03-11T09:10:01","modified_gmt":"2016-03-11T09:10:01","slug":"tiresias","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/tiresias\/","author":14854317,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.0.1","stable_tag":"trunk","tested":"4.3.34","requires":"3.5.0","requires_php":"","requires_plugins":"","header_name":"WooCommerce Tiresias Tagging","header_author":"BeTechnology","header_description":"","assets_banners_color":"","last_updated":"2016-03-11 09:10:01","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/woocommerce-tiresias-tagging\/","header_author_uri":"","rating":5,"author_block_rating":0,"active_installs":0,"downloads":1020,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[888,282,10685,61131,286],"plugin_category":[45,53],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-42491","plugin","type-plugin","status-publish","hentry","plugin_tags-e-commerce","plugin_tags-ecommerce","plugin_tags-personalization","plugin_tags-tiresias-tagging","plugin_tags-woocommerce","plugin_category-ecommerce","plugin_category-ratings-and-reviews","plugin_committers-ysilvela"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tiresias.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Tiresias analyzes your customers\u2019 behavior, learning their likes and dislikes and enables you to automatically personalize your product recommendations for each individual shopper. The result? Happier customers that buy more.<\/p>\n\n<p>Combining patent-pending world-class technology with a core focus on ease of use, there are no complicated integrations or deep technical know-how required. And with a success-based pricing model that scales with your business, you\u2019ll be up and running in minutes - totally risk free.<\/p>\n\n<p>Features<\/p>\n\n<p>Personalized Product Recommendations\n-Recommend shoppers the most relevant products in real-time based on their unique user behavior.<\/p>\n\n<p>OK, but why Tiresias?<\/p>\n\n<p>-Pay only for the sales we help you make\nWe believe it\u2019s important to be fair. That is why we only make money when you do, taking a small % of the revenue we help you generate. No setup costs. No fixed fees. No minimum contract lengths. Learn more about our pricing here.<\/p>\n\n<p>-Easy to customize, easy to use\nTiresias makes it easy for you to create and edit recommendations with just a few clicks. With options available for advanced rules and filtering and customizable design, the control is in your hands.<\/p>\n\n<p>-1:1 personalization\nUnlike other services, Tiresias delivers tailored recommendations right down to the individual. We know the brands your customers love, the categories they shop and what they\u2019ve bought or browsed in the past. The result? Higher conversion rates for you.<\/p>\n\n<p>-Real-time\nTiresias\u2019s self-learning recommendation engine works in real-time, detecting product and customer behavior updates as they happen and updating recommendations accordingly, ensuring a smooth, up-to-date and relevant user experience at all times.<\/p>\n\n<p>-In-depth analytics\nTiresias\u2019s Admin Panel provides in-depth analytics and reporting tools to help you keep track of your KPIs and how Tiresias is helping you reach them. Keep on top of your business, wherever you are.<\/p>\n\n<h3>Known issues<\/h3>\n\n<ul>\n<li>Does not support products that are sold only in a group product but NOT individually in the store\n\n<ul>\n<li>A group product consists of multiple simple products and the group is tagged on the product page\nwhile the individual simple products in the group are tagged in the cart and order<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>Before proceeding please make sure that you are running WordPress 3.5 or above and WooCommerce 2.0.0 or above.<\/p>\n\n<p>Please refer to the WordPress documentation on how to get the plugin to appear in your installation admin section.<\/p>\n\n<p>Once the plugin appears in your installation, you must activate it. Navigate to the \"Plugins\" section and locate the\n\"WooCommerce Tiresias Tagging\" plugin. The activation is done simply by clicking the \"Activate\" link next to the plugin\nname in the list.<\/p>\n\n<p>The activation procedure will create a new page called \"Top Sellers\". This page can be found and edited under the\n\"Pages\" section in the backend. The page contains a single div element that is used to show product recommendations. A\nlink to the page should appear in the shops main navigation menu.<\/p>\n\n<p>The plugin uses the WordPress Action API to add content to the shop. However, there are a few actions that will have to\nbe added to the shops theme in order for the plugin to function to its full extent.<\/p>\n\n<ul>\n<li>wcnt_before_search_result\n\n<ul>\n<li>This action should be called above the search result list on the on search pages<\/li>\n<li>You need to add <code>&lt;?php do_action('wcnt_before_search_result'); ?&gt;<\/code> in your themes search page template at the\nappropriate location<\/li>\n<li>Please note that this only applies to the WordPress search and not the WooCommerce search\n\n<ul>\n<li>If you are using the WooCommerce search, you do not need to add any actions to the templates<\/li>\n<\/ul><\/li>\n<\/ul><\/li>\n<li>wcnt_after_search_result\n\n<ul>\n<li>This action should be called below the search result list on the on search pages<\/li>\n<li>You need to add <code>&lt;?php do_action('wcnt_after_search_result'); ?&gt;<\/code> in your themes search page template at the\nappropriate location<\/li>\n<li>Please note that this only applies to the WordPress search and not the WooCommerce search\n\n<ul>\n<li>If you are using the WooCommerce search, you do not need to add any actions to the templates<\/li>\n<\/ul><\/li>\n<\/ul><\/li>\n<li>wcnt_before_main_content\n\n<ul>\n<li>This action should be called at the beginning of every page in the shop<\/li>\n<li>You need to add <code>&lt;?php do_action('wcnt_before_main_content'); ?&gt;<\/code> in your themes header template, inside the main\ncontent section<\/li>\n<\/ul><\/li>\n<li>wcnt_after_main_content\n\n<ul>\n<li>This action should be called at the end of every page in the shop<\/li>\n<li>You need to add <code>&lt;?php do_action('wcnt_after_main_content'); ?&gt;<\/code> in your themes footer template, inside the main\ncontent section<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<p>Once you have activated the plugin and added the necessary actions, you need to configure the plugin. The plugins\nconfiguration page can be found under the \"Settings-&gt;Store\" section, in the tab called \"Tiresias Tagging\".<\/p>\n\n<p>The configuration page consists of three settings:<\/p>\n\n<ul>\n<li>Server address\n\n<ul>\n<li>This is the server address for the Tiresias marketing automation service<\/li>\n<li>It will have the default value of \"connect.tiresias.com\" and you do not need to change this<\/li>\n<\/ul><\/li>\n<li>Account name\n\n<ul>\n<li>This is your Tiresias marketing automation service account name that you got when registering for the service<\/li>\n<\/ul><\/li>\n<li>Use default Tiresias elements\n\n<ul>\n<li>This setting controls if the plugin should create and output the default Tiresias elements for showing the product\nrecommendations<\/li>\n<li>You can disable the defaults if you want to use your own elements in your theme<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<p>All of the above settings are needed for the plugin to work.<\/p>\n\n<p>The \"Tiresias Tagging\" widget added by the plugin for showing Tiresias elements in the shops sidebars, needs to be configured\nif you wish to use it. The widget can be found under the \"Appearance-&gt;Widgets\" section and it works like any other\nWordPress widget. After dropping the widget in the appropriate sidebar container, you need to configure its Tiresias ID.\nThis ID is used as the Tiresias element div ID attribute and can be whatever you decide.<\/p>\n\n<!--section=changelog-->\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Initial version<\/li>\n<\/ul>","raw_excerpt":"Tiresias is the easiest way to deliver your customers personalized shopping experiences - wherever they are.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/42491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=42491"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ysilvela"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=42491"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=42491"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=42491"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=42491"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=42491"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=42491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}