Data title text / Alt text instead of SKU
-
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.
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
Hi artemis,
heew is the link .
You can see the radio buttons appear as alt text when hovering over them.
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.
Thank you for your help Artem
The topic ‘Data title text / Alt text instead of SKU’ is closed to new replies.