Adding Same Text

Good morning

i wonder how can i put a text under social and i f can be editable in product tpl .

with regards

Screenshot_14.png

You can use My changes module and products:product_detail_bottom hook.

For example, social buttons are displayed through the following template

design/themes/THEME/templates/addons/social_buttons/hooks/products/product_detail_bottom.post.tpl

Use language variables in the new template to easily edit data in the admin panel