• Resolved waqaryounis035

    (@waqaryounis035)


    the change in quantity work but can be shown in cart that how many number of quantity selected but I can not see that quantity figure while on product page or anywhere else in the site the number is hidden it just appear a white box with up/down arrow.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support CodeAstrology IT Firm

    (@codeastrology)

    Hello waqaryounis035,

    This is not happening for our plugin at all. our product table display only single product page information. So you need to fix your single product page problem first. to display the quantity number you need to use some CSS code.

    add this below code to your Additional CSS block to display quantity numbers properly.

    .woocommerce .quantity .qty {
    width: 7.631em;

    }

    After adding this code your output will be like this: https://prnt.sc/1ve2rgz

    Regards,

    Thread Starter waqaryounis035

    (@waqaryounis035)

    Thank you very much brother your solution works for me but can you please suggest to me that how can I change the button style of every add to cart whether the button is shown in the product table plugin or the archive page add to cart button
    I want the same button design from the product page to the rest of the add to cart on other pages
    Current button-style link : https://wordpress-530709-2163318.cloudwaysapps.com/product-category/kitchen-cabinets/grey-shaker/

    Desired style: https://wordpress-530709-2163318.cloudwaysapps.com/product/3drawer-base12-36-gs/

    Plugin Support CodeAstrology IT Firm

    (@codeastrology)

    Use that CSS

    .wpt_product_table_wrapper table.wpt_product_table>tbody tr.wpt_row td .wpt_action a, .wpt_product_table_wrapper table.wpt_product_table>tbody tr.wpt_row td a.single_add_to_cart_button{
        padding: 14px 035px 14px 35px;
        background: #579cf0;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        border-radius: 25px 25px 25px 25px;
        margin: 2px auto;
        text-transform: uppercase;
    }
    
    .wpt_product_table_wrapper table.wpt_product_table>tbody tr.wpt_row td .wpt_action a, .wpt_product_table_wrapper table.wpt_product_table>tbody tr.wpt_row td a.single_add_to_cart_button:hover{
        background-color: #b749fb;
        border-color: #b749fb;
        color: #fff;
    }
    Thread Starter waqaryounis035

    (@waqaryounis035)

    Great the above code works for me!
    Could you please tell me one thing the plugin woocommerce table pro did not show all products from the category selected and below the products now number will be there like 1,2, etc for further products?
    https://redo-kitchens.com/product-category/kitchen-cabinets/grey-shaker/
    here table did not display all products

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quantity box number is hidden’ is closed to new replies.