Add to cart button - Customers see it on the products page - Brooklyn theme

website: www.breeprobiotics.co.za

Currently my landing page for products doesn’t include ‘the add to cart button’. It looks like this:

I would like it to include the add to cart buttons below it:

Is there anything I can do to reformat the page?

You will need to edit the code of “collection.liquid” file

Hi Ahsan

Thanks for helping out.

How would i go about editing it?

You can try this

  1. Go to Online Store-> Theme->Edit code
  2. Sections folder-> collection.liquid → here you will find the code. you can attach the code of that file here in your reply.

Would you like me to copy the code in a reply?

You can copy the code and paste it into file and attach the file to reply.

{% comment %}
The contents of the collection.liquid template can be found in /sections/collection-template.liquid
{% endcomment %}

{% section ‘collection-template’ %}
{% include ‘wiser_trending’ %}{% include ‘wiser_recentview’ %}{% include ‘wiser_newarrivals’ %}{% include ‘wiser_featured’ %}{% include ‘wiser_topselling’ %}{% include ‘wiser_recent_related’ %}

plz find this file and copy its content here

/sections/collection-template.liquid

I’m not sure I understand.