=== Hook Me Up – Additional Content for WooCommerce === Contributors: getbowtied, vanesareinerth, traians, adrianlbs Tags: hooks, theme, templates, woocommerce Requires at least: 4.9 Tested up to: 4.9.6 Stable tag: 1.0 Requires PHP: 5.2.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WC requires at least: 3.3.4 WC tested up to: 3.4.2 Hook Me Up helps non-developers insert additional content in WooCommerce templates via **Appearance** > **Customize**. No coding required. == Description == Hook Me Up helps online store owners customize WooCommerce templates without any coding knowledge. Insert custom content in key areas of your store via **Appearance** > **Customize**. The plugin was built to answer common questions such as: How to add a banner above the shop page? [youtube https://www.youtube.com/watch?v=rdPGHUEW8zA] Hook Me Up will help you add additional content in the following WooCommerce templates: - Shop & Categories (Archives) - Single Product - Cart - Checkout - My Account / Login [Read more](#what%20woocommerce%20hooks%20are%20included%3F) about the exact hooks/locations available for your custom content. == Installation == The easiest way: In your WordPress admin dashboard navigate to the **Plugins** > **Add New**. Search for “Hook Me Up – Additional Content for WooCommerce” Click the “Install” button. == Frequently Asked Questions == = Will WooCommerce work with my theme? = Yes; Hook Me Up should work with any WooCommerce compatible theme. Please not that themes may alter the original location of various WooCommerce hooks. If you run into any theme related issues you should reach out to theme author / theme support. = Where can I report bugs or contribute to the project? = Use the [Hook Me Up GitHub Repository](https://github.com/getbowtied/Hook-Me-Up) to report issues or contribute to the plugin's development. = What WooCommerce Hooks are included? = Hook Me Up doesn't include the full list of [WooCommerce Hooks](https://docs.woocommerce.com/wc-apidocs/hook-docs.html) available, but the ones that make sense for common customizations. **Archive Page** - Before Main Content `woocommerce_before_main_content` - Before Shop Loop `woocommerce_before_shop_loop` - Before Shop Loop Item `woocommerce_before_shop_loop_item` - Before Shop Loop Item Title `woocommerce_before_shop_loop_item_title` - After Shop Loop Item Title `woocommerce_after_shop_loop_item_title` - After Shop Loop Item `woocommerce_after_shop_loop_item` - After Shop Loop `woocommerce_after_shop_loop` - After Main Content `woocommerce_after_main_content` **Single Product Page** - Before Single Product `woocommerce_before_single_product` - Single Product Summary `woocommerce_single_product_summary` - Before Add To Cart Form `woocommerce_before_add_to_cart_form` - After Add To Cart Form `woocommerce_after_add_to_cart_form` - Share `woocommerce_share` - After Single Product `woocommerce_after_single_product` **Cart Page** - Before Cart `woocommerce_before_cart` - Before Cart Table `woocommerce_before_cart_table` - After Cart Table `woocommerce_after_cart_table` - Before Cart Totals `woocommerce_before_cart_totals` - Before Shipping Calculator `woocommerce_before_shipping_calculator` - After Shipping Calculator `woocommerce_after_shipping_calculator` - Proceed To Checkout `woocommerce_proceed_to_checkout` - After Cart Totals `woocommerce_after_cart_totals` - After Cart `woocommerce_after_cart` - Cart Is Empty `woocommerce_cart_is_empty` **Checkout Page** - Before Checkout Form `woocommerce_before_checkout_form` - Before Checkout Billing Form `woocommerce_before_checkout_billing_form` - After Checkout Registration Form `woocommerce_after_checkout_registration_form` - After Checkout Billing Form `woocommerce_after_checkout_billing_form` - Before Checkout Shipping Form `woocommerce_before_checkout_shipping_form` - After Checkout Shipping Form `woocommerce_after_checkout_shipping_form` - After Order Notes `woocommerce_after_order_notes` - Before Order Review `woocommerce_checkout_before_order_review` - Review Order - Before Payment `woocommerce_review_order_before_payment` - Review Order - After Payment `woocommerce_review_order_after_payment` - After Checkout Form `woocommerce_after_checkout_form` **My Account / Login Page** - Before Customer Login Form `woocommerce_before_customer_login_form` == Screenshots == 1. Customizer Preview. == Changelog == = 1.0 = Initial Version