I have a problem on the site. In the mobile version of the site, when I want to add a product to the cart, this error appears. Everything is fine on the computer, but there is an error with the mobile version.
Product Table for WooCommerce by CodeAstrology (WooproductTable) version 3.5.1
woocommerce version 9.2.1
Hi,
I have added the table on my website, but when I try to edit the options such as columns, the options doesn’t show. They get hidden just after page is reloaded. Seems like a conflict, the options are not showing at all. I just see a glimpse of them when page is loaded.
]]>I’m building my site. I noticed that the “add to cart” button is only visible if I am logged in. How do I make sure it is visible to everyone?
Greets
Silvia
]]>Hye,
recently woocommerce add the field _global_unique_id / GTIN/EAN/ISBN field .
How can we use it in your product table ?
Did you plan an upgrade ton include it ?
Thank you
]]>Do you have a php snippet that allows me to sort the categories in the search box ( See screenshot https://ibb.co/ZJpsbPt ) by menu_order and not alphabetically as they are currently.
Thanks.
]]>I have 2 product tables and the search/filtering is not working on both. I have ‘search keyword’, ‘category’ and ‘tags’ enabled in my filtering. For Category and Tags, whatever I select in these, all products show, even the products/categories that are set to be excluded from the table show, it just doesn’t filer anything. And then for the Search Keyword box, this only searches the title. So for example, I sell greeting cards and if I search ‘Birthday’ it only shows products that have ‘Birthday in the name’. It doesn’t search the tags. What can I do please?
]]>Hi,
I need to customize the footer cart content :
Is it possible to provide a template, add several filters as already done for woocommerce_widget_cart_item_quantity for example, or add a global filter for the render_cart_list() and getFooterCart() functions in \inc\handle\fragment.php so that I can customize the HTML rendering?
Thanks in advance
]]>Hey,
I need help. Is there any way i can make product table default view to be categories? No all products. After clicking on category, only some products show.
]]>Hello, I installed your plugins since I checked it has so many nice reviews, but when I try to do anything with it, it gives me all plugins marketing all over the place. Moreover, I even don’t have Add a table button anywhere on your plugin list section in sidebar:
https://snipboard.io/olXaGI.jpg
https://snipboard.io/VlIrwx.jpg
BUT only place where I have Add to table is inside of Plugins list and when I click on it, this is what is shows: https://snipboard.io/juyg35.jpg (BTW. Yes, I’m an admin)
Is that normal issue or just something temporarily?
]]>Hello,
I found the table made with this plugin shows the same products sequencely as the category. I want to show the table products randomly (not the same as the category. Because my visitors see the same product as they saw in a category before. The table products should be different than the category. Could anyone possibly help solve it?
]]>Is there a way to change the table headers so that when they are clicked instead of reordering items alphabetically they are reordered by the date of a custom field?
]]>Hi,
do you have compatibilities to product options plugins?
Is it possible to show only one variation of a product and hide all others?
Thanks, Stefan
]]>In response to the title, I would like to change the color of this button.
Is it possible to do so using CSS? If it is, please provide me with the code.
Thank you!
]]>Use following code. You can use it using code snippet plugin or in your theme’s functions.php file.
add_action('wpt_table_row',function($Row){
$price = $Row->product_data['price'] ?? 'no_price';
if( empty( $price )){
$Row->display = false;
}
});
]]>
How can I insert the form to order products based on average rating, low to high price, high to low price etc? see attached example on your demo site: https://ibb.co/SN7k6pC.
Thanks
]]>Hi, the check icon in the add to cart button is not removed after deleting the product from the cart (after click x icon) https://snipboard.io/78syWP.jpg
(probably the added class from the button is not removed)
]]>Dear team,
since from few weeks website has been very slow while adding the products, ajax get loads so much, and sometimes it takes so much time to update the cart, and sometimes it take so much time to refresh the page.
]]>I would like each time I open the page containing my products to display them in a random order. It’s possible? How can I do?
Thanks.
]]>Hi,
The list Important feature ( Pro and Free ) is missing information.
Would you mind adding a Pro / Free tag to all the features in the list on the plugin page? It is not clear what can be done with free as opposed to pro.
]]>Hi, I can’t get snippet with own functions to work. Overall my table works, I’m adding column product_region and it shows the column Product Region, but value is always blank. I create wc_product_table_custom_column_product_region using snippet, I tried simlple and advanced methods but I can’t get table to show any data. Cache is off. I tried also with priority 1. Thanks
]]>Some time, user need default quantity for Table, Then user can add custom code by any code snippet plugin or in child theme’s functions.php file.
Add following code to your child theme’s functions.php file.
add_filter('woocommerce_quantity_input_min','wpt_custom_default_quantity_zero');
function wpt_custom_default_quantity_zero(){
return 0;
}
Get this code from Github Gist – Code for set zero for default value.
Thanks by Saiful
]]>How can I remove the horizontal scroll that appears at a lower screen size? I tried giving custom width to each of the column but it doesn’t work.
For example: If you check the “price” column in the above link, you will find that it has a width:52px !important given to it. But it doesn’t do any effect. It has a width of 116px.
Is there another simple way to just disable the horizontal scrolling? If not, why can’t I set specific width to each of the columns?
is it possible to print these podcast table ? if not, how can we do this?
is it RTL support?
is it completely free?
Dear team,
I have complained so many times that when I add the product to the cart, the cart does not update without refreshing the page, could you sort out the problem?
this is the latest version of plugin, second the font style is like there is no font use.
]]>If you want to change reset link of Variation. see following example.
You have to add following code to your theme’s(specially child) functions.php file or you can use any code snippet plugin to add code.
Code is:
add_filter('woocommerce_reset_variations_link','wpt_custom_reset_link_change');
function wpt_custom_reset_link_change()
{
return '<a class="reset_variations" href="#">Your Text</a>';
}
See full in Github Gist: See Code and full link of Gist: https://gist.github.com/codersaiful/cae91aa78d743a4dc23132dc6969ae43
]]>Dear support,
Since the last update (3.4.1) the query is not working as before.
Under Query, we selected a tag in “Product Tags Include”, but only one product is shown instead of 22 as before.
Maybe something changed with the product visibility? We have 22 products that are published but not searchable.
Thanks
]]>Overall PT is a great plugin.
However, when I click on the “Add To Quote” button in the product table, I get an error message, that the “Quote Request plugin” is not installed. NO WHERE does it say WHICH quote request plugin I need to install. I have searched your website, your plugin, your settings, your manual, your Github page and lastly I have searched this forum here?!
It seems this topic “Quote Request” is like a ghost and does not exit anywhere. Nowhere does it say in the documentation how I can get that button to work. You have three big links to unrelated plugins inside the plugin, but nowhere is there a link to the plugin for quote request. Is that so difficult to add a link to the plugin? I searched for full two hours now and still have no clue how to get that freakn button to work !!!!!!!!
Where is that “Quote Request” plugin?
Thanks.
Hello,
I have the problem that no more prices are shown as soon as you search for a product. How can I solve the problem ?
https://rental-equipment.getwoo.de/preisliste/
best regards
Daniel
Hi.
Would there be any chance of you adding some caching or even better fixing the code so it will not be that slow?
When I pick a category of products where are variations, it takes 15+ seconds to load and returns request 5 MB big, where the most of the data seem not to be used in any way.
This category has 5 products, 3 of those have aprox. 300 variations.
Great plugin!
Teach me please.
Is it possible to create a cart with a color chart similar to the site below with your plug-in?
https://www.sprayplanet.com/collections/mtn-94
Is it possible to set the background color of the table for each product?
Or if there is a page that explains it, please let me know.
Thanks !
]]>