Home Forums WoodMart support forum Data title text / Alt text instead of SKU

Data title text / Alt text instead of SKU

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #359935

    tepisken
    Participant

    I wish you all good work.

    I have 2 questions for you

    1 – How can I hide the “data-title” text under variation on the product page I added variation? ( screenshot below)

    2- We cannot display the SKU code on the product grid. You mentioned this in other threads. But I saw a solution as you can see on the 2nd screenshot. It is defined in a class and pinned to the grid. How can I do that? You can see the site information in the private area. same theme

    Attachments:
    You must be logged in to view attached files.
    #359984

    Artem Temos
    Keymaster

    Hello,

    1. Please, send us a link to the product where we can see this.

    2. Try to edit the file woodmart/woocommerce/content-product-base.php and add the following code as shown on the screenshot

    <div class="wd-product-sku">
        SKU: <?php echo $product->get_sku(); ?>
    </div>

    Kind Regards

    #360030

    tepisken
    Participant

    Hi artemis,

    heew is the link .

    You can see the radio buttons appear as alt text when hovering over them.

    #360113

    Artem Temos
    Keymaster

    As we can see, these buttons are added by some of the installed plugins, not by our theme. In this case, you need to contact your plugin’s developers for help.

    #360187

    tepisken
    Participant

    Thank you for your help Artem

    #360197

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Data title text / Alt text instead of SKU’ is closed to new replies.