I am looking to add “how did you hear about us?” Dropdown to shopping page . I am using theme “Symmetry” from a 3rd party company called “Clean Canvas” who refuse to help with this question. I have read the shopify page that explains how to do this, what code to install where. The problem is the theme I am using, does not have the same file names as the ones shopify is asking me to find, therefore, I don’t know what files to edit and add the code. The shopify page I refered to is linked below
https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-vintage-themes/ask-how-customers-heard-about-your-store
Can anyone provide advice how I can add the drop down or radio button, required option, to my cart.
Thank you
Hi @daveawetsdfghjk
I hope you’re doing well!
Although my test store isn’t using the Symmetry theme, I’ve tested the process on my store and can walk you through the steps so you can try it on yours.
-
Create the hear-about-us.liquid Snippet:
Start by following the guide to create a hear-about-us.liquid file in the Snippets directory.
-
Add the Code:
Paste the provided code from the guide into this new file, and Save.
-
Integrate with the Cart Drawer:
Open cart_drawer.liquid if you’d like the form to appear in the cart drawer. Insert the code on a new line above the closing tag and Save. The form should now display in the cart drawer https://prnt.sc/k-Kz7Jw19Vhh
-
Configure in Theme Settings:
In the Config directory, open settings_schema.json. Add the final piece of code to enable editing the form directly via Theme > Customize > Theme settings.
This should allow the “Hear About Us” form to appear and be customizable in your cart drawer https://prnt.sc/PJ1K-Wdx5e3Z .
Let me know if you have any questions or are stuck at any step!
Best regards,
Daisy