• Hi, there seems to be a problem with the plugin. If the field textarea is use on several products it is only displayed in the cart for the first product.

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

    (@oluisrael)

    Hello @celined05, can you share screenshots of this? I couldn’t recreate this on my end, as all the data from the input fields across different products came up well. Image reference here – https://imgur.com/a/SDT79Vy

    Thread Starter celined05

    (@celined05)

    Hi,
    I tried to reproduce the bug and now the fields are no longer displayed in the cart, I don’t know why…
    Here are the link of the screenshots

    View post on imgur.com

    View post on imgur.com

    Plugin Support oluisrael

    (@oluisrael)

    @celined05, can you add the code snippet below to your site and let me know if it works for you?

    /**
     * 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' );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fields not showing if severals products’ is closed to new replies.