• m7s8n6

    (@m7s8n6)


    Hello,

    I need help in adding a separate column in cart page, which has input fields for each product.

    Can you please tell me how I can add the column and input fields for each product

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Sark

    (@sarkware)

    What you are asking is fields on Cart page right.?
    for that you have to edit the cart.php template, and include the additional td tag along with the input fields.

    to update the values in the cart, you have to use the following hook.

    woocommerce_update_cart_action_cart_updated using this hook you can update the Cart object with the user entered values.

Viewing 1 replies (of 1 total)
  • The topic ‘Need input field in cart page for every product’ is closed to new replies.