wheelmuc1
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Critical error when disabling polylang pluginHi @chouby,
many thanks for your feedback. The issue happens when I try to deactivate the plugin.
So as soon I hit the deactivate button I recieve a critical error.
Hence it’s not possible to deactivate the plugin.
When I rename the polylang folder via ftp to disable the plugin the whole site crashes.
to me it looks like it has something to do with polylang.
Greetings
Andreas
Forum: Plugins
In reply to: [WooCommerce] Prevent Customer form removing auto add product in basketHi Shameem,
thank you so much for your help. Actually changing the basket from block mode to shortcode solved the problem.
Now the functions are working fine 🙂
The layout is not that apealing anymore but it works.
So I’ll try to figure out how to achieve a better layout with the shortcode mode.Greetings
Andreas
Forum: Plugins
In reply to: [WooCommerce] Prevent Customer form removing auto add product in basketHi there,
many thanks for your support.
I can confirm that the product id of the cleaning fee is correct.
Also i tried to implement the removal of the quantity selector by adding
function wc_remove_quantity_field_from_cart( $return, $product ) { if ( is_cart() ) return true;}
add_filter( ‘woocommerce_is_sold_individually’, ‘wc_remove_quantity_field_from_cart’, 10, 2 );
to my childs theme functions php file.
Unfortunately this does not affect the selector at all.
I am using the latest woocommerce version. Can it be that this function is already deprecated ?Greetings
Andreas