Show "Created by "vendor" in Product Page

Hello,

I want to display the vendor on the product page. I have already configured it. But I need the following text “Created by:” to appear before the “vendor”.

I try to edit the product.json, but I get an error when I try to add the text before the vendor variable.

Can you help me?

Thanks!!

Hi @andowow ,

  1. First go to Online Store
  2. Then click on the Action right side of the theme you want to change.
  3. Now click Edit Code
  4. Now find product.liquid and open file.
  5. in that file fine “{{ product.vendor }}”
  6. replace it with “Created By: {{ product.vendor }}”

@andowow
Welcome to the Shopify community!
Thanks for your good question.

Please share your store URL.
So that I will check and let you know the exact solution here.
Its done by customization, Let me know if you need any more help.