I would like to add a box of content (or coded content) to individual category pages below the products. I can add code to each individual page, or if there is way to add in a text box that would be amazing…
I noticed that you use your own theme “STABLE AGM Main Theme” so it is difficult to give you advice without seeing the details. Basically variations of the following should work. In your file template-collection.liquid just add something like
{{ collection.metafield.content }}
That is the easy part. But you should make a backup of your theme. The ‘rte’ allows you to have a description in the same way as you have it in most themes on the product page.
Thank you for the response, but I am still confused a little. If I use a single div to call in the meta field, wont that be the same content on all category pages? Is there a way to identify the content on an individual page IE food content, clothing content, etc…
Also, if the metafield apps can serve the content, why cant I serve it directly?