Changeset 2830088
- Timestamp:
- 12/07/2022 02:57:59 PM (3 years ago)
- Location:
- woohistory
- Files:
-
- 6 edited
-
assets/banner-1544x500.jpg (modified) (previous)
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/icon-128x128.jpg (modified) (previous)
-
assets/icon-256x256.jpg (modified) (previous)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woohistory.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woohistory/trunk/readme.txt
r2830001 r2830088 1 === WooHistory - WooCommerce Order History===1 === Order Customer History for WooCommerce === 2 2 Contributors: wpslash 3 3 Tags: woocommerce, history, guest, orders, order status, order history, customer history,woocommerce order history … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 WooCommerce Customer Order History Plugin. View Previous Orders from the same customer, even if order as guest. 11 12 Customer Order History Plugin for WooCommerce. View Previous Orders from the same customer, even if order as guest. 12 13 13 14 == Description == 14 In more detailed , WooHistory searchfor orders by same phone or by same email to be able to find the orders made from the same customer even when the customer has not bee registered.15 In addition WooHistory create two more statuses in WooCommerce with the name "Receipt Denied" and "Receipt Ignored" to assign the status of the orders for the customers that denied to receive the parcel and for the customers that ignored to receive the parcel sent by your online store .15 In more detailed , Order Customer History for WooCommerce searches for orders by same phone or by same email to be able to find the orders made from the same customer even when the customer has not bee registered. 16 In addition Order Customer History create two more statuses in WooCommerce with the name "Receipt Denied" and "Receipt Ignored" to assign the status of the orders for the customers that denied to receive the parcel and for the customers that ignored to receive the parcel sent by your online store . 16 17 == Installation == 17 18 1) Enable plugin from plugins 18 2) Navigate to WooCommerce-> WooHistory and select the criteria WooHistory will search for orders from the same customer . I highly suggest to use only phone as the same user may use multiple email addresses use an other email address when he completes the order.19 2) Navigate to WooCommerce->Order Customer History and select the criteria order Customer History will search for orders from the same customer . I highly suggest to use only phone as the same user may use multiple email addresses use an other email address when he completes the order. 19 20 3) Now when you go to WooCommerce-> Orders you will notice that a new column "History" has been added where you will be able 20 21 to see previous orders from this customer and their statuses along with buttons to navigate easily to previous orders. 21 22 === WooHistory - WooCommerce Order History ===23 Contributors: wpslash24 Tags: woocommerce, history, guest, orders, order status, order history, customer history,woocommerce order history25 Requires at least: 4.626 Tested up to: 5.0.327 Stable tag: 6.1.128 Requires PHP: 5.2.429 License: GPLv2 or later30 License URI: https://www.gnu.org/licenses/gpl-2.0.html31 32 WooHistory is a plugin for WooCommerce that adds the ability to see which registered and guest users ordered again from your online shop.33 34 == Description ==35 In more detailed , WooHistory search for orders by same phone or by same email to be able to find the orders made from the same customer even when the customer has not bee registered.36 In addition WooHistory create two more statuses in WooCommerce with the name "Receipt Denied" and "Receipt Ignored" to assign the status of the orders for the customers that denied to receive the parcel and for the customers that ignored to receive the parcel sent by your online store .37 == Installation ==38 1) Enable plugin from plugins39 2) Navigate to WooCommerce->WooHistory and select the criteria WooHistory will search for orders from the same customer . I highly suggest to use only phone as the same user may use multiple email addresses use an other email address when he completes the order.40 3) Now when you go to WooCommerce-> Orders you will notice that a new column "History" has been added where you will be able41 to see previous orders from this customer and their statuses along with buttons to navigate easily to previous orders.42 -
woohistory/trunk/woohistory.php
r2830001 r2830088 1 1 <?php 2 2 /* 3 Plugin Name: WooHistory - WooCommerce Order History3 Plugin Name: Order Customer History for WooCommerce 4 4 Plugin URI: https://www.wpslash.com/plugin/woohistory-woocommerce-order-history/ 5 5 description: View Registered and Guest Customers Previous Order History. 6 Version: 1. 56 Version: 1.6 7 7 Author: WPSlash 8 8 Text Domain: woohistory … … 70 70 71 71 72 add_submenu_page( 'woocommerce', ' WooHistory ', 'WooHistory Settings', 'manage_woocommerce', 'woohistory-settings',72 add_submenu_page( 'woocommerce', 'Customer Order History ', 'Customer Order History Settings', 'manage_woocommerce', 'woohistory-settings', 73 73 'woohistory_settings_page' 74 74 );
Note: See TracChangeset
for help on using the changeset viewer.