Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
(-‸ლ)
Browse files Browse the repository at this point in the history
  • Loading branch information
boogah committed Nov 10, 2017
1 parent 0c7c9c9 commit 43a9836
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is handy when you want to:

## Installation

1. Upload the `wc-custom-thank-you-redirect` directory into the `/wp-content/plugins/` directory.
1. Upload the `woocommerce-custom-thank-you` directory into the `/wp-content/plugins/` directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Set a global "Thank You" page under "WooCommerce -> Settings -> Checkout -> Checkout options -> Checkout pages".

Expand Down
2 changes: 1 addition & 1 deletion inc/class-lwwoocommercethankyouredir.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace LWWooCommerceThankYouRedir;

/**
* Just the one class. Don't bother to looking for any others.
* Just the one class. Don't bother looking for any others.
*/
class LWWooCommerceThankYouRedir {

Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
* per-product basis. This is handy when you want to send a customer to a page
* outlining next steps, prompt a customer to sign up for a mailing list, etc.
*
* @link https://github.com/boogah/wc-custom-thank-you-redirect
* @link https://github.com/liquidweb/woocommerce-custom-thank-you
* @package WC_Custom_Thank_You
* @author Liquid Web
* @license GPL-3.0
* @wordpress-plugin
*
* Plugin Name: WooCommerce Custom Thank You
* Plugin URI: https://github.com/boogah/wc-custom-thank-you-redirect
* Plugin URI: https://github.com/liquidweb/woocommerce-custom-thank-you
* Description: A WooCommerce extension that allows you to set a custom "Thank You" page on a per-product basis.
* Author: Liquid Web
* Author URI: https://www.liquidweb.com/
Expand Down

0 comments on commit 43a9836

Please sign in to comment.