Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wheelmuc1

    (@wheelmuc1)

    Hi @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

    Thread Starter wheelmuc1

    (@wheelmuc1)

    Hi 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

    Thread Starter wheelmuc1

    (@wheelmuc1)

    Hi 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

Viewing 3 replies - 1 through 3 (of 3 total)