What kind of issue are you experiencing?
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?
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
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…
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 ð
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.
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
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>
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..