Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #830978

    Hello,
    How do I build / insert a search option and dropdown menu filtering categories?
    Sample can be seen at the link:
    https://www.dropbox.com/sh/6vjrn3cjccksq22/AADZI41mp02E1DAArwMTRRALa?dl=0

    Result shall be shown on screen.
    Result may look like this:
    https://www.dropbox.com/sh/ugw0vvbqxrert86/AACOegAaqAMTAJipXFwwEmnRa?dl=0

    #832579

    Hey Loining,

    Sorry for the late reply. There is nothing like that in the theme by default unfortunately, so you will have to look for a plugin or a custom solution to be able to achieve that.

    Best regards,
    Rikard

    #832740

    Does anyone have a good suggestion for a plugin that may help me in this?
    Is it possible to “see” how other sites have solved this?

    #833191

    Hi,

    I’m not sure if there are any plugins which will add that, but writing it manually is pretty straight forward. Here’s a link to get you started: https://www.w3schools.com/tags/tag_select.asp

    Best regards,
    Rikard

    #833471

    Interesting,

    Create a drop-down list with four options:
    <select>
    <option value=”volvo”>Volvo</option>
    <option value=”saab”>Saab</option>
    <option value=”mercedes”>Mercedes</option>
    <option value=”audi”>Audi</option>
    </select>

    Picking one of this does not create too much action, does it?
    Filtering, link to a URL or anything…

    But I see this may be a start of something, with some if… or case…

    #833752

    Hi,

    Yes, that is only the actual drop down, all the actions will have to be added after that.

    Best regards,
    Rikard

    #872437

    Hello,

    I have found that in the Contact Form I may in the Form-tab select Form Element: Select Element.
    At ‘Select Element’ it is explained:

    Form Element Options
    Enter any number of options that the visitor can choose from. Separate these Options with a comma.
    Example: Option 1, Option 2, Option 3
    Note: If you want to use a comma in the option text you have to write 2 comma.

    By using the example: Option 1, Option 2, Option 3 I det a drop down menu listing.
    May I some how use the selected option to control a display, image or link?

    #872675

    Hi,

    No that is not possible unfortunately.

    Best regards,
    Rikard

    #930105

    This site
    https://www.merkefabrikken.no/products/navnelapper-for-bedrifter-solv-og-sort
    has a selection of product and the price change accordingly to the selected.
    How is that possible?

    #930380

    Hi Loining,

    Have you considered using variable products?

    Variable Product

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.