Hey folks
Can someone please help me remove the Product Description from Featured Product Section in the Home Page? I am using the Debit Theme.
Pls note that I DO NOT want to remove Product Description from the Product page.
Thanks a lot
Hey folks
Can someone please help me remove the Product Description from Featured Product Section in the Home Page? I am using the Debit Theme.
Pls note that I DO NOT want to remove Product Description from the Product page.
Thanks a lot
Hello,
To remove it:
{% unless product == empty %}
{{ product.description }}
{% else %}
{{ 'homepage.onboarding.product_description' | t }}
{% endunless %}
Thanks
Wow. Thanks @Guleria . You’re the man!