Add to cart below product recommendations

Hey,

Haven’t really found a working solution myself and a Shopify employee tried to help me with this, he suggested me to make a post on the forum.

So what i want is basically the subject, add to cart button below product recommendations.

without using an 3rd party app if possible.

www.goochtown.com

Thanks in advance,

Djimmy owner of GoochTown

Hello there,

Did you tried this code in the product recommendation section

{% for related_product in product.related_products %}
{{ related_product.title }}




{% endfor %}”

placed this under {% endschema %} but it didnt work, when i put it above it gave me an error and wouldn’t let me save

"{% for related_product in product.related_products %}
{{ related_product.title }}

{% endfor %}"

Hi GoochTown,

"To add an ‘Add to Cart’ button below product recommendations on a website, you’ll need to modify the HTML and possibly CSS of your product recommendation section. Consider exploring product recommendation apps that include this feature, allowing you to easily integrate an ‘Add to Cart’ button below your recommended products.

One option to explore is the CartUp AI product recommendation app, available on the app store. Why not take a look?

Hope this may help you…