Add option to create a new order/cart with every webform submission

Created on 27 February 2023, almost 2 years ago
Updated 23 August 2023, over 1 year ago

Problem

When a new submission is created my app generates additional data for the order (part of derivated from the order ID) and then sends the user to the payment gateway.
If a user never completes the payment, abandons and then and submits the same webform with a new submission the cart will be recycled and the additional data I include for the order will be based on an old cart ID that has already been sent to the payment gateway and the other CRM system

Steps to reproduce

Add submissions to the webform and observe the carts created/reused with each submission.

Proposed resolution

Add an option that creates new fresh carts with each submission.

Remaining tasks

Code

User interface changes

New config option "Create a new cart/order"

Feature request
Status

Fixed

Version

3.0

Component

Code

Created by

🇪🇸Spain rodrigoaguilera Barcelona

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024