Hi,
We are using a paid theme that doesn’t have “add section” for Shopify’s default newsletter sign-up form.
How to replace Mailchimp with Shopify default newsletter sign-up form?
Which code do we need to replace?
Best regard,
Jimmy
This is what we want to replace with shopify default newsletter sign-up form.
section-newsletter-v1.liquid
{{section.settings.title_newletter}}
{% if section.settings.content_newletter != blank %}
{{section.settings.content_newletter}}
{% endif %}{% schema %}
{
“name”: “Section Newsletter v1”,
“settings”: [
{
“type”: “color”,
“id”: “bg_newsletter”,
“label”: “Background Color”,
“default”: “#fbf3f0”
},
{
“type”: “text”,
“id”: “icon_top”,
“label”: "Icon top ",
“default”: “icon-mail”,
“info”: “Get icon in here”
},
{
“type”: “text”,
“id”: “title_newletter”,
“label”: “Title Newletter”,
“default”: “LIKE BEING FIRST?”
},
{
“type”: “text”,
“id”: “content_newletter”,
“label”: “Content Newletter”,
“default”: “Then get your can’t-miss style news, before everybody else”
},
{
“type”: “header”,
“content”: “Section Space”
},
{
“type”: “text”,
“id”: “margin_top”,
“label”: “Margin Top”,
“info”: “Defined in pixels. Do not add the ‘px’ unit.”
},
{
“type”: “text”,
“id”: “margin_bottom”,
“label”: “Margin Bottom”,
“info”: “Defined in pixels. Do not add the ‘px’ unit.”
}
],
“presets”: [
{
“name”: “Section Newsletter v1”,
“category”: “HOME 1”
}
]
}
{% endschema %}
{% stylesheet %}
{% endstylesheet %}
{% javascript %}
{% endjavascript %}