Home › Forums › WoodMart support forum › Single product Additional Information
Single product Additional Information
- This topic has 14 replies, 2 voices, and was last updated 4 months ago by Luke Nielsen.
-
AuthorPosts
-
September 5, 2024 at 10:42 pm #595586
av_admin_1984ParticipantHi
I have this code to change the title of Additional Information to what I need, it is working well with the defult setting of woodmart, but if I use Layout for a single product from Elementor, it won’t work
// Dynamic Additional Information add_filter( 'woocommerce_product_additional_information_heading', 'custom_additional_information_heading' ); function custom_additional_information_heading() { global $product; $product_title = $product->get_title(); $custom_text = 'Technical specifications ' . $product_title; return $custom_text; }
Do you have any action to take to work in Elemntor?
Thanks
September 5, 2024 at 10:54 pm #595587
av_admin_1984ParticipantI also want to put that in the H3 tag, at moment right now it is on the H4 tag and elementor won’t allow me to change it
September 6, 2024 at 9:09 pm #595837
av_admin_1984ParticipantNothing?
September 9, 2024 at 10:01 am #596078
Luke NielsenKeymasterHello,
Sorry for the delay.
Use the code provided in the article below, that code works well on my side even with Layouts: https://take.ms/Fxdvv
https://rudrastyh.com/woocommerce/rename-product-tabs-and-heading.html
Kind Regards
September 9, 2024 at 10:37 pm #596277
av_admin_1984ParticipantHello
Yes! All those code works well only when the single product layout is off
I want to use here in the image I attached
How to put product title + Technical specifications
Attachments:
You must be logged in to view attached files.September 10, 2024 at 4:37 pm #596479
Luke NielsenKeymasterHello,
1. Send me access to the site and the URL link to that layout so I can check its structure.
2. There can be only the title, there is no way to define some additional features in the simple title field.
Kind Regards
September 10, 2024 at 6:56 pm #596507
av_admin_1984ParticipantHello
Please don’t share anything here, just put a video or image in a wordpress gallery
2. There can be only the title, there is no way to define some additional features in the simple title field.
We have to find a way for this
Thanks
September 11, 2024 at 10:33 am #596644
Luke NielsenKeymasterHello,
I see that you use a tab as a separate element, to make that custom codes work, you need to use the “Products Tab” element – https://take.ms/7Kycp
Kind Regards
September 11, 2024 at 1:33 pm #596718
av_admin_1984ParticipantHello Luke Nielsen
Please do me a favor
You have access to the host and site.
Please create the product page with the code you shared before and put it on the “Products Tab”
I don’t know how to do that
ThanksSeptember 11, 2024 at 7:12 pm #596799
av_admin_1984Participant“Products Tab” will not show the Attributes of products!
it shows the product card and I don’t need thatSeptember 12, 2024 at 11:23 am #596925
Luke NielsenKeymasterHello,
I have defined the “Product tabs” element below the “Product additional information table” element in Layouts, and now you can see that the custom code from the above article works. Now the “Additional information” tab has changed in the product page using Layouts (Screenshot in your Media library).
Kind Regards
September 12, 2024 at 8:52 pm #597097
av_admin_1984ParticipantHello
thank you for adding that but it seems you don’t get itlook at the image:
I want to replace the “Additional information” with a fixed title + product title
https://woodmart.xtemos.com/megamarket/product/black-porcelain-tile/
like this:
Tecknical information of Black Porcelain TileAttachments:
You must be logged in to view attached files.September 16, 2024 at 12:04 pm #597662
Luke NielsenKeymasterHello,
Okay, understood. Unfortunately, it requires complicated customization to make it work, which is out of our basic support, sorry.
Kind Regards
September 17, 2024 at 11:18 am #597904
av_admin_1984ParticipantHi
I did it
ThanksSeptember 17, 2024 at 11:50 am #597922
Luke NielsenKeymasterHello,
Always remember that you can reach out to us with any questions you may have.
Have a good day!
Kind Regards
-
AuthorPosts
The topic ‘Single product Additional Information’ is closed to new replies.
- You must be logged in to create new topics. Login / Register