Oct 28, 2020
Is there a way to hide cents just for certain products/ price points? We'd like to hide cents for just products over $100. Any ideas? We're currently hiding all cents using the currency formatting in...
No content to show
User Activity
11-08-2023
Unfortunately it will never be in their best interest to allow us to change the button, as branding colors are given high importance by corporations like Shopify. That being said, although there are a few obstacles that Shopify places in our way, it'...
Ah yes, I too have had to learn the nuances of Liquid arrays. They are frustratingly limited and hard to use. To clarify, I am familiar with using the value accessor method you described, and I was able to accomplish my goal through that method. I si...
My store sells appliances which each have multiple PDF documents we need to make available for download. To this end, I have defined two metaobjects in our store: A document metaobject represents a single PDF for download, with text and a thumbnail.A...
08-29-2023
I have a workaround, but it requires manually editing the theme's base liquid file: {% if page_description %}
<meta name="description" content="{{ page_description | escape }}{% if canonical_url contains "tagged" %} Tagged: {{ canonical_url | spli...
08-18-2023
I'm not sure what exactly you mean by "multiple selectors," but selectors have not been an issue with my style rules. To clarify, my code works fine; I'm looking for information about strange behavior of the Custom CSS editor that Shopify doesn't pro...
08-17-2023
I was very excited for the potential of adding scoped, custom CSS to individual sections and so I wrote some markup and styles for a grid of icon boxes. My code is well under 500 characters, and does not violate any of the disallowed features that Sh...
08-11-2023
Though Shopify thankfully allows us to edit the vast majority of meta descriptions on our sites, we don't seem to be able to edit the description of blog tag filter pages. Shopify simply reuses the blog's overall description for every tag filter endp...