Changeset 2510367
- Timestamp:
- 04/06/2021 10:57:41 PM (5 years ago)
- Location:
- wc-tracking-status
- Files:
-
- 9 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/README.md (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/admin (added)
-
tags/1.0.2/includes/admin/track-config.php (added)
-
tags/1.0.2/includes/front (added)
-
tags/1.0.2/includes/front/track-view.php (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/wc-tracking-status.php (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/wc-tracking-status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-tracking-status/trunk/readme.txt
r2510360 r2510367 1 1 === WC Tracking Status === 2 Contributors: Iván Tapia2 Contributors: diurvan 3 3 Web Page: https://diurvanconsultores.com 4 4 Tags: status tracking, multilingual, woocommerce, status order, status shipping … … 17 17 The 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. 18 18 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. 19 This 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 21 Major 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 26 Tutorial 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 32 If 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 20 33 21 34 == Installation == … … 29 42 30 43 1. 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/` directory44 2. Upload the `wc-tracking-status` directory to the `/wp-content/plugins/` directory 32 45 3. Activate the plugin through the 'Plugins' menu in WordPress 33 46 … … 39 52 4. View info result 40 53 54 == Frequently Asked Questions == 55 = 1. What additional plugins do I need to install? = 56 You 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?? = 59 The 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?? = 62 You only need to include the shortcode [diurvan_custom_tracking] in any page, post or custom post 63 64 = 4. How to get support? = 65 Please 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 41 67 == Changelog == 68 69 = 1.0.2 = 70 *Release Date - 06th April, 2021* 71 72 * Include more information about plugin. 42 73 43 74 = 1.0.1 = -
wc-tracking-status/trunk/wc-tracking-status.php
r2510360 r2510367 6 6 * Author: diurvan Consultores 7 7 * Author URI: https://diurvanconsultores.com 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * Requires at least: 5.5 10 10 * Tested up to: 5.5
Note: See TracChangeset
for help on using the changeset viewer.