• Resolved breauxlg

    (@breauxlg)


    When I choose a filter on the product table, the add to quote button disappears on the filtered items displayed. If I refresh the page, the buttons reappear.

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    is this an additional plugin (for filtering) or is it part of the theme?

    Thread Starter breauxlg

    (@breauxlg)

    The NP Quote Request is a plugin and the WC Product Table is also a plugin and the product table has the filtering option. I’m asking here in the NP Quote Request area because the WC Product filtering works fine, but the Add To Quote button disappears after filtering. Reappears if I refresh the filtered page.

    Plugin Author Neah Plugins

    (@gplsaver)

    Thanks. I am just asking questions trying to debug the issue. I notice the filtering is done with ajax. Is there a refresh option too? I am trying to see if the ajax refresh is the conflict. I know people have used this product table plugin with the quote plugin before. A recent update might have caused the coflict.

    Plugin Author Neah Plugins

    (@gplsaver)

    By refresh i mean “full page refresh”

    Thread Starter breauxlg

    (@breauxlg)

    I don’t see a full page refresh option anywhere on the plugin. I just hit the refresh button and the add to quote buttons reappear. What’s weird is that the quantity box shows all of the time and that’s in the column description with the add to quote box just automatically being there next to the quantity.

    Plugin Author Neah Plugins

    (@gplsaver)

    Can you add the code below to style.css in your child theme? Let me know if this solves the issue

    .single_add_to_cart_button{
    visibility:visible !important ;
    }
    Thread Starter breauxlg

    (@breauxlg)

    I’m not sure where to find that file.

    Plugin Author Neah Plugins

    (@gplsaver)

    OK. Download this plugin https://www.ads-software.com/plugins/custom-css-js/ and add the code using the plugin.

    Thread Starter breauxlg

    (@breauxlg)

    Sorry it took me so long. Family responsibilities. That worked. Thank you so much.

    Plugin Author Neah Plugins

    (@gplsaver)

    thanks for the info ??

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