How to add a quick checkout button under products in Debut theme?

any app or other way to add a add to cart button under product to get quick checkout

Hi @shumailasharif !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

You can try this code;

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.

.product-card {min-height: 340px;}
@media only screen and (max-width: 749px){
.product-card {min-height: 270px;}
}

Best Regards;

Pagefly

want add to cart button there under each product

Hi @shumailasharif !

Use this code for your soution.

this will appear when I add this

Send me page url I will check. Copy and paste the code at the bottom of this file.

https://halalmarked.no/

Hi @shumailasharif !

  • From Shopify Admin select Online Store and click on Themes
  • Choose your main theme
  • Click the . . . on the top left-right (see below) and hit Edit code
  • Open Snippets → product-card-grid.liquid File and paste below code at the end of the page

Best Regards;

Pagefly

thank you so much .it works