Home Forums WoodMart support forum Ajax Search results + swatch attribute name

Ajax Search results + swatch attribute name

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #90729

    Brandboutik
    Participant

    Hi,

    1- I understand that Woodmart has AJAX search, and I realized that it doesnt search the attributes/tags/categories. only the title and description, which is kind of a problem for me. Can I add another AJAX plugin from wordpress website and still keep the same design of your search bar?

    2- In my previous website brandboutik.com when hovering over swatches the name of the attribute appears. that doesnt happen in my current website: lovenaya.site why is that? (login details in private)

    Thanks

    #90741

    Artem Temos
    Keymaster

    Hello,

    1. We don’t officially support other plugins for search functionality. But you can read other customer’s instruction that may help you https://xtemos.com/forums/topic/relevansi-plugin-ajax-search-for-everyone/

    2. Could you please send us a link to the example product?

    Thank you

    #90742

    newsprince
    Participant

    Hello.

    Use my guide from this link

    https://xtemos.com/forums/topic/relevansi-plugin-ajax-search-for-everyone/

    We have integrated advanced search with this plugin Relevansi and still use the ajax function from theme.

    See the last post i submit because the updated the theme and change some files.

    #90754

    Brandboutik
    Participant

    Hello,

    1- Thank you so much “newsprince” and “Artem” this is super super helpful. I’ll be trying it out!

    2- Here’s an example: http://lovenaya.site/index.php/product/flormar-silk-matte-liquid-lipstick/
    note: it does show up in the grid, just not the products page.

    Thanks.

    #90766

    Artem Temos
    Keymaster

    Hi,

    You need to upload default image for each attribute term to enable tooltip on the single product page https://gyazo.com/b8a028e98a0b6d2157ea0c04d6d6c01f

    Regards

    #90770

    Brandboutik
    Participant

    Hi,

    Isn’t there some code to work this around? or at least anything that would show the variant name even if it was after selecting one. Because it’s important for my customers to know the name of the color. doesnt matter to me how it looks, I just want the name of the variant to appear in any way possible.

    Thanks.

    #90801

    Artem Temos
    Keymaster

    Try to edit the file woodmart/woocommerce/single-product/add-to-cart/variable.php and replace this line

    $class .= ' text-only';

    with this one

    $class .= ' ';

    #90968

    Brandboutik
    Participant

    Hello Artem,

    What was this code supposed to do? I changed it and I couldn’t see any change :(.

    #90983

    Artem Temos
    Keymaster

    Hi,

    Please, send us a screenshot where you modified that code in your files.

    Thank you

    #90988

    Brandboutik
    Participant
    #90996

    Artem Temos
    Keymaster

    Sorry, try to replace this line

    $class .= ' variation-image-used image-swatch';

    with this one

    $class .= ' variation-image-used image-swatch woodmart-tooltip';

    #91000

    Brandboutik
    Participant

    Beautiful! Fantastic!! 🙂
    Thanks a lot Artem <3

    should I return the old code of line 82?

    #91018

    Artem Temos
    Keymaster

    You are welcome! Yes, you can return the previous code.

Viewing 13 posts - 1 through 13 (of 13 total)