jordibrain
Forum Replies Created
-
Send you a message
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] BTW verlegdthat dindt work out i get an error, so i guess there is something wrong in the code:
De code-snippet die je probeert op te slaan veroorzaakt een fatale fout op regelnummer 10:syntax error, unexpected ‘}’
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] BTW verlegdNo we dont see any tax
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] BTW verlegdWe added your code, but it still not working we still see only the price and no tax line for Belgium customers. For dutch customers yes we already saw them, but if there is no tax included when people checkout, then we dont see it on the pdf invoice, but this must be visible all the time also when its 0%. Can you please have a look again and see how we can fix this issue?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] BTW verlegdthats correct, if we insert this does it work directly or only on new orders? because i dont see it on my previous order atm?
thats correct the pdf must not be send in the email that specific customer gets. i now replaced the code and changed administrator for geenfactuur, but still we get the email including the pdf invoice. what do i do wrong? can i maybe send you an email with the login of the site so you can have a closer look?
Its active the toggle option is on
I added it like the screenshot so like this in the snippets plugin. my user has the role geenfactuur. and still recieve it after inserting this code. did i miss something?
/** * PDF Invoices & Packing Slips for WooCommerce: * Disable invoices for certain user role */ add_filter('wpo_wcpdf_document_is_allowed', function( $allowed, $document ) { if ( !empty( $order = $document->order ) && $document->get_type() == 'invoice' ) { $user = $order->get_user(); if ( in_array( 'geenfactuur', (array) $user->roles ) ) { // replace with another role $allowed = false; } } return $allowed; }, 10, 2 );
We inserted the code and replaces the administrator with the role geenfactuur. But it seems not to work, we still get the invoice for people in that role.
Hii,
Thanks for your email, this make a lot of sense to me now why its not working. I have a questions about the widget. We are only allowed to make 1 widget, we now used that for the search form you suggest in the first text of your email. But when I place that on the home page it still reload our home page. Because in de widget section under the option page we can’t selected a page. If you maybe can help us with that I think we can solve the rest like you told us.
Thanks so far for the help and hoping to hear from you soon.
Forum: Plugins
In reply to: [Custom Post Type UI] filter plugin or export postsokay thanks for the reply we will try to use that plugin. We now use the wordpress default filter options. But the customer dont need it anymore for now its okay.
Forum: Plugins
In reply to: [Custom Post Type UI] filter plugin or export postswe leave this for now with only the search bar. but what i mean is on the page i refferd to in my post that you can search true each categorie based on a custom item. so it must be filtert on heigh, width or something like that. But because its a custom post item or filter plugins dont work together with yours. so i was hoping to find a solution for that.
Forum: Plugins
In reply to: [Clever Mega Menu for Visual Composer] post items dont workstill not working…
Forum: Plugins
In reply to: [Clever Mega Menu for Visual Composer] post items dont worksomeone here to help? or is this plugin support not supporting anymore?
Forum: Plugins
In reply to: [Clever Mega Menu for Visual Composer] post items dont workHello is there any support here?