ZappoB
Forum Replies Created
-
Also here, I rolled back to 1.6.3 and search is fine.
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] Problem with stock managementHi @janilyn409,
thank you for your quick reply, unfortunately I only understand it to a limited extent.
- how should I proceed to update the WooC database?
- we use the LiteSpeed cache (server-based), is there a recommendation for the settings? We cannot have our employee clear the cache with every chargeback.
- we do not use any other external inventory/warehouse management plugins, we rely exclusively on your bundled products.
As shown on the screenshot, your plugin does not seem to try to charge back the individual parts of the bundled product, but only the main product (please check the log messages again).
But I’m happy to try with the new tips you’ll have for me.
BR, Zappo
Forum: Fixing WordPress
In reply to: How to stop visual editor changing my code?Now I did.
Thanks again.
Forum: Fixing WordPress
In reply to: How to stop visual editor changing my code?Hi threadi,
ok, got it, I changed it as you said and also changed the CSS accordingly, now WordPress has no problem with saving the HTML.
Thank you very much for your help!
Ich h?nge mich hier mal mit an! Es w?re sch?n, wenn sich er Entwickler (STINA) hierzu wenigstens mal ?u?ern würde, besser natürlich noch eine L?sung dafür anbieten k?nnte.
Leider gibt es offenbar kein anderes Plugin für die Internetmarke.
Gru? Zappo
Hi Dina,
we have purchased the full version of Extra Product Options.
BR, Zappo
Hi Dina,
I’ve already submitted a support ticket at 31.07.2023 with no. 19290, but never got an answer.
BR, Zappo
Hi,
try this one:
add_filter( 'woocommerce_order_get_items', 'woosb_exclude_bundled_from_order', 10, 1 ); function woosb_exclude_bundled_from_order( $items ) { foreach ( $items as $key => $item ) { if ( $item->meta_exists( '_woosb_parent_id' ) ) { unset( $items[ $key ] ); } } return $items; }
BR.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] PDF labels are 0 BytesSorrily neither the disabling of YoastSEO, nor the change of the permalinks changed anything about this error. I tested the permalinks with “simple” (the page ids), and back again to post name, the shown dl link is always ?“https://mydomain.de/dhl_download_label/21290“, where it should say “…/wp-content/uploads/woocommerce_dhl_label/dhl-label-21900.pdf“.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] PDF labels are 0 BytesI tried, but without any change.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Missing buttons on V.2.0.4Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] PDF labels are 0 BytesOh, I found the “why”, hopefully you can name the solution:
The download link is “https://mydomain.de/dhl-label-21900.pdf“, but the path to the label is “https://mydomain.de/wp-content/uploads/woocommerce_dhl_label/dhl-label-21900.pdf“.
How can the path be set correctly? And: why does it have to be set at all?
BR.
Hi @abdalsalaam,
thank you very much, that was the solution. But it must also be said that the name of the option does not directly refer to the field in the checkout.
BR.
Hi @abdalsalaam,
you may have misunderstood me here, I would like to completely deactivate the display of the field, as this is already queried by another plugin (Germanized).