hi,I wanna add a image fix on the line I show you in printscreen…I don t have the posibility to add it from product template,it is not working,help me please
Hello @sao
You will have to do custom code for this.
Hi Sir,can you help me with that?
Hi @sao ,
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
{% if product %}
{% endif %}
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Unable to update the file
Liquid syntax error (line 132): Unknown tag ’ endif ’
This is the error I get
can you show me the screenshot of the error and the code? The code works good on my end.
you must have added the code on the wrong place.
???
Hi @sao ,
The code works absolutely correctly on my end. Please find screenshot below:
Please try adding the code at the end of “main-product.liquid”
{% if product %}
{% endif %}
If this doesnot fix the issue, I will require access to the theme so that i can review the theme code. The issue seems to be on the theme.


