Forum Replies Created

Viewing 15 replies - 136 through 150 (of 397 total)
  • Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for your query regarding WooCommerce Product Table. I will be happy to answer.

    By default WooCommerce Product Table works 100% with the woocommerce plugin. The SOLD label that you are seeing is being generated by a 3rd party module on your site. It might be a label plugin or it could be your theme that generates this label.

    These 3rd party modules will not necessarily generate the same label in the image placed in a product table because they are not designed for this purpose. They are meant to show the label on normal woocommerce pages only.

    But you can replicate similar functionality of showing a ‘sold’ label using WooCommerce Product Table’s own facilities as well.

    In the PRO version of the plugin (premium version) you get many additional powerful facilities aimed at benefiting the product table layout on ecommerce stores to improve shopping. This includes an ‘Availability’ element which will show the availability status of the the product wherever you place it in the table. It also allows you to change the text that should show if the product is out of stock, in stock, or on backorder. You can also control the styling of the element like any other WooCommerce Product Table element.

    You could place the Availability in your table, change the label for out of stock to SOLD and change the styling of the element the way you need.

    But just to clarify the SOLD label will not be placed ‘inside’ the image like in your screenshot. It will show up anywhere else you place the element in the table template.

    For further discussion on the PRO version facilities please write in using the support form as this wordpress forum doesn’t allow premium plugin discussion.

    Happy to answer any further questions on this!

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for this amazing review of WooCommerce Product Table! I am delighted to hear that the plugin is working very well for your woocommerce store. It is indeed the best product table type plugin available today.

    Please feel free to write in if you have any queries and I will be happy to answer. Good luck on your project!

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    As I have not heard back from you so far I am assuming the above information answered your query. I am accordingly closing this topic. If you need further clarification on this topic or have any other queries please feel free to write in again and I will be happy to answer.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for your query about WooCommerce Product Table. I will be happy to answer.

    It seems the product table plugin is facing a conflict with your theme. WooCommerce Product Table is fully compatible with default woocommerce with no known issues between the two. But your theme is modifying the woocommerce quantity input element and this is causing an issue with it being displayed correctly in the product table.

    Best would be to use a different theme with WooCommerce Product Table. But I can also provide you with some CSS code for a quick fix for this issue. Copy paste the following in the table’s settings > style > css :

    .wcpt .wcpt-quantity > span.input-qty-pm:not(.wcpt-qty-controller):not(.qty):not(.wcpt-qty-select) {
        display: inline-block !important;
        border: none !important;
        height: 100% !important;
    }
    
    .wcpt .wcpt-quantity > span.input-qty-pm button {
        display: none !important;    
    }
    
    .wcpt .wcpt-quantity > span.input-qty-pm input {
        width: 100% !important;
        padding: 0 !important;
        border: none !important;
        line-height: 1em !important;
        height: 100% !important;
    }

    You can also copy paste the same CSS code in your child theme’s style.css file to apply it globally across all product tables on your site from a single location or via a CSS JS snippets plugin that allows you to insert CSS across your site.

    I hope this information helps! And please let me know if you have any further questions about the plugin.

    Also I will recommend checking out the premium version of my plugin WooCommerce Product Table PRO which has dozens of additional features to help boost your ecommerce store shopping experience and conversions.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    WooCommerce Product Table PRO (premium version of the plugin) has been made compatible with several 3rd party plugins to bring more functionality to your product tables. You can see the compatibility list here.

    As per the compatibility list you will find the plugin ‘Variation Swatches for WooCommerce’ works with WooCommerce Product Table PRO. You can check that plugin’s facilities on how to show the dropdowns in different display modes.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for your query regarding WooCommerce Product Table.

    What you want can be achieved with the premium version of the plugin WooCommerce Product Table PRO through a facility called archive override.

    With this facility you can replace the default woocommerce product grid on your product archive pages – shop, search, category, attribute and tag with product tables of your choice. The plugin will automatically detect the current archive page type and show products according to that page.

    To enable this facility you need to do a quick and easy file copy paste as explained in the documentation. And if you are using a theme builder like Elementor, Visual Composer, Divi etc on your site then you need to use this other simple guide for page builders.

    In case you have any difficulty along the way please feel free to write in for support here and prompt assistance.

    You can see PRO version benefits here.

    And purchase a PRO license here.

    Happy to answer any further question on this topic!

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Since we have discussed this requirement over mail and it has already been resolved I am marking this topic as resolved. Please feel free to write in if you have further questions.

    For benefit of other users, the solution you found was:

    “Delivery / Lead times is part of the plugin “Germanized for WooCommerce”, where delivery is included. I used the shortcode [gzd_product_delivery_time] in a custom field and it works fine.”

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for your great review for WooCommerce Product Table! It is designed to be the best product table type plugin with maximum features and flexibility to help meet your ecommerce site requirements.

    I will be happy to answer any questions you have about my plugin. Can you please explain what you mean by this: “One thing I concern I don’t see privacy, it could be better if it has while your table is access our data!”

    If you can write an email to wcproducttable@gmail.com we will discuss this further and I will look into your requirement.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Glad to hear the answer helped! Please feel free to write in if you have other questions.

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for using WooCommerce Product Table. I have checked your site. Based on what I have found I would like to clarify that the issue is not related to the plugin, something else is wrong on the site. The navigation filters normally work perfectly fine as demonstrated on your other site.

    When I checked the network log on chrome console I found the server is responding with a 403 error, ie, the request is not authorized. This is highly unusual and it could be due to a variety of reasons relating to the server or any security plugin on your site.

    You will need to check with your web host about this issue, and please tell them about the 403 issue for AJAX calls as well. This issue cannot be fixed from within WooCommerce Product Table because the issue is not originating from this plugin. The problem already exists on your site and is causing the plugin’s AJAX calls to break.

    If you wish, you can also disable the table’s AJAX feature by adding disable_ajax=”true” in the shortcode. This will force a page reload upon table navigation.

    Here is an example of the shortcode:
    [product_table id=”123″ disable_ajax=”true”]

    You need to replace id=”123″ with your table ID.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    I hope the above information has provided clarity on your question. With WooCommerce Product Table PRO you can show a product table with just product variations in each row as well using the variation table feature. However, it is not possible to mix other product types inside this product variation table. I am closing this topic for now, but if you have further questions please feel free to write in and I will be happy to answer.

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for your query. The Excerpt and Short Description elements are exactly the same. The Excerpt element was renamed to Short Description a couple versions ago because some users were getting confused and thinking the plugin doesn’t have Short Description element. You can simply go ahead and use Short Description now. If you want the entire product content then use the Content element instead.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Thank you for the excellent rating! 😊

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for your query. Since we have already communicated over email and resolved the issue I am closing this topic here. Please feel free to write in again if you have any further questions I can help with.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Since I have not heard back from you on this in over a month I am assuming this issue is resolved and closing this topic. But in case you still face any problem please feel free to write in and I will be happy to help you completely resolve the issue.

    Regards,
    Kartik

Viewing 15 replies - 136 through 150 (of 397 total)