How to add a Vye product tags form
Follow these steps to add a product tags form to your Shopify shop so that customers can subscribe to automated product email alerts.
- Go to Settings of Vye, go to Product Tags Subscription, select the tags that you want your customers to subscribe to. If you want your customers to only subscribe to all product updates don't select any tags. Click Save.
- Go to your Shopify admin, go to Online Store, and then Themes.
- Find the theme in which you want to add the form, and then click Customize to open the theme editor.
- Navigate to the page and section where you want to place the subscription form. Click Add section.
- From the drop-down menu, in the Apps section, select Subscription form or click the Search bar and enter Vye. If Subscription form does not show up, you may be using a vintage theme. See how to add a product tags form on a vintage theme.
- Click Save. The form should appear on the page. Move it to where you want it on the page.
- Click on the form to customize it. To make the form cover the whole width of the page, click on Apps and remove the check from Make section margins the same as theme. Click Save.
How to add a section for the Vye product tags form on a vintage theme
If your theme does not support Online Store 2.0, you will have to add a section for the Vye subscription form in your theme code before you can add it to your store. If you don't know if your theme supports Online Store 2.0, go to Shopify Theme Store and search for your theme. If you don't find Online Store 2.0 under Features, then your theme does not support Online Store 2.0. Follow the steps below to edit your theme code to add a section for the Vye subscription form.
- Go to your Shopify admin, go to Online Store, and then Themes.
- Find the current theme. Click Actions, and then Edit code to open the code editor.
- On the left side, click on Sections, and then Add a new section.
- Enter vye-subscription-form as filename in the popup box and click Done. The file will be opened.
- Delete all the template code in the file, if there is any. Click Copy code to clipboard below to copy the code.
- Paste the copied code into the file and click Save. Click Exit button on the top left corner to close the code editor. Now you can add the form to your store. See how to add the form.