Add to cart in featured product gallery

Topic summary

Goal: add an “Add to Cart” button to each featured product on the homepage, placed after the retail price. A screenshot and site link were provided.

Suggested approach:

  • Locate the Liquid snippet that renders buy buttons, likely named buy-buttons.liquid.
  • Open the template/section that outputs the featured products on the homepage.
  • Insert the snippet call directly below the retail-price HTML: {% render ‘buy-buttons’ %}.
  • Use the main product template as a reference to see how the snippet is normally included and which variables it expects.

Notes:

  • This requires editing theme code (Liquid snippets/templates).
  • A screenshot was attached, but the core change is code-based.

Status: no confirmation of implementation; offer for direct assistance was made. Discussion remains open pending user changes/testing.

Summarized with AI on December 16. AI used: gpt-5.

Hi. I want to add “Add To Cart” button to my featured products in the home page. A s you see, on the space after retail price.
Screenshot attached below.

here is the link to my website: www.aromaticaparfums.com

You will need to add the buy buttons snippet under the retail html. Look for a file that’s probably named buy-buttons.liquid, this is a snippet file which is used to render these buttons.

Open the file that is responsible to display featured products and look the the retail html just under that add

{% render ‘buy-buttons’ %}

If you see your main product template file you will know how to include this snippet

It might sound intriguing but if you are someone who understands code you can probably do it.

Please reach out via mail if you need any assistance for a convenient conversation and solution

Thanks