No content to show
User Activity
So for others coming in looking for the same thing I was, you probably went and clicked the link for the Shopify "Fraud Filter App" and were met with the message "This app is not currently available on the Shopify App Store" No need to fret, I wanted...
If you need more code let me know it wouldn't let me post it all so i will have to break it up
{%- assign sst = section.settings -%}
{% style %}
{%- assign bg_image = sst.background_image -%}
{% if bg_image != blank %}
#shopify-section-{{ section.id }} {
background: url("{{ bg_image | img_url: '' }}") no-repeat top center;
}
...
here is my other directories incase you see another file i need to edit
{%- assign sst = section.settings -%}
{% style %}
{%- assign bg_image = sst.background_image -%}
{% if bg_image != blank %}
#shopify-section-{{ section.id }} {
background: url("{{ bg_image | img_url: '' }}") no-repeat top center;
}
...
Here is the code i will attach screenshots of my directory of page files as this was a third party theme and I may be missing somethingthis is sections/nov-product-single.liquid{%- assign sst = section.settings -%}{% style %}{%- assign bg_image = sst...
I changed it to product.metafields.custom.brand but the issue still persists
I've been racking my head for hours on this, i have all the metafields setup correctly, and the code seems to be sound, however it isn't serving the metafields. I wanted two separate fields to show above or below the "SKU" and "Tags" fields but it do...