• Resolved ElDooderino

    (@eldooderino)


    Hi, is there a way to connect the WordPress Search Function with the Product Catalog Search? I would like to be able to search products out of the WordPress Nav-Menü. Would be a blast!! ;))

    David

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support jaysupport

    (@jaysupport)

    No, there isn’t, unfortunately. The catalog is not a custom post type, so it’s unlikely to be found by default searches that query posts, pages, post types, etc. Additionally, even if it were to be found by a third-party search, the results would not at all be formatted how they need to be. It’s for this reason that we include a search widget, so you can place a catalog search box in any widgetized area of your site.

    Thread Starter ElDooderino

    (@eldooderino)

    Hi, thanks for youre response.
    i installed the WP Widget in Navigation Plugin and used the UPCP Search Widget. Works for me!!

    But one little thing….. i cant get the Submit Button of the UPCP Search Widget to the right side of the input field. Somebody got an Idea???

    Plugin Support jaysupport

    (@jaysupport)

    Hi David,

    You should be able to use Custom CSS to modify elements like this. For example:

    .upcp-product-search-widget-div form {
        display: inline-block;
    }
    
    .upcp-widget-search-input,
    .upcp-widget-submit {
        float: left;
    }
    
    .upcp-widget-submit {
        margin: 15px;
    }
    
    Thread Starter ElDooderino

    (@eldooderino)

    OK, that works fine!! Thank you!!
    Now there is one little question left for me.
    Is it possible to connect the UPCP Widget with more than one Catalog URL ??
    Its important for me, because i use 3 Catalog on the page…

    David

    Plugin Support jaysupport

    (@jaysupport)

    Hi David,

    Unfortunately, at the moment, there is no option in the plugin to do so. A UPCP Search Widget can only connect to one specific catalog.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Connect Search Function with WordPress Search’ is closed to new replies.