Hi, this is a simple yet great plugin. The only feature I am missing is the option to select products with a checkbox column. My products have not quantities so I just need the list to be checked. Is there an option like this?
]]>Hello, I like this plugin. It seemed to pull in the VAT number from the User profile into the billing information before, but no longer does this. Was this a feature of the plugin before. For my customers who have a VAT number I have added it to their user profile. I then create new orders for customers, and at one stage I saw that the VAT number was being pulled into the orders details under the billing information. But this has stopped. I am using flexible invoices which adds a VAT number to the billing information of the order. I don’t know how these two were able to talk to each other. But something stopped them from working together. I also have Checkout Field Editor installed however it doesn’t affect the display of the fields if I disable the field which it has found “billing_vat_number”. Your thoughts would be appreciated
Code from Whols
<h3>Whols - Additional Fields</h3>
<table class="form-table whols-additional-fields">
No additional fields found! </table>
<script id="vat_number_row" type="template/text">
<tr>
<th><label for="vat_number">VAT Number</label>
</th>
<td>
<input type="text" name="vat_number" id="vat_number" value="4060147776" class="regular-text"/><br/>
<span class="description"></span>
</td>
</tr>
</script>
<script>
/**
* Adds a VAT Number field after the company or name field.
*/
jQuery( function ( $ ) {
let vat_number_field = $('#vat_number_row').html();
let billing_company_field = $('#billing_company' );
let billing_last_name_field = $('#billing_last_name' );
if( billing_company_field.length ) {
billing_company_field.closest('tr').after( vat_number_field );
} else {
if( billing_last_name_field.length ) {
billing_last_name_field.closest('tr').after( vat_number_field );
}
}
})
Code from Flexible Invoices
<label for="_billing_vat_number">VAT Number</label><input type="text" class="" style="" name="_billing_vat_number" id="_billing_vat_number" value="" placeholder="" /> </p><p class="form-field _billing_address_1_field ">
]]>
Good day,
I want to use Enfold on my site, unfortunately there are problems with the wholesalers plugin, it does not put products in the shopping basket,
Is there any solution possible?
Gerrit
]]>Hello,
i’m a little confused since last wordpress / woocommerce upgrade.
The variations attributes no longer appear on title suffix.
– When I select “Variationnal description”, a dash appear on title suffix but not the variation description.
– When I select “Variationnal attributes”, nothing appears (not even the dash).
I’ve tried to desactivate all plugins except Elementor, Woocommerce & Wholesale Order Table but it didn’t help to solve the problem.
For information, this issue appears on WordPress 5.8.2 + Woocommerce 5.9.0.
Have you noticed any adjustments to be made since the last core updates?
Thanks for your help !
]]>Hi,
I found an issue.
Many of my products are variations.
For example:
Variation of one piece and a pack of 10 pieces.
If the stock quantity of one piece is 20, then I should be able to order two packs.
First won’t work, if I want to add 15 I got a modal message “Order quantity will be adjusted […] Available quantity […] is 12.”.
I don’t know why 12?!
If I want to add 20, the same message apperas but with 14 “Available quantity […] is 14.”, totally weird.
Hi,
if I edit my shortcode to categories=”cat1,cat2″, the whole table disappers.
If I just write cat1, cat1 is shown…
Also I checked it on a dev system, same problem.
]]>Hi there,
Thank you for you great work on this plugin ??
I just have one question, is there a possibility that the amount of units that is in a package is the amount of products that is shown in the order overview?
So for example we have a product that is being sold in a package of 8 pieces, and the customer is buying 2 packgage, we would like to see in the order overview 16 pieces instead of 2 packages.
Do you think there is a possibility to make this a possibility?
Best regards,
Olga
Hi,
Maybe i’m misunderstanding the purpose of this plugin, but where do I define the wholesale prices?
I have a b2c shop, and would like an order area for b2b users. A simple table would be fine, but different prices need to be defined. And also those prices need to be only visible to users with the wholesale userrole.
Regards,
Mirna
Heya ??
Id like to change continue to add to cart with no redirect, I assume I would do this in loop-end.php but not quite sure to replace there somewhere round line 38? Much appreciate any assistance you could give!
Hi, I want to change the order of table columns – move quantity at the end (right).
How to do it?
Hi, thank you for the amazing plugin. I really like it.
It would be great to have the option of linking to checkout OR cart.
Now it’s only straight to checkout.
Thing is: some webshops have cart-options (minimum orders in our case), that is being skipped now.
In our case: we had to adjust the plugin in the file loop-end.php; the replace the checkout_url function to the cart_url function.
]]>Hi,
I wanted to test this plugin but when I inserted shortcode [ordertable], instead of table it shows me regular starting page of my shop. What could be wrong?
Any way to have the categories not expanded by default?
Thanks
]]>Any way to show variable products in one row, with a dropdown for specific variation, rather than show each variation in a seperate row?
]]>Hi,
I can’t hide +- buttons on my order table, even when I choose that option in settings, seems not to work, nothing change.
The +- button keep appering in my table order, but I want to hide them, because they don’t work, I have to writte the number of itens otherwise the quantity and the totalprice don’t update.
Is the wholesale price the product “regular price”, or is it calculated from the “batch” and “unit price” attributes?
From reading the docs it sounded like the latter (which means I could use existing products already in the catalog, and use the “regular price” as the MSRP.)
In practice though “regular price” is the wholesale price and “batch” and “unit price” calculates the per-unit wholesale price which seems redundant — or am I doing something wrong?
—
When doing something like…
[ordertable categories="cat1, cat5, cat7" show_categories="true"]
… the category headings for all categories are shown. Is there a way to only show the headings for the listed categories?
Also, is there a way to show the category description under the category heading?
]]>I am trying to install the plugin, but when I try to save the page with the shortcode I get “updating failed”.
On the front-end page it reformats the entire page very narrow and gives the error: “The site is experiencing technical difficulties.”
]]>Hi anyone
Having problem wit the plugin
Wholesale order page.
It was working before whitout any problem.
Now all is updated ( WordPress and woocommerce and its php7
Its not loading on page.
Iam using the simplel solution [ordertable]
Its keep on loading
See link
Can you assist
Thanks
Bill
]]>Is it possible you can add a new feature to the ordertable, so it is grouped into sections:
Title-is-here:Best cream in the world
CreamProduct1
CreamProduct2
Title-is-here:Best cycle in the world
Cycleproduct1
CycleProduct2
CycleProduct3
Just want to define these titles for each grouping in the ordertable
]]>You write this syntax for using multiple categories or tags:
To show the order table at any page, use shortcode [ordertable] or [ordertable categories=”category A, category B”] or [ordertable tags=”tag A, tag B”] if you want to include only certain categories or tags.
Does not seam to work.
It works OK, when placing just [ordertable] OR [ordertable categories=”KategoriA”]
But multiple categories: [ordertable categories=”KategoriA,KategoriB”] does not work.
The same problem for tags.
Maybe you wrote wrong syntax, needs to be:
[ordertable categories=”KategoriA”,”KategoriB”] or something. I dont know.
Also – why can I not have more than one ordertable tag on the same wordpress page?
]]>Hello,
I’ve been using this plugin and absolutely love it, however I’ve had some issues with the sorting options. I can use the “sort by price” option just fine, however when I try to use custom product sorting, all I get is alphabetical sorting from A to Z. My regular shop is using the custom sort so I assume it’s not a problem on my end, but it might still be.
If I could get some help with this, I’d be extremely grateful.
]]>