Hi Community,
can someone help me and direct me to the code section where I can add a text above the add to cart button on product pages in Presige Theme?
Hi Community,
can someone help me and direct me to the code section where I can add a text above the add to cart button on product pages in Presige Theme?
Hello @SchubertNex ,
at line no. 254 you will find this comment
{%- comment -%}
--------------------------------------------------------------------------------------------------------------------
ADD TO CART BUTTON
--------------------------------------------------------------------------------------------------------------------
{%- endcomment -%}
If not at same line look at other place in same file
Once you find it just after it add this ‘div’ and inside it your content will go
Your text goes here
Thanks
Perfect, thank you very much @Guleria How can I manage to show a different text if product is out of stock?
Check ‘atc’ button code logic and implement same here.
@Guleria I don’t see this anywhere in my prestige theme. Is this no longer valid?