All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey so I’m trying to hide all prices on my products so that I can put in a price estimate calculator instead and I hid the prices on the main page but I can’t hide them on the actual product. Does anybody know how to do that in the code so I don’t have to pay for another subscription to do it?
Solved! Go to the solution
This is an accepted solution.
Check this one.
.price__container {
display: none !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Check this one.
.price__container {
display: none !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello @AlexxLemus888
Why don't you install the hide price shopify app and get support from the app developer to help you out with your requirements?