Using a custom URL to pre-select plans & items

If you want to have customers select a plan and some items from your front-end website and then go through the rest of the order process directly, you can customize the URL

Pre-selecting a Plan

To pre-select a plan use the following format by adding the plan name into the URL. Make sure that each plan name is unique and not shared with another plan: [CustomerAppURL]/[market.name]/#/get-started?plan=[plan.name] (e.g. my.spaceup.me/plans/#/get-started?plan=medium)

Pre-selecting Items

To pre-select items in an order, add the item names and respective quantities into the URL, using the following format: [CustomerAppURL]/[market.name]/#/get-started?[item.type]=[quantity]&[item.type]=[quantity] (e.g. my.spaceup.me/items/#/get-started?box=2&bulky=1)

Pre-selecting both the Plan and the Items

If you want to pre-select a plan and some items, add the item names and respective quantities into the URL after the plan, using the following format: [CustomerAppURL]/[MarketName]/#/get-started?plan=[plan.name]&[item.type]=[quantity]&[item.type]=[quantity] (e.g. my.spaceup.me/plans/#/get-started?plan=medium&box=2&bulky=1)

Hint: You can add in as many items into the URL as you need, but they must be setup in your instance and the respective market.


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us