Quantity not visible in the first page load

[ad_1]

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

Thanks for the quick, helpful and great support

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer