Plugin Directory

Changeset 2510367


Ignore:
Timestamp:
04/06/2021 10:57:41 PM (5 years ago)
Author:
diurvan
Message:

Mas información para el plugin

Location:
wc-tracking-status
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • wc-tracking-status/trunk/readme.txt

    r2510360 r2510367  
    11=== WC Tracking Status ===
    2 Contributors: Iván Tapia
     2Contributors: diurvan
    33Web Page: https://diurvanconsultores.com
    44Tags: status tracking, multilingual, woocommerce, status order, status shipping
     
    1717The objective of this plugin is to serve as a small tool to inform a client about the status of Shipping (Shipping) of their order from the web, and via email. The Plugin adds, through a ShortCode, some screens for the user to enter their order number. The system searches for the order information, and displays the status in a friendly way.
    1818
    19 This plugin's code is [available on GitHub](https://gitlab.com/diurvan/wc-tracking-status). Please feel free to fork the repository and send a pull request. If you find a bug in the plugin, open an issue.
     19This plugin's code is [available on GitLab](https://gitlab.com/diurvan/wc-tracking-status). Please feel free to fork the repository and send a pull request. If you find a bug in the plugin, open an issue.
     20
     21Major features in Wc Tracking Status include:
     22
     23* Includes 5 steps to tracking: "Completed Order", "Order ready to send", "Sent order", "Order in destiny country" and "Delivered order"
     24* Paint a graduant color depending from these status
     25
     26Tutorial video:
     27[youtube https://www.youtube.com/watch?v=USOHmbdhVmU]
     28
     29** Quick Links **
     30- Subscribe to [diurvanConsultores YouTube Channel](https://www.youtube.com/channel/UCu29w3t1XwSfIp80avLgrcQ) for tutorials, news and updates for my plugins
     31
     32If you have any question or features request, please access the plugin's official support forum. You can also get help sending an email to ivan.tapia@diurvanconsultores.com
    2033
    2134== Installation ==
     
    2942
    30431. Download the [latest version of the plugin](https://downloads.wordpress.org/plugin/diu-wc-tracking-status.zip)
    31 2. Upload the `visual-term-description-editor` directory to the `/wp-content/plugins/` directory
     442. Upload the `wc-tracking-status` directory to the `/wp-content/plugins/` directory
    32453. Activate the plugin through the 'Plugins' menu in WordPress
    3346
     
    39524. View info result
    4053
     54== Frequently Asked Questions ==
     55= 1. What additional plugins do I need to install? =
     56You just need to install WooCommerce into your WordPress instalation.
     57
     58= 2. Why don't I see the additional tracking statuses when I edit the order?? =
     59The order should go to WooCommerce "completed" status. From that state, the additional states of WC Tracking Status can be handled
     60
     61= 3. How do I include the order tracking search option?? =
     62You only need to include the shortcode [diurvan_custom_tracking] in any page, post or custom post
     63
     64= 4. How to get support? =
     65Please create a support request in the official support forum. You can also get help from my webpage https://diurvanconsultores.com or sending an email to ivan.tapia@diurvanconsultores.com
     66
    4167== Changelog ==
     68
     69= 1.0.2 =
     70*Release Date - 06th April, 2021*
     71
     72* Include more information about plugin.
    4273
    4374= 1.0.1 =
  • wc-tracking-status/trunk/wc-tracking-status.php

    r2510360 r2510367  
    66 * Author:      diurvan Consultores
    77 * Author URI:  https://diurvanconsultores.com
    8  * Version: 1.0.1
     8 * Version: 1.0.2
    99 * Requires at least: 5.5
    1010 * Tested up to: 5.5
Note: See TracChangeset for help on using the changeset viewer.