djsnik
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] I can hide suborders column in back?Just done with css
add_action('admin_head', 'hide_suborder'); function hide_suborder() { echo '<style> .suborder, #suborder{ display:none !Important; } </style>'; }But there must be a better way =)
Forum: Plugins
In reply to: [Groups] Change the redirection of same link for diferent groupsNow, with only 2 groups, i can use @gtsiokos solution. But, with 4/5 groups the page can be infinite ahaha
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Send various emails for each orderFixed, was and error in the email filters of yith multi vendor
Forum: Plugins
In reply to: [WooCommerce Total Sales Shortcode] Add between datesLooking for something like this.
Forum: Plugins
In reply to: [Groups] user can choose group at registrationGracias Antonio, le echaré un ojo.
¿Se puede elegir solo en registro o puedo usar ese dropdown donde quiera?Saludos.
Forum: Plugins
In reply to: [WP Store Locator] Find store IDI can get this number from a $var in functions?
Forum: Plugins
In reply to: [Groups] Change user self-group in front-endOh, sorry. Thank you very much.
Have a nice day!
Viewing 7 replies - 1 through 7 (of 7 total)