Change the the button name

Is it possible to modify the button name, so that it says, for example, ‘I want my appointment’ for workshops and 1:1 sessions, and ‘I want it’ for physical products instead of ‘add to cart’? Thank you for your help.

If you are asking like show different text on “Add to cart” button (eg: instead of add to cart you want to show “i want it” text) and yes, this is possible. and this is not a name change, this is visual text change, to do this, it will require you theme have feature for this. if not you have to do edit the theme code.

assuming your product have category or product type as “workshop” and “1:1 session” and “pysical product” then we can use that product type to capture the product type and show the pre diffined text (in this case, “i want it” for physical product)

i need more information about your theme and product categorization to come up with a solution and sample code. currently are you organize the physical products and not physical product using tags or something else?

I can tag them if I need to, but I being trying all morning to find the code and I couldnt

I think this one is the code I need to use but I couldnt find “product-template.liquid”

{%- if product.tags contains ‘taller’ -%}
Quiero mi cita
{%- elsif product.tags contains ‘producto_fisico’ -%}
Lo quiero
{%- else -%}
Agregar al carrito
{%- endif -%}

This should be work. can we have your store URL, and can you put the code here? or what is the theme you are using ?