polug
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Disble Local pickup for countriesokay, thanks. I have already revert to the classic checkout and cart.
Forum: Plugins
In reply to: [WooCommerce] Disble Local pickup for countriesForum: Plugins
In reply to: [WooCommerce] Disble Local pickup for countriesNo, still available for all shipping zones (countries).
Forum: Plugins
In reply to: [WooCommerce] Disble Local pickup for countriesI did (i think…. :))
Forum: Plugins
In reply to: [WooCommerce] Disble Local pickup for countriesHi Frank,
Also a problem is that I cant add the Local Pickup method to Belgium. see attachments.
I have also created the zones for the other countries.

Forum: Plugins
In reply to: [WooCommerce] Disble Local pickup for countriesWhen a customer is located in Germany, he should not be able to choose “local pickup”.
With “local pickup” there is also “cash on pickup”. So he could place an order with “local pickup” and “cash on delivery”. But he most likely won’t drive 1000 km to pick up the order, so we’ll get several fake orders.Forum: Plugins
In reply to: [WooCommerce] Disble Local pickup for countriesHi,
Thx for your fast replay.
No, I dont use any custom checkout blocks or plugins.
When I do the steps you provide, then “local pickup” isnt available to select. See pic.
But “local pickup” is activated and visible in checkout.
Here is the solution:
add_filter('woocommerce_product_category_filter_threshold', 'return500'); function return500(){ return 500; }Forum: Plugins
In reply to: [WooCommerce] Category problem more than 100 categoriesHey @martje65
Hoe heb je dit opgelost? Ik heb hetzelfde probleem.
Thx, WJOk, thx for the answer.
Is there a possibility to overrule this behaviour by a hook…?Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Timetable disappeared after updatForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] A second packing slip.Ok, thanx
ok, thx.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Customise title in invoice pdfHi,
I have found a solution by selecting the payment method.
Thx
Gadd_filter( ‘wpo_wcpdf_invoice_title’, ‘wpo_wcpdf_invoice_title’, 10, 2 );
function wpo_wcpdf_invoice_title ( $title, $document = null ) {
$title = “INVOICE”;
if (!empty($document) && !empty($document->order)) {
if ( $document->order->get_payment_method() === ‘pos_cash’ ) {
$title = ‘POS INVOICE’;
}}
return $title;Forum: Themes and Templates
In reply to: Theme : PytheasWPexplorer are not giving support…