开发者 |
fahadmahmood
invoicepress |
---|---|
更新时间 | 2024年11月4日 02:24 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.6 |
版权: | GPL2 |
版权网址: | 版权信息 |
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.You can list orders related to the customer account on front-end with the appropriate login and user role restrictions. It can display other related meta data on one single page which normally isn't available in admin side.
Yes, in case you are using Affiliate WP, it will display all the orders from which you got the commission and you can see your customers orders in left sidebar.
Create a file in your theme directory as "wcod-template.php" and paste the code given below in it: <?php /* * Template Name: WC Order Details / wp_head(); echo do_shortcode('[WC-ORDER-DETAILS]'); wp_footer();
There will be an icon appeared in second line of instructions paragraph, when the file has been created.
Yes, you can search by customer name using "Search by customer name" box. This feature is available in Premium version.
Updated version for WordPress.
Updated version with extra product meta displayed.
Updated version for WordPress.
Improved shortcodes.
Updated deprecated PHP functions.
Updated CSS styles and a couple of JavaScript functions.
Updated Bootstrap version and toggleClass related improvements.
Updated version for WordPress.
Switch to back functionality linked with WooCommerce logout link(s).
Switch to back functionality added.
Another improved version after extensive user-experience.
A few PHP notices are handled with if conditions.
A few important options added on settings page.
Searched orders listed in DESC order.
Bootstrap scripts and styles restricted to the template file only.
Updated with UPS
Orders search feature added.
Orders filter feature added.
First updated after review.
This WordPress plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or any later version. This WordPress plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this WordPress plugin. If not, see http://www.gnu.org/licenses/gpl-2.0.html.