How to display SKU numbers on product detail pages

This topic has 65 replies, 3 voices, and was last updated 2 weeks, 3 days ago ago by Andrew Mitchell

  • Avatar: yunqu
    yunqu
    Participant
    March 27, 2026 at 04:38

    How do I display a “sold out” label for items that are out of stock?

    Files is visible for topic creator and
    support staff only.
    Avatar: yunqu
    yunqu
    Participant
    March 27, 2026 at 04:44

    I have already enabled this tag

    Files is visible for topic creator and
    support staff only.
    Avatar: yunqu
    yunqu
    Participant
    March 27, 2026 at 07:21

    The “Buy” button for sold-out products has disappeared. Is it possible to configure it so that the product is simply unavailable for purchase, rather than having the button disappear?

    Files is visible for topic creator and
    support staff only.
    Avatar: yunqu
    yunqu
    Participant
    March 27, 2026 at 08:58

    Also, where can I edit the text in the Quick View pane? It’s currently displayed in Chinese, and I need to change it. I’ve reported this issue before, but you haven’t told me how to fix it. Could you please take a look at the questions I’ve listed above? This is very important to me. Thank you.

    Files is visible for topic creator and
    support staff only.
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 27, 2026 at 11:20

    Hello, yunqu,

    You can modify this text by making changes in the translation files. This can be done using the appropriate plugins.
    Best regards,
    The 8Theme Team

    Avatar: yunqu
    yunqu
    Participant
    March 28, 2026 at 01:32

    I have more than one question, but you’ve only replied to my most recent one each time. Please take a look at my previous questions. Also, I have to wait a long time for your response every time, which really affects efficiency. I’ll say it again: please look at my previous questions—I’ve included screenshots for

    Avatar: yunqu
    yunqu
    Participant
    March 28, 2026 at 01:33

    No one has told me what to do about the question I posted earlier.

    Files is visible for topic creator and
    support staff only.
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 30, 2026 at 08:03

    Hello, yunqu,

    Please create separate topics for each question, as according to the forum rules, each topic should address only one issue.

    Regarding the question “How do I display a ‘sold out’ label for items that are out of stock?”:
    The label should be displayed only if the product has been manually marked as unavailable for sale. This also applies to product variations — if at least one variation of the product is available for purchase, the label will not be shown.

    As for “Where can I edit the text in the Quick View pane?”:
    You need to open the product builder editor, locate the corresponding Compare and Wishlist elements, and modify the texts as shown in the screenshots.

    Best regards,
    8Theme’s Team

    Files is visible for topic creator and
    support staff only.
    Avatar: yunqu
    yunqu
    Participant
    March 30, 2026 at 08:47

    What I’m trying to say is that my product inventory is at zero, so it’s already out of stock, but the label doesn’t show that—that’s why I’m reaching out.

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 30, 2026 at 09:45

    Please provide a link to this product.
    Best regards,
    The 8Theme Team

    Avatar: yunqu
    yunqu
    Participant
    March 31, 2026 at 01:56
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 31, 2026 at 16:21

    Hello, yunqu,

    Thank you for the link. We have added the following custom CSS to resolve the issue.

    .etheme-product-grid-item .stock.out-of-stock {
        position: absolute;
        text-align: center;
        background-color: rgba(255, 255, 255, .9);
        z-index: 1;
        margin-bottom: 0;
        font-size: 12px !important;
        text-transform: uppercase;
        color: var(--et_dark-color);
        left: 85%;
        top: -180%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 7px 14px;
    }

    Best regards,
    8Theme Team

    Avatar: yunqu
    yunqu
    Participant
    April 1, 2026 at 01:20

    Hello, where did you add this style? Could you tell me?

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    April 1, 2026 at 07:05

    Hello, yunqu,

    We have added this code to XStore Options → Theme Custom CSS → Global Custom CSS.

    Best regards,
    The 8Theme Team

    Files is visible for topic creator and
    support staff only.
    Avatar: yunqu
    yunqu
    Participant
    April 2, 2026 at 02:02

    I don’t understand why this has appeared at the bottom of my website. I can’t find a way to remove it. Could you take a look and tell me what’s causing this? Thanks.

    Files is visible for topic creator and
    support staff only.
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    April 2, 2026 at 08:46

    Hello, yunqu,

    Please send us the link to the page where the issue occurs.

    Best regards,
    8Theme Team

    Avatar: yunqu
    yunqu
    Participant
    April 3, 2026 at 01:45

    I’ve already resolved the issue mentioned above. I have another question: where can I add custom JavaScript code?

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    April 3, 2026 at 08:18

    Hello, yunqu,

    Оur theme does not include built-in functionality for adding custom JavaScript. To achieve this, you can use an additional plugin, such as the Code Snippets – WordPress plugin, or add your custom code by using a child theme.

    Best regards,
    8Theme Team

    Avatar: yunqu
    yunqu
    Participant
    April 3, 2026 at 10:12

    I have another question. I selected the carousel component for the product display and enabled the “Inventory Status” option in the backend editor. It shows up in the backend preview, but it doesn’t appear on the frontend page. Here is the page URL: (https://www.hanidoll.ru). Could you please help me figure out why this is happening?

    Files is visible for topic creator and
    support staff only.
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    April 3, 2026 at 13:40

    This issue is related to caching. Since the editor is not affected by the cache, the products are displayed correctly there. Please clear the cache.

    Best regards,
    8Theme Team

    Avatar: yunqu
    yunqu
    Participant
    April 7, 2026 at 03:47

    1

    Avatar: yunqu
    yunqu
    Participant
    April 7, 2026 at 03:48

    https://www.hanidoll.ru/product-category/in-stock/page/2/

    I’ve cleared all the cache, but it still isn’t showing up. Also, the email subscription box at the bottom of the category pages isn’t displaying—only the category pages have this issue; the homepage and product pages are working fine. Could you take a look? This probably isn’t a cache issue.

    Files is visible for topic creator and
    support staff only.
    Avatar: yunqu
    yunqu
    Participant
    April 7, 2026 at 03:50

    They are using the same footer template,Could you take a look at this? What’s going on?

    Avatar: Ayan Rahman
    Ayan Rahman
    Support staff
    April 7, 2026 at 09:34

    Hi,

    We are unable to log in using the credentials you previously provided. Please verify them and share valid login details.

    Best regards,
    The 8Theme Team

    Avatar: yunqu
    yunqu
    Participant
    April 7, 2026 at 09:56

    111

    Please contact administrator
    for this information.
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    April 8, 2026 at 17:14

    Hello, yunqu,
    Thank you for providing access. We have resolved this issue; please check it.
    Best regards,
    The 8Theme Team

    Avatar: yunqu
    yunqu
    Participant
    April 9, 2026 at 01:46

    Thank you for helping me fix the issue with the subscription form not displaying. Could you tell me what changes you made? Also, regarding the issue I reported earlier—where the inventory status isn’t showing in the product carousel on the homepage—could you take another look at that for me?

    Files is visible for topic creator and
    support staff only.
    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    April 9, 2026 at 09:51

    Hello, yunqu,

    To resolve the issue with the form, we have replaced its output from a shortcode to the corresponding Elementor element.

    Regarding the display of the status, please enable the appropriate option in the element’s settings, as shown in the attached screenshots.

    Best regards,
    8Theme Team

    Files is visible for topic creator and
    support staff only.
    Avatar: yunqu
    yunqu
    Participant
    April 9, 2026 at 10:51

    Have you checked the website’s homepage? Even after enabling it in the admin panel, it still isn’t showing up! It’s not because it hasn’t been enabled—do you understand what I mean? I’ve already followed the steps in your screenshot, but it still isn’t showing up, which is why I’m reporting the issue. Please take a look at the screenshot; the homepage sti

    Files is visible for topic creator and
    support staff only.
    Avatar: yunqu
    yunqu
    Participant
    April 9, 2026 at 10:54

    Please take a look at the front-end page. It shows up in the admin panel but won’t display on the front end no matter what I try—that’s the issue I’m facing. This isn’t a caching issue. Please check the cause. Thank you.

    https://www.hanidoll.ru

  • 1 2 3
    Viewing 60 results - 31 through 60 (of 65 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.