I am building my website to sell my boat wrap designs. I have the design part down (as I have 15+yrs experience in Graphic Design) however, I am new to the whole “coding” or back end of it.
For each of my wrap designs (40+) I have a designated page and want to include a custom menu design (one style) that i can add to each wrap design page.
I have included pictures of how I want the menu to function and when you select the “17FT BOAT” button, I want it to display the cost for that size in the cost window. As well as the button selected show in green. So if you select a different size (ie 18FT BOAT) that button will then be highlighted and the value (cost) in the window changes to the cost for that selection.
I hope this makes sense and is something that is possible with this platform.
Thanks for the help!
Depends on where you are building your menu. Wix-Stores?
Elaborate more.
Generating such a menu shouldn’T be a big deal for a Wix coder.
You could generate it by using different elements like…
MSB (Multistate-Box)
REPEATER
HTML-COMPONENT
CUSTOM-ELEMENT
And if this should be just a static menu, you even can use simple buttons.
But since your description is not detailed enough (you even did not mentioned that you are working on Wix-Stores and this menu maybe should run on ADD-TO-CART-PAGE or PRODUCT-PAGE or whereever and maybe also should be connected to your stores items and also be → DYNAMICALLY ← thinghs go much more CRAZY very fast.
My apologies for not being elaborate enough with what I am trying to accomplish. I put together 2 examples for you in hopes that this will help.
In the first example “practice page 1” I am using selection tags as my options or buttons. This example I am able to accomplish the button selection issue, (only selected button stays lit when clicked upon) however I am unsure of how to tie in the cost that is shown in the container box for that button.
In the second example “practice page 2” I am using individual buttons and am able to get the desired price once button is selected. However, I cant get the button to turn off when another option is chosen.
I am perfectly fine with either one (selection tags, or individual buttons) as long as it works the way its supposed to.
This will be visible on all individual wrap design pages so it wont ever change. But I will be needing to tie it into the wix purchase button and store.
I am not literate when it comes to coding or the terminology, but I am a extremely quick learner. Oh and stubborn lol
Thank You CODE-NINJA for taking the time to reply.
Yes, selection-tags are made for the purpose to be able to make a → MULTIPLE-SELECTION<–, but of course you can change their behaviour by code. I have seen this problem a lot in the past. But shouldn’t the selection-tag element provide settings where you simply can turn it into a → SINGLE-TAG-SELECTOR ← but maybe i am also wrong.
But you can take a look here…
…or here… a very old post…
…or here…
Ok, i think enough information about the SELECTION-TAG-ISSUE.
Well on my opinion you are making things very complicated, i would use maybe a repeater for this and even having my menu drivven by DATABASE (CMS) what is a way more dynamic and easier to maintain.
Example? Take a look here…
In this example you will see a REPEATER, driven by a DATABASE in the background.
You can modify the repeater design and behavioureasily, for example changing the amount of rows and cols and the type of presentation.
Since i have only 5 items inside my example-CMS → you also see only 5 buttons.
Upscaling CMS to 10 items → would result into 10 buttons generating a secong row set of 5 buttons.
The post connected to this REPEATER you will find here…