Hello can someone help me too, add the price in the add to the card button
my store is https://vibafy-bx.myshopify.com/
I use debutify maybe i need to change code but i have no idea of coding
A Shopify store owner using the Debutify theme seeks help adding product prices to their “Add to Cart” buttons but lacks coding experience.
Assistance Offered:
add-to-cart-button.liquid snippet to include {{ product.price | money }} code is mentionedCurrent Status:
Hello can someone help me too, add the price in the add to the card button
my store is https://vibafy-bx.myshopify.com/
I use debutify maybe i need to change code but i have no idea of coding
Hey @Tapstar ,
We’d love to help for free. Please DM or email your collaborator and we’ll add this feature for you.
Cheers!
Shubham | Untechnickle
how i dm you?
You can email us at the email ID given below!
Hi @Tapstar Have u successfully fixed it?
You can try this:
To add the price to your “Add to Cart” buttons in Debutify, you’ll need a small code customization. Since you mentioned you’re not familiar with coding, I’d suggest using the Debutify support system for help with this specific change.
In the meantime, you could try looking in your theme customizer under “Sections” > “Product templates” to see if there’s a toggle option for displaying price in the add to cart button. Some newer versions of Debutify include this feature without coding.
If you want to attempt the code change yourself, you’d need to locate and edit the add-to-cart-button.liquid snippet in your theme files. The code would need to include something like {% raw %}{{ product.price | money }}{% endraw %} within your button text.