Need help - just started with code

Hi, can anyone help? My company is an internet service provider. I would like to create the option on my Wix website for my customers to select an internet plan, choosing each available option such as data allowance and internet speed, from a list or different boxes, which then provides a price at the end. I’ve seen this on other websites where the price “scale” is at the bottom of the page and it changes according to the customer selection. It looks like a long line with numbers/dollar amounts (sort of like a ruler). Also, I’ve just started with code, but unsure where to look - what would this sort of thing be called? Thanks, Liz

Hi Liz,

It is possible to achieve what you are looking for using wix-code
off the top of my head, you could use different Editor components to display the different available plans as well a component in the bottom of the the site to present the price (visualize in different ways…)
then connecting the different components by using the component events for supporting such user interaction, an example can be found in

You will need some basic JS skills in order to achieve on you that own, but overall those kind of things are possible

Thanks
Adi

Thank you for your assistance Adi, I’ll see how I go :slight_smile: