HTML Amazon Spreadr app need to possibly add to store

Topic summary

A user installed the Amazon Spreadr app on their Shopify store (Prestige theme) and found HTML integration code automatically added to their site. The code appeared as its own section in the sidebar, but the user was uncertain whether it matched the expected guide section HTML or if additional configuration steps were needed.

Key details:

  • App appeared to auto-integrate without manual HTML insertion
  • Code snippet included custom Liquid template logic for rendering the Spreadr functionality
  • User questioned if further action was required

Resolution:
The issue was resolved (no details provided on the solution).

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

I downloaded Amazon Spreadr to my store (prestige theme) and from what I can tell it automatically added the integration html. I am aadding in that html below…all of the sections and snipets that I checked don’t look like the guide section html. Can someone tell if I need to do anything? I found it on the sidebar as it’s own section.

Thanks

Sandra

layout none %}
{%- capture contentForQuerystring -%}{{ content_for_header }}{%- endcapture -%}
{%- assign page_url = contentForQuerystring | split:‘“pageurl”:"’ | last | split:‘"’ | first | split:‘.myshopify.com’ | last | replace:‘/’,‘/’ | replace:‘%20’,’ ’ | replace:‘\u0026’,‘&’ -%}
{%- assign param_page = ‘’ -%}
{%- for i in (1..1) -%}
{%- unless page_url contains “?” -%}{% break %}{%- endunless -%}
{%- assign query_string = page_url | split:‘?’ | last -%}
{%- assign qry_parts= query_string | split:‘&’ -%}
{%- assign checkcon = 0 -%}
{%- for part in qry_parts -%}
{%- assign key_and_value = part | split:‘==’ -%}
{%- if key_and_value.size > 1 -%}
{% if key_and_value[0] == ‘s_classes’ %}
{%- assign s_classes = key_and_value[1] | default: ‘’ -%}
{% endif%}
{% if key_and_value[0] == ‘s_style’ %}
{%- assign s_style = key_and_value[1] | default: ‘’ -%}
{% endif%}
{%- endif -%}
{%- endfor -%}

{% render ‘spreadr-custom’, product:product, s_showSpreadr:1, s_hideCart:1 , s_classes: s_classes, s_style: s_style %}

{%- endfor -%}

It’s been resolved