• I am creating an online shop for a client, it is delivery flowers. She wants on the product page where you add to cart a text field (called Comments or Notes) where they can leave instructions.

    For example: “Please leave flowers on front table if no one is home”

    So when she recieves an order with the details with address etc, it will also include this Notes text field that the buyer inputed.

    Am I able to do this with this plugin?

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello,

    Yes, you will be able to do this with the Product Input Fields plugin. You can add a text field that will appear on your product page and the input data the customer enters in this field while adding the product to the cart will appear in the order when the admin views this order in the backend.

    Kind Regards,
    Upendra.

    Thread Starter Webzilla

    (@webz1lla)

    I am a bit overwhelemed with all the settings.

    Here is what I want:

    Above the Add to Cart I want a “comments box” so the customer can input instructions on the delivery, for example “Please leave flowers on front table if no one is home”

    Can someone give me instructions on how to do this?

    Thank you so much!

    Hi @webz1lla,

    If you want this same field on all the products please go to WooCommerce>> Settings>> Product Input Fields>> All Products section and enable the Product Input Fields – All Products option. This will add a new section named All Products: Field #1 and from there you can set up this text field like this: https://prnt.sc/1dcfsoq

    Or if you want this field on only some specific products you can keep the Product Input Fields – All Products option disabled and you can set up the input field at the product level by editing those products.

    Hope this helps.

    Kind Regards,
    Upendra.

    Thread Starter Webzilla

    (@webz1lla)

    Hey,

    This helped a lot! Thank you!

    One last thing, is it possible to have the text field above the Add to Cart button?

    Hello,

    Yes, you can display the text input field you have added above the add to cart button by selecting the Before add to cart button option under WooCommerce>> Settings>> product Input Fields>> General>> Frontend Options>> Position setting.

    Kind Regards,
    Upendra.

    Thread Starter Webzilla

    (@webz1lla)

    Thank you for the help!

    I have changed the “comments box” to “recipient message”, but the text box is too far right, it would be nice to be able to align it correctly with the “Delivery Date – Choose Option” dropdown.

    Is this possible at all?

    Thread Starter Webzilla

    (@webz1lla)

    I forgot to link a product for an example, here it is:

    https://rosiejadeflowers.com.au/product/bunch-small/

    Hi @webz1lla,

    Yes, you can move the text area to the left by adding the below mentioned CSS code under your Appearace>> Customize>> Additional CSS section:

    textarea#alg_wc_pif_global_1 {
        margin-right: 72px;
    }

    Kind Regards,
    Upendra.

    @webz1lla I noticed you did not implement the text field. Funny enough I also have a flower shop client and I have to do the same thing. I got the diplay stuff to work nicely on the product page. But the display is messed up on the chechout page.

    Did you end up skipping this completely, or did you find a nother solution to add a greeting card with text to the order.

    Here’s my shop: https://blueten-bijou.ch/shop/

    Thread Starter Webzilla

    (@webz1lla)

    @alframe Hey mate, I actually had to do this a completely different way. Send me an email at:
    [email protected]

    I will reply to your email with what I did ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Can I add this text field into my flower shop?’ is closed to new replies.