I want the single product page like this.

This topic has 24 replies, 2 voices, and was last updated 1 year, 1 month ago ago by Rose Tyler

  • Avatar: Soumya
    Soumya
    Participant
    February 5, 2023 at 17:11

    It’s working very well.
    Thanks for this great support. I will purchase future products from you.
    And please confirm for me what changes you made!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2023 at 17:51

    Hello, Soumya

    You’re welcome!
    Custom CSS code you can find on these screenshots – https://prnt.sc/CoBa_xnsJdgA https://prnt.sc/M47oXB6l4fUX https://prnt.sc/_WZ-EMGMMveH

    Best Regards,
    8Themes Team

    Avatar: Soumya
    Soumya
    Participant
    February 25, 2023 at 11:44

    Please check this. It is not showing correctly. https://prnt.sc/QMu4c5hBm2fR

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 26, 2023 at 09:09

    Hello, Soumya,

    WooCommerce plugin in the latest update made input hidden if it is available for 1 purchase only.
    As a temporary fix, please add the next code in child-theme/functions.php file:

    add_filter('woocommerce_quantity_input_type', function($type) {
        return 'number';
    });

    Kind Regards,
    8theme team

  • 1 2
    Viewing 24 results - 21 through 24 (of 24 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.