Hey y’all,
I’m really new to Liquid and am currently completing the finishing touches on a site I’ve set up for a company. This particular company has items that are sold exclusively online and others that are sold exclusively in-store. The items that are sold in-store only are not allowed to have prices online, but can have descriptions and further information to market the products. So, I’ve set all in-store only items at a price of $99,999.00 so that I could replace that price with “In-Store Only” throughout the entire website. However, now that it’s time to delve into the code, I have no clue how to do this besides the possibility of adding this somewhere:
{{ “$99,999.00” | replace: “In-Store Only” }}
Any tips?
P.S. I’ve already removed the “Add to Cart” function for these in-store only items, so this is the only feature I’ve yet to figure out.