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

    (@oluisrael)

    Hi @mirkokomunikasi, can you add the filter below to your site and let me know the result?

    /**
     * Add this code snippet in functions.php file of your currently active theme.
     */
    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 mirkokomunikasi

    (@mirkokomunikasi)

    I put the code in function, but It doesn’t work.

    As you can see you can write someting inside the field, but that value is impossible to see in other parts of the site for example in cart or in checkout.

    Plugin Support oluisrael

    (@oluisrael)

    @mirkokomunikasi, can you confirm if you added the code to your active theme’s functions.php file or via the Code Snippets plugin?

    I just found out I’m having the same issue with this plugin on my webshop.
    The customer can’t add the product to the shopping cart, it appears as if the (required) text field is not filled. When I change the field property from ‘required’ to not required, the product can be added to the shopping cart; but then the value from the text field is not being used at all.

    So, the text field doesn’t seem to work at all (Woocommerce can’t tell if the field is filled or not)

    Are there any updates on the fix for this problem?
    Thanks in advance.

    Plugin Support oluisrael

    (@oluisrael)

    Hi @wpesther @mirkokomunikasi,

    Can you share the WooCommerce version installed on your sites, and the active WP themes you’re currently running on your sites? I can try to recreate the issue with these information on my end.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Input text value doest apepars in cart checkout and mail’ is closed to new replies.