Plugin Directory

Changeset 2830088


Ignore:
Timestamp:
12/07/2022 02:57:59 PM (3 years ago)
Author:
wpslash
Message:

Releasing update 1.6

Location:
woohistory
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • woohistory/trunk/readme.txt

    r2830001 r2830088  
    1 === WooHistory - WooCommerce Order History ===
     1=== Order Customer History for WooCommerce ===
    22Contributors: wpslash
    33Tags: woocommerce, history, guest, orders, order status, order history, customer history,woocommerce order history
     
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    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.
    1213
    1314== Description ==
    14 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.
    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 .
     15In 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.
     16In 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 .
    1617== Installation ==
    17181) 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.
     192) 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.
    19203) Now when you go to WooCommerce-> Orders you will notice that a new column "History" has been added where you will be able
    2021to 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: wpslash
    24 Tags: woocommerce, history, guest, orders, order status, order history, customer history,woocommerce order history
    25 Requires at least: 4.6
    26 Tested up to: 5.0.3
    27 Stable tag: 6.1.1
    28 Requires PHP: 5.2.4
    29 License: GPLv2 or later
    30 License URI: https://www.gnu.org/licenses/gpl-2.0.html
    31 
    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 plugins
    39 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 able
    41 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  
    11<?php
    22/*
    3    Plugin Name: WooHistory - WooCommerce Order History
     3   Plugin Name: Order Customer History for WooCommerce
    44   Plugin URI: https://www.wpslash.com/plugin/woohistory-woocommerce-order-history/
    55   description: View Registered and Guest Customers Previous Order History.
    6    Version: 1.5
     6   Version: 1.6
    77   Author: WPSlash
    88   Text Domain: woohistory
     
    7070
    7171
    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',
    7373         'woohistory_settings_page'
    7474         );
Note: See TracChangeset for help on using the changeset viewer.