Hey,
I want to add an Add to cart button on the product. I’m on the venture theme
Btw how to remove “On sale from”? This is because there are variants with another price
@Max123456
Hii,
Add this code of Online Store->Theme->Edit code->sections-> main-collection-product-grid.liquid
add under this div
- {% render 'card-product',
card_product: product,
media_aspect_ratio: section.settings.image_ratio,
show_secondary_image: section.settings.show_secondary_image,
show_vendor: section.settings.show_vendor,
show_rating: section.settings.show_rating,
lazy_load: lazy_load
%}