If I install the Marketplace module Im able to create a new vender.. but once created Im unable to see it on the vendors list because it acts like the other lists.. it keeps loading.
Screenshot: https://drive.google.com/file/d/1WmBfQw2BJdvXUNZ-9UxX4dy_5gkVrid2/view?usp=sharing
]]>After i updated the woocommerce from 6.6.1 to 6.7 my admin side order page has broken down.
Could you help me, how can i patch this problem?
A(z) /wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php fájl 48 sora egy E_ERROR típusú hibát okoz.
Hibaüzenet: Uncaught Error: Class 'Automattic\WooCommerce\Internal\Admin\Orders\ListTable' not found in /wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php:48
Stack trace:
#0 /wp-content/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php(99): WC_Admin_List_Table_Orders->__construct()
#1 /wp-includes/class-wp-hook.php(307): WC_Admin_Post_Types->setup_screen(Object(WP_Screen))
#2 /wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#3 /wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#4 /wp-admin/includes/class-wp-screen.php(422): do_action('current_screen', Object(WP_Screen))
#5 /wp-admin/includes/screen.php(243): WP_Screen->set_current_screen()
#6 /wp-admin/admin.php(212): set_current_screen()
]]>Example of an incorrectly ordered list:
The arrangement of the titles should be as follows, right?
Just to be clear, my titles show the following pattern:
text[]/[]whatevertext = text+space+slash+space+whatevertext
Thanks!
]]>I want to align ordered listing in the way that numbers are offset from the text and the start positions of all lines align cleanly.
I used the code for unordered listing and it worked. when I use the same code, replacing ul by ol, it doesn’t work.
How can I align ordered listing neatly?
]]>Thanks in advanced.
Screenshot is here.
Screenshot
I hope i can explain my problem clearly so maybe someone can help me out.
We organize camps for kids. So each camp is a virtual/downloadable product. the maximum number of participants we can control with the stock quantity.
This system works great. Only i can’t get my head around a very crucial problem.
The day before the camp begins we need to handover the participants list to the teacher. So far i can’t find a way to do this.
I can’t find an option in the WooCommerce orders menu in WordPress to show all the purchases from a selected product.
It would be really nice to export a list of all the customers who purchased a camp. That way we could print it and give it to the teacher.
Does anyone has some experience with this?
Thanks in advance,
Robby
]]>
add_action('admin_head', 'styling_admin_order_list' );
function styling_admin_order_list() {
global $pagenow, $post;
if( $pagenow != 'edit.php') return; // Exit
if( get_post_type($post->ID) != 'shop_order' ) return; // Exit
// HERE I try to check order's shipping method
$order_shipping_method = 'Royal Mail 24';
<style>
.status-wc-processing {
background: #d7f8a7;
color: #0c942b;
}
</style>
<?php
}
Unfortunately it colours every second row, not only row order which meets shipment method condition. Any help would be most appreciated.
]]>I’d like to send each of our market vendors a weekly email with a list of the items purchased so they can bring them to the market drop-off (we’re closed to the public during covid-19).
The pick list option broken out by vendor would save us a couple hours of manual report assembly each week.
]]>