How to hide/disable single product page - by 123

This topic has 14 replies, 3 voices, and was last updated 3 years ago ago by Olga Barlow

  • Avatar: 123
    123
    Participant
    April 9, 2021 at 11:05

    im selling game gold /currency

    I don’t need single product pages. I just want a shop page.

    I found some methods on google, but it doesn’t work

    13 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 9, 2021 at 13:59

    Hello,

    You can just disable links to single product pages on your site using custom CSS and your visitors just won’t have a chance to click and follow the single product. Provide us with a link to your site and I’ll send you custom CSS to implement this.

    Regards

    Avatar: 123
    123
    Participant
    April 10, 2021 at 11:57

    1

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 12:58

    Hello,

    Add the next code in Theme Options > Theme custom CSS:

    .content-product .product-content-image,
    .product-mini-image,
    .product-title,
    .cart .product-thumbnail a {
        pointer-events: none;
    }

    Regards

    Avatar: 123
    123
    Participant
    April 12, 2021 at 08:10

    Thank you so much

    btw how disable links to categories

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 12, 2021 at 13:28

    Hello,

    Replace the previous code with this one

    .content-product .product-content-image, .product-mini-image, .product-title, .cart .product-thumbnail a, .content-product .products-page-cats a {
        pointer-events: none;
    }

    Regards

    Avatar: 123
    123
    Participant
    April 12, 2021 at 15:46

    great
    display total price when quantity selection change

    like this gif image
    https://imgur.com/a/xKu2Eoo

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 12, 2021 at 15:53

    Hello,

    We don’t have such option. It’s possible to implement only by additional customization. You can submit customization request here.

    Regards

    Avatar: 123
    123
    Participant
    April 13, 2021 at 18:22

    There is a bug
    disable links to single product pages

    but Click the add to the car button still go to single product pages

    please help me

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 13, 2021 at 20:45

    Hello,

    Provide us with WP Dashboard and FTP access to your site to check the issue.

    Regards

    Avatar: 123
    123
    Participant
    April 14, 2021 at 07:40

    Min Max Quantities
    The bug that appeared after setting it up

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 14, 2021 at 16:16

    Hello,

    Check now, please.

    Regards

    Avatar: 123
    123
    Participant
    April 14, 2021 at 17:41

    Chrome still doesn’t work
    Other browsers are working

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 14, 2021 at 17:48
  • Viewing 14 results - 1 through 14 (of 14 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.