Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/Hargo-hugo-ecommerce-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2020-11-24 06:44:22 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2020-11-24 06:44:22 +0300
commit83eeadcd3d96bbd647aade635ce4b79ae61482c6 (patch)
treea1046c991015caebd2ee90b44f25b30b600cf677
parent574c2915d558f362e137b4893a92d37b96d46e7e (diff)
fix cart item number
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 91a8620..cdf4e15 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -33,7 +33,7 @@
{{ end }}
</ul>
</div>
- <button class="cart snipcart-summary"><a href="" class="snipcart-checkout text-dark"><i class="ti-shopping-cart"></i><span class="badge badge-primary snipcart-total-items"></span></a></button>
+ <button class="cart snipcart-summary"><a href="" class="snipcart-checkout text-dark"><i class="ti-shopping-cart"></i><span class="badge badge-primary snipcart-items-count"></span></a></button>
</nav>
</div>
</header>