=== Plugin Name ===
Contributors: augustinfotech
Tags: woocommerce, menu, shop, cart, basket, login, logout, checkout, account, link, product, category, search, shortcode, categories, item.
Requires at least: 3.0
Tested up to: 4.2.2
Stable tag: 1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==

> We provide advance level of support for installation and customization at $10/hour.
> 
> [Click here](http://www.augustinfotech.com/contact-us/)  for more information.


Add *"WooCommerce Links"* into your WordPress menus just the way you are adding other menu items!

Features :

* With this plugin you can now add a WooCommerce links to existing WordPress menu.
* You can also add login/logout menu with auto switch functionality based on user's login state.
* You can also add WooCommerce search to menu.
* You can also add multiple WooCommerce shortcodes whereever you want.
* Nonce token is present on logout item.

Plugin Developed by August Infotech [Visit website](http://www.augustinfotech.com)

== Installation ==

1. Upload the *"woocommerce-menu-extension"* folder into the *"/wp-content/plugins/"* directory.
2. Activate the plugin through the *"Plugins"* menu in WordPress.
3. You can now add WooCommerce links in your Navigation Menus.
4. See FAQ for usage.

Plugin Developed by August Infotech [Visit website](http://www.augustinfotech.com)

== Frequently Asked Questions ==

= How does this works? =

Visit your navigation admin menu page, you got a new box including 10 links, *"Shop"*, *"Cart"*, *"Basket"*, *"Log In"*, *"Log Out"*, *"Log In|Log Out"*, *"Checkout"*, *"Terms"*, *"My Account"*, *"Search Product|Search"*.

* Add the link you want, for example *"Log In|Log Out"*.
* You can change the 2 titles links, just separate them with a | (pipe).
* You can add the 2 titles links, just separate them with a | (pipe) for *"Search Product|Go"* to display value and button.
* You can add a page for redirection, example *"#aiwoologout#index.php"* or *"#aiwoologinout#index.php"*. This will redirect users on site index.

You can also add 11 shortcodes in your theme template or in your pages/posts. just do this :

* For theme : `<?php echo do_shortcode( '[ailoginout]' ); ?>`
* In you posts/pages : `[ailoginout]`

The 11 shortcodes are `[aishop]`, `[aicart]`, `[aibasket]`, `[ailogin]`, `[ailogout]`, `[ailoginout]`, `[aicheckout]`, `[aiterms]`, `[aimyaccount]`, `[aisearch]` and `[aiproductcat]`.

* You can set 1 parameter to all shortcodes, named *"edit_tag"*.
* Edit_tag: used to modify the tag, example :<a> "class='myclass'" or "id='myid' class='myclass' rel='myrel'" etc.
* You can set 1 parameter to `[aisearch]` to change button name, example : "button='Button Title'".
* You can set 1 parameter to `[ailogout]` and `[ailoginout]`, named *"redirect"*.
* Redirect: used to redirect the user after the action (logout) ; example :<a> "/home/" or "index.php".
* You can set 6 parameter to `[aiproductcat]` to show count, example : "show_count='1'".

1. Show Count : show_count (0 or 1).
2. Show in dropdown : dropdown (0 or 1).
3. Heirarchical : heirarchical (0 or 1).
4. Show only children : show_only_children (0 or 1).
5. Hide empty : hide_empty (0 or 1).
6. Order : orderby (order or title).

You can also modify the title link with `[ailogin]My Title[/ailogin]` for example.

== Screenshots ==

1. The woocommerce menu in nav menu admin page.
2. The woocommerce menu in nav menu front page and Shortcodes Display.

== Changelog ==

= 1.3 =
* Add product categories shortcode with listing and dropdown functionality.

= 1.2 =
* Change shortcode title for further confliction possibilities.
* Add Basket to the menu and shortcode.
* Add Product search to the menu and shortcode.
* Add Hello user to the logout shortcode.

= 1.1 =
* Upgrade Version

= 1.0 =
* First Version

== Upgrade Notice ==

None