Forum Replies Created

Viewing 15 replies - 1 through 15 (of 399 total)
  • Plugin Author WC Product Table

    (@wcproducttable)

    Hi,

    Thank you for your message — I believe there was a bit of confusion here.

    You are referring to the PRO version, not the Lite version. In the Lite version, the search queries are already properly handled using $wpdb->prepare().

    That said, the improvements you mentioned have already been implemented in our development build and will be included in the next upcoming update, along with several other enhancements very soon.

    Thank you for bringing this to our attention, and apologies for the confusion that occurred.

    For any questions related specifically to the PRO version, please contact us directly via our support form. As per WordPress repository guidelines, we’re unable to handle PRO-related support in the Lite plugin forum, and such threads are often closed by WP moderators.

    Regards,
    Kartik

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi! In our current releases, the search query is built using $wpdb->prepare(), and searching terms with apostrophes works correctly. For some reason you’re using an old version of the plugin. We are constantly improving the plugin and resolve any security concerns / bugs immediately. So kindly keep the plugin updated. Feel free to write in if you have further queries.

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi @mboverhof our product table plugin is working perfectly fine with the Divi theme at our end nor have any other users of the plugin reported a similar issue. So we don’t think this is a compatibility issue with Divi theme. Most likely this has something to do with your settings in the Divi editor on the specific page where you have added the product table.

    Try adding some text above the product table shortcut to see if that also disappears in phone view. If it gets hidden on phones, then it means the Divi container in which you have placed the product table itself is being hidden on phones via its settings.

    We could look into this further for you, but we do need to check the website. Please write via the support form on our site with access details for a duplicate test site where it is safe to debug this issue.

    Plugin Author WC Product Table

    (@wcproducttable)

    Update: Issue resolved as confirmed by @strokehouse over email.

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi @strokehouse,

    Thanks for sharing your experience and also reaching out via our support form. We’ve reviewed the error details you sent and we’re already working with you privately to resolve the issue as quickly as possible.

    For transparency to other users: the line of code referenced in the error has been part of the plugin for over a year and a half and was not changed in the recent update. Based on the investigation so far, it appears that another module on the site (plugin or theme) has included a different version of a third-party library called Mobile_Detect, which our plugin relies on to detect device type (mobile/tablet/desktop). That external component is loading an incompatible version of the library, causing a conflict and triggering the critical error specifically on this site.

    We thoroughly test our plugin updates before release and the issue in question appears to be a conflict specific to this website environment rather than a bug in the update itself, as we have received no other reports of similar issues, and all other installations are functioning normally. As recommended in WordPress best practices, testing updates on a staging environment before applying them to production helps prevent situations like this where two modules (plugins/theme) may begin conflicting after an update.

    We’ve already shared steps to isolate the conflicting component, along with a workaround solution, and are awaiting your response via email so we can assist further and get this resolved.

    We’ll provide an update here once we’ve completed the investigation and confirmed the fix.

    Kartik
    Plugin Author

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi!

    Since we haven’t heard back from you in a while, we’re assuming your issue has been resolved based on our previous reply. We’ll go ahead and close this topic for now.

    If you have any further questions or need help with anything else related to our plugin, please don’t hesitate to reach out — I’ll be happy to assist.

    Kind regards,
    Kartik

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi!

    Thank you for your query regarding our product table plugin.

    If you are asking about the product tables displayed on the front end, then yes—you can change every single word in the table to Danish (or any other language you prefer). However, if you are asking about the table editor in the backend, that is only available in English at this time.

    Assuming you’re referring to the product tables on your front end pages, here are a few resources that will help:

    • Change any text in the tableplugin FAQsStyling“How do I change any text in the product table? For example in the buttons, headings, filters and sorting options?”
    • Customize button text, color, and heightplugin FAQsStyling“How do I change the text, background color and height of the Button element?”
    • Translate the entire table for multilingual sitesplugin FAQs3rd party plugin integration“How can I translate product table to different languages for my site? Will it work with WPML translation plugin?”

    Please feel free to write back if you have further questions about this or anything else related to our plugin.

    Useful plugin links: Tutorials | Documentation | FAQs

    Regards,
    Kartik

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi!

    From our end it isn’t possible to tell which third-party plugin is adding that field to your product editor. The quickest way to identify it is:

    Step 1 — Find the source plugin

    1. Temporarily deactivate WooCommerce-related plugins (keep WooCommerce and our Product Table plugin active).
    2. Reactivate them one by one, and after each activation, open a product edit screen to see when the extra field reappears.
    3. Once you’ve found the plugin, check its docs/support to learn how it stores the value—either as a custom field (meta key) or a taxonomy/attribute.

    Step 2 — Display it in Product Table PRO

    • If it’s a custom field: In your table settings, add a Custom Field element and enter the exact meta key provided by that plugin.
    • If it’s a taxonomy/attribute: Add a Taxonomy/Attribute element and select that taxonomy/attribute.

    Alternative (doesn’t depend on the other plugin)
    If you prefer a clean, plugin-agnostic approach you can achieve it with our plugin alone and the wordpress built-in custom fields facility with these steps:

    1. Add a new custom field on each product named unit_type and set the unit value (e.g., “kg”, “cm”, “pair”). In case you aren’t sure how to add custom fields to products please do a quick google search otherwise let me know and I’ll explain further.
    2. In your table’s settings, add a Custom Field element in the column where you want the measurement unit to appear and in the settings of this new element set the field name to unit_type (same name as our new custom field).
    3. Save the table—your unit type will display in the chosen column.

    (PRO Tip: If you have many products, you can bulk update via CSV import/export of product meta. Please check online on how the built-in woocommerce CSV import/export system works)

    I hope this information helps! Please feel free to write in if you have further questions on any of this.

    Regards,
    Kartik

    • This reply was modified 8 months, 1 week ago by WC Product Table. Reason: added more information
    Plugin Author WC Product Table

    (@wcproducttable)

    Hi! As it’s been a few days since we’ve heard back from you on this query we’re assuming it’s now resolved and closing this thread. Please feel free to re-open it or ask any further questions about our product table plugin and I’ll be happy to assist you. – Kartik

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi @taktak004,

    Thank you for your query. From your screenshot, it looks like you’re using a third-party plugin to add new option fields to the product settings. In this case, you’ll want to check that plugin’s documentation to see exactly where it stores the suffix value (e.g., in a custom field or attribute). Once you know that, you can add a corresponding custom field or attribute element in the Product Table plugin and display it there.

    Alternatively, you can try this — go to your table’s settings → open the Price element’s settings → enable the very first option to make the Price element use compatibility mode. In many cases, this allows third-party plugins to take over the Price element in the product table.

    Useful plugin links: Tutorials | Documentation | FAQs

    Regards,
    Kartik

    Plugin Author WC Product Table

    (@wcproducttable)

    Glad to hear the issue with pagination is now resolved at your end! Feel free to write in if you have further questions about our plugin and we’ll be happy to answer. Good day!

    Plugin Author WC Product Table

    (@wcproducttable)

    This seems to be due to some security settings either on the wordpress site level via a plugin or at the server level. It seems that your site will not allow the url parameter being used for pagination because of this security setting and that’s the reason why pagination is breaking. If you have a wordpress security plugin installed, check it’s settings relating to restricting certain ‘url parameters’. Relaxing those settings will likely fix this issue allowing the site to respond to the pagination url parameters.

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi Seyed,

    Thank you for using our WooCommerce Product Table Lite/PRO plugin and reaching out.

    The 403 error you’re seeing on pagination is unusual, as pagination is working correctly on all our test sites and we haven’t received similar reports from other users. This suggests the issue may be specific to your site’s setup.

    We’ll be happy to help you troubleshoot and resolve it. Could you please share a link to the page where the error is occurring? You can send it privately via our support form for security.

    Looking forward to your response.

    Kind regards,
    Kartik
    WP Titan Labs

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi! I hope the suggestion in the previous message helps. And we’ll certainly look into adding such a feature to the plugin in the future. A big update is on the way for the plugin so perhaps next month we could make this feature available for you. Since there’s nothing more we can do on this topic at the moment, I’ll go ahead and close this thread for now. But if you have any further questions or would like to follow up, feel free to reopen it or reach out anytime — I’ll be happy to help.

    Plugin Author WC Product Table

    (@wcproducttable)

    Hi! Thank you for using WooCommerce Product Table Lite and writing in with your query. Currently you can sort by the ‘publish’ date for products, but not by ‘last modified’, sorry. We will certainly look into adding this feature in a future update. In case you are using the PRO version you can also sort products by custom fields — so if you create a custom field with date timestamps for each of your products, then you can sort them by that field as a workaround. Please feel free to write in if you have any further questions about the plugin. – Kartik

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