No content to show
User Activity
12-04-2024
Dropping a solution in that seems to be working. {%- assign new_canonical_url = canonical_url -%}
{%- if new_canonical_url contains '?' -%}
{%- assign url_params = new_canonical_url | split: '?' | last -%}
{%- assign new_canonical_url = new_c...
12-04-2024
Hoping that community can help. I am looking to create some links to a filtered collection page using tags. So I have a collection URL like/collections/collection-name/product-tagRight now my canonical is showing exactly the above although I would pr...
11-07-2024
Hoping that someone is able to help me, I am trying to add a show more/show less toggle into a new section. By default, I will show 6 section blocks but if there are more I'd like to place them in an accordion that will expand/collapse to show the ad...
11-07-2024
Hoping that someone is able to help me, I am trying to add a show more/show less toggle into a new section. By default, I will show 6 section blocks but if there are more I'd like to place them in an accordion that will expand/collapse to show the ad...
I have created a new section where I am adding multiple content blocks but have run into an issue that I am hoping for some help with. I'd like to add functionality where the first 6 content blocks are added to the page and anything over 6 gets put ...
Within my theme, I have product badges defined to show on the PDP. Sample Code:{% if product.tags contains 'On_Sale' %}Do This{% endif %}{% if product.tags contains 'New' %}Do That{% endif %} In total, there are roughly 7 or 8 defined. How would I g...