• Resolved rashimabdullah

    (@rashimabdullah)


    Hi

    Everything is working fine. But I am not able to see ‘add to cart’ option for searches. Is it possible ?

    Thanks in advance.

    Regards
    Rashim

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter rashimabdullah

    (@rashimabdullah)

    Hi The ‘Add to cart’ is there but in white color, hence unable to see it. How do i change the text of white color ?

    Plugin Author Damian Góra

    (@damian-gora)

    Hi rashimabdullah,

    The colors depends on your theme. Now you can’t change background of a “Add to cart” button in the plugin settings, but there are other possibilities. You could install Simple Custom CSS plugin and add the following CSS:

    .dgwt-wcas-pd-addtc .button {
        background-color: #96588a!important;
        color: #ffffff!important;
    }

    The results should be similar to Ajax Search for WooCommerce DEMO.

    Best
    Damian

    Thread Starter rashimabdullah

    (@rashimabdullah)

    It did work. Thank you very much.

    Can you please let me know what is the php code for the your search form to show up in header? I know where to place the code. But not sure what to place exactly.

    If you see my website https://www.haleem365.com I want that search box to fit between email and wishlist on top menu

    Plugin Author Damian Góra

    (@damian-gora)

    Add the following code after the .top-call-box element.

    <div class="top-search">
    <?php echo do_shortcode('[wcas-search-form]'); ?>
    </div>

    After that you have to write good CSS or hire someone to do it. Remember about RWD.

    Regards
    Damian

    Thread Starter rashimabdullah

    (@rashimabdullah)

    Great Damian

    For now, just added like this https://www.haleem365.com

    One feature I was looking at is to increase quantity near add to cart. If you can add that it would complete the ecommerce search system. And if you are looking to make this plugin premium, i can help you to market it ??

    Regards
    Rashim

    Plugin Author Damian Góra

    (@damian-gora)

    Hi,
    Your proposal is excellent.
    I wrote it on the TODO list.

    If you have private issues, contact me by e-mail (take a look at my profile). There is a link to my private website.

    Regards
    Damian

    • This reply was modified 8 years, 5 months ago by Damian Góra.
    • This reply was modified 8 years, 5 months ago by Damian Góra.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add to Cart’ is closed to new replies.