My first real project - wood watches

Hello guys

I just finished my first real project on Bubble. I would like to get some feedback from the community :slight_smile:
Link: www.bidy.dk (not the final domain)
You can use the following credentials:
user: 1@1.com
pass: 123 - or just login with FB

PS - it’s optimised for desktop only
Regards Claudiu

6 Likes

Well done!

Curious if you considered allowing online shopper to design a watch before logging in/making an account?
From past experiences I’ve seen online shoppers tend to abandon the website if they are forced to for them to login/create an account too early, most Shopify stores or big e commerce sites are set up so that one of the last things you have to do is login/create an account

2 Likes

Having a user build a watch they like before asking to sign up would make it harder for them to leave, since they have commited the time to designing a watch already. They would be more likely to go though the sign up process, which actually makes them even more likely to buy the watch in the end since they put in all of that effort.

So good point @gf_wolfer

2 Likes

Such a good interface… should go up into bubble.is examples of sites built using bubble :smile
http://bidy.dk/configurator

2 Likes

Yes you are totally right, the thing is that i have not found an optimal way of doing this. Everything action in the editor, is based on states. So, if i ask the user to sign up after they have designed the watch, then he would loose the customised watch. But i will think about , how i can achieve that :slight_smile:

Thank you for your input

thanks :slight_smile:

I’m just thinking out loud, but what if you had the Registration form on a page where the type of page was “watch.” So you would have their customized watch be the source of data for that page. Then, when the user signs up, you could trigger a workflow when the “Sign Up” button is clicked that adds “current page watch” to the list of user’s watch.

Sign User Up > Make Change to user (add current page watch to Result of Step 1) > Navigate to checkout

I actually don’t know if it would work or not, but it might!

1 Like

Thanks for your suggestion :slight_smile: i will definitely try it