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..

Hello, I'd like to ask whether there is a Spryker bundle/module which handles terms of use (conditio

U01E6Q6AMHC
U01E6Q6AMHC Posts: 48 πŸ§‘πŸ»β€πŸš€ - Cadet
edited November 2020 in Help

Hello, I'd like to ask whether there is a Spryker bundle/module which handles terms of use (conditions, etc.), managing them, accepting them by the customer and so on. I didn't find it by looking at spryker/core Bundles but I'd rather ask before developing such module.

Comments

  • Jeremy Fourna
    Jeremy Fourna Lead Product Manager Posts: 130 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2020

    In the latest product release we implement this logic via a CMS page that list the terms and conditions. In the summary page of the checkout process, we have a checkbox that act as a link to this page and the customer must check the box to place an order. We do not have a specific module for it as far as I know.

  • U01E6Q6AMHC
    U01E6Q6AMHC Posts: 48 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2020

    Thank you for your answer @jeremy.fourna! The checkout process will not be sufficient here as the desired logic is to display this terms with option to accept/reject right after the customer has logged in in case the customer didn't accept the terms (or the terms were updated and need to be accepted again)

  • Jeremy Fourna
    Jeremy Fourna Lead Product Manager Posts: 130 πŸ§‘πŸ»β€πŸš€ - Cadet

    ok then yes it is a custom logic on your side.

  • U01E6Q6AMHC
    U01E6Q6AMHC Posts: 48 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thank you πŸ™‚