Your account expired support, please renew to get your support.

HomePage Forums Themes Support Bookory – Book Store WooCommerce Theme ajax srarch bar without price

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26622
    kia_aria
    Support Expired

    how can I remove price in ajax search bar?

    Screenshot 2022 08 20 at 21.10.50

    #26663

    Hi,

    Please copy this code and paste it to file functions.php ( child-theme):

    function bookory_ajax_live_search_template() {
            echo <<<HTML
            <script type="text/html" id="tmpl-ajax-live-search-template">
            <div class="product-item-search">
                <# if(data.url){ #>
                <a class="product-link" href="{{{data.url}}}" title="{{{data.title}}}">
                <# } #>
                    <# if(data.img){#>
                    <img src="{{{data.img}}}" alt="{{{data.title}}}">
                     <# } #>
                    <div class="product-content">
                    <h3 class="product-title">{{{data.title}}}</h3>
                    </div>
                    <# if(data.url){ #>
                </a>
                <# } #>
            </div>
            </script>
    HTML;
        }
    #26679
    kia_aria
    Support Expired

    I did, but still I see price in search bar.

    Screenshot-2022-08-22-at-12-11-20

    #26682
    kia_aria
    Support Expired

    Thanks its works now.
    I tried it in new browser.

    #26691

    Good job!

    Let me know if you need to help.

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

You must be logged in to reply to this topic.