What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Is there a module which lets users add a product option with a free text field? For example, a brac

U019WGU7SM9
U019WGU7SM9 Posts: 24 🧑🏻‍🚀 - Cadet

Is there a module which lets users add a product option with a free text field? For example, a bracelet with a custom message inscribed in it, and that message is typed in by the user when they add the item to their cart

Comments

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    If you use configurable bundles: https://github.com/spryker/configurable-bundle-note might be the right choice for you.

    If it would be fine to add the engraving in the cart, have a look at https://github.com/spryker/cart-note. Be aware that this is optional, so you might need to adapt it and make the cart item note required, dependent on a product attribute.

    Product option with a free text field do not exist as far as I know.

  • U019WGU7SM9
    U019WGU7SM9 Posts: 24 🧑🏻‍🚀 - Cadet

    Thanks, I will check out configurable-bundle-note, it is quite important to us that the field is attached to the item and not just the cart

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    The cart-note provides both, notes on item and on cart level.