• Resolved guru9493

    (@guru9493)


    Hi All ,
    Firstly I would like to thank Developer of Customizr for making such a great theme.
    I am currently running woocommerce on one of my client sites and I thought of using WooCommerce Quick/Bulk Order Form plugin (https://wordpress.org/plugins/woocommerce-bulk-order-form/).But when I install it and include it in a page it is not working correctly.I tried changing the theme and everything was perfect.
    So I think there is a conflict with jquery/css structure of theme with this plugin.So any help so that I can make it work in Customizr theme too?
    Thanks in advance.

Viewing 15 replies - 1 through 15 (of 31 total)
  • What kind of issue are you experiencing?

    Thread Starter guru9493

    (@guru9493)

    Basically when I try to include bulk order form using the shortcode [wcbulkorder] I am able to see the form in my page.But when i try to type something in the form field i am not getting pre populated suggestions of my woo products.Instead page is behaving weirdly.I changed the theme and everything is working fine.As currently I am testing this plugin with customizr theme in my localhost I can’t provide you a link to my page.I can’t change theme because I really loved Customizr theme.So anyway to make this plugin work for me.If not are there any similar plugins?

    Well I used it yesterday and could populate the list on my localhost: when I type 2 letters the list pops up. The problems here is about css:
    the height of the input boxes is too small, for that a css rule is enough:

    tr.wcbulkorderformtr input {
        height: auto;
    }

    If you use google-chrome, do you see any error in the inspect-element console?

    Thread Starter guru9493

    (@guru9493)

    Thread Starter guru9493

    (@guru9493)

    The only error I can see is Failed to load resource: net::ERR_CACHE_MISS > .I think error is due to disabling my my w3total cache plugin and It has nothing to do with bulk order plugin

    Thread Starter guru9493

    (@guru9493)

    Sorry for multiple postings indicating errors.

    Well,after typing something in the product search box the errors I can see in my Chrome are:

    Uncaught TypeError: Cannot read property ‘top’ of undefined jquery.autocomplete.js:734
    Uncaught TypeError: undefined is not a function 127.0.0.1/:530
    Failed to load resource: net::ERR_CACHE_MISS http://127.0.0.1/test/

    any thing can be figured from above errors?

    :/
    Really don’t know why doesn’t work for you.
    You cannot even see the spinner I suppose…

    Thread Starter guru9493

    (@guru9493)

    Have you tried this plugin with Customizr theme?

    🙂

    Well I used it yesterday and could populate the list on my localhost: when I type 2 letters the list pops up

    I forgot to say that yes, I used it yesterday, and I’m using it again now with Customizr theme, just for testing 😀

    Thread Starter guru9493

    (@guru9493)

    Is it working with customizr theme for you ?

    😀

    Well I used it yesterday and could populate the list on my localhost: when I type 2 letters the list pops up

    The list pops up when I type 2 (matching) chars in the input box (http://i58.tinypic.com/123v0wg.png). If there’s no match I can only see the spinning.

    Thread Starter guru9493

    (@guru9493)

    Well then I will try direct in my site and check if it is working fine and will notify after trying.
    Thank you “d4z_c0nf” for you quick support.Cheers !! 🙂

    You’re welcome. Hope you can solve

    Thread Starter guru9493

    (@guru9493)

    I have tested plugin in my live site and It is not working there.Experiencing same problem.
    Have a look over this page:
    http://www.tmkhomeneeds.com/preview/

    Yeah I see, no errors in the console.
    I just see you use a lot of plugins.
    And I presume you use them also with the other theme for which quickbulk-order-form works.. right?
    Could it be possible that some other plugin conflicts with customizr.
    You should deactivate them all except quickbulk + woocommerce.
    Also don’t know what I did but I’ve been able to produce this error in the console, for your site:
    jquery.autocomplete.js:734 Uncaught TypeError: Cannot read property 'top' of undefined
    this:
    <script type=’text/javascript’ src=’http://www.tmkhomeneeds.com/wp-content/plugins/woocommerce-predictive-search/assets/js/ajax-autocomplete/jquery.autocomplete.js’></script&gt;
    Also I see there’s this included:

    <script type='text/javascript' src='http://www.tmkhomeneeds.com/wp-includes/js/jquery/ui/autocomplete.min.js'></script>

    You really could have some plugin conflict there..

    to not talk about total cache..

Viewing 15 replies - 1 through 15 (of 31 total)

The topic ‘Conflict with WooCommerce Quick/Bulk Order Form’ is closed to new replies.