Enumeration: AddToCartPlacement
Controls where the "Add to Cart" button appears in the configurator.
This enum defines the possible locations for the "Add to Cart" button within the product configurator workflow. The placement affects the user journey and can significantly impact conversion rates by making the add to cart action more or less prominent.
Strategic placement of this button can create different user experiences, ranging from streamlined single-step purchasing to more deliberate multi-step workflows with review stages.
Enumeration Members
FINISH
FINISH:
"0"
Replace the finish button with the Add to Cart button.
In this mode, the standard "Finish" button is replaced with an "Add to Cart" button in the main configuration view. This creates a direct path to purchase, reducing the number of steps in the purchase flow.
This placement is ideal for simpler products where customers can make quick decisions without needing a detailed review step. It creates a more streamlined shopping experience but provides less opportunity for final review before adding to cart.
SUMMARY_SCREEN
SUMMARY_SCREEN:
"1"
Display the Add to Cart button on the finish/summary screen.
In this mode, the standard workflow is preserved, where users first click "Finish" to review their configuration on a summary screen, and then click "Add to Cart" to complete the purchase action.
This placement is better for complex products where customers benefit from a dedicated review step before committing to purchase. It allows for a more considered decision process and clear separation between configuration and purchasing actions.