All things Shopify and commerce
Hi, I would like to change the pricing on our items listed as $0 to "Call For Pricing." We are using the Ella theme and I cannot find the area that says product.liquid as I have found in other recommendations. Thank you!
Hey @GSF2017,
Here's how you can solve this, in case you're not able to follow the steps please share your collaborator code in DM and I'll send you a collaborator request and get this resolved in no time.
In your Shopify admin:
Look for files with these names (they're the most likely locations for price-related code):
Once you find the appropriate file, you'll need to look for code that handles price display. It might look something like this:
{% if product.price == 0 %}
{{ product.price | money }}
{% endif %}
or
<span class="price">
{%- if product.price_varies -%}From{%- endif -%}
{{ product.price | money }}
</span>
You'll want to modify it to something like this:
{% if product.price == 0 %}
Call For Pricing
{% else %}
{{ product.price | money }}
{% endif %}
You might need to add certain styling to the "Call for Pricing" text using CSS.
Hope this helps.
Cheers!
Shubham | hello@untechnickle.com
Oh, and there’s something brewing behind the scenes that’s redefining customer experience. Curious? It’s time to Revize your store. Don’t say we didn’t warn you.
Hello, Shubham! I would be greatly appreciative if you would be able to help me out as a collaborator and fix this issue for me. Please message me if you're able to. Thanks so much!
Thanks so much, just sent you an email. The email is info@goldenstatefloors.com
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024