Version
What is a Version?
Why must all checkouts look the same? How come the purchase experience in a Grocer is almost identical to shopping for a T-Shirt? If I'm purchasing one product, should the checkout be the same as when I'm buying five? Should the Cashback component only be displayed on the last step of checkout, or if we have a component on the cart page there is a chance we increase conversion rates?
Versions is how you create multiple variations of your checkout.
All stores are originated with a default Version, and you can create infinite other versions to customize your checkout.
Components and Functions are always linked to a Version
How I can navigate between versions?
Insert the version ID on the URL as a query string parameter ?version_id={version_id}
yourstore.com/checkout/cart?version_id=02c047a8-f109-4998-a258-0ef40d258ca3
This action includes a cookie in the user's browserollieshop_store_version_id
How can I associate a component to a version?
When creating your component or function, you will need to associate it with a version in order to make them public.
Updated 7 months ago