From ca2f6124211b8ee4c6754d4a345103b33f1e318c Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Sun, 14 Jun 2026 20:26:47 +0000 Subject: [PATCH] Fix add-to-cart on home page: wrong class and data attribute Button used add-to-cart/data-id instead of add-to-cart-btn/data-product-id. Added inline onclick to match shop and product pages. Co-Authored-By: Claude Sonnet 4.6 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 47429d3..8a41e16 100644 --- a/index.php +++ b/index.php @@ -117,7 +117,7 @@ require_once __DIR__ . '/includes/header.php'; -