• I installed Product Input Fields For WooCommerce extension. I have the text input showing on the product page and I can enter a text.

    However, when I add the product to the cart, the page refreshes and the text I inserted disappears.

    Besides that, when I view my cart I can see the text I entered.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support oluisrael

    (@oluisrael)

    Hi @com4muz I’ll need you to add the filter below to your active theme’s functions.php file and confirm if it works.

    function alg_wc_pif_remove_form_cart_attribute_callback( $form_cart_attribute ){
    $form_cart_attribute = true;
    return $form_cart_attribute;
    }
    add_filter( ‘alg_wc_pif_remove_form_cart_attribute’, ‘alg_wc_pif_remove_form_cart_attribute_callback’ );

    Thread Starter com4muz

    (@com4muz)

    Hi @oluisrael,

    I added the code you gave me to my active theme’s functions.php file and it doesn’t work.

    I get this error:

    Warning: Use of undefined constant ‘alg_wc_pif_remove_form_cart_attribute’ – assumed ‘‘alg_wc_pif_remove_form_cart_attribute’’ (this will throw an Error in a future version of PHP) in /home/szjz6889/public_html/wp-content/themes/porto-child/functions.php on line 71

    Warning: Use of undefined constant ‘alg_wc_pif_remove_form_cart_attribute_callback’ – assumed ‘‘alg_wc_pif_remove_form_cart_attribute_callback’’ (this will throw an Error in a future version of PHP) in /home/szjz6889/public_html/wp-content/themes/porto-child/functions.php on line 71

    Plugin Support oluisrael

    (@oluisrael)

    Thank you for the feedback @com4muz It seems we need to debug this further.?If you don’t mind, I’ll need you to create a ticket on our?support tool?so that we can debug this further.

    Thread Starter com4muz

    (@com4muz)

    Hello @oluisrael,

    I did create a new ticket on your support tool.

    Plugin Support oluisrael

    (@oluisrael)

    Thank you @com4muz. We will work on this revert soon.

    Thread Starter com4muz

    (@com4muz)

    @oluisrael you’re welcome. I’m waiting for you reply.

    Thread Starter com4muz

    (@com4muz)

    Hello,

    I still didn’t get a response from your support tool.

    Can you please see what’s going on?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘product input fields for woocommerce extension not saving and not showing data’ is closed to new replies.