ankulbarar
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [YITH WooCommerce Social Login] Provider authentication errorFacing the same issue
Forum: Plugins
In reply to: [WooCommerce Custom Statuses] Woo Dashboard > Monthly Sales (bug)Hi,
I believe you are looking to have custom statuses added to your reportings.
You can add a custom function to add the order statuses to the reporting.
I have added the code I have been using. Replace the “shipped” and “out-for-delivery” with your custom slugs.// Add Custom Statuses to The Reporting function my_report_status(){ $statuses = array( 'completed', 'processing', 'on-hold', 'ready-to-ship', 'out-for-shipping'); return $statuses; } add_filter('woocommerce_reports_order_statuses','my_report_status');Hope this helps. 🙂
Forum: Fixing WordPress
In reply to: Images in subdomainGreat that it helped you. If you face any issues do write back or get blogging tutorials at my site.
Does What It Says! Fixed!
Awesome! I m working on it too.. lemme know if you are able to able to clear the bug,
Viewing 5 replies - 1 through 5 (of 5 total)