Add text above add to cart button in Prestige 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 ,

  1. Go to Online Store->Theme->Edit code
  2. Snippets->product-form.liquid

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

1 Like

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.

1 Like

@Guleria I don’t see this anywhere in my prestige theme. Is this no longer valid?