Skip to content

Instantly share code, notes, and snippets.

View KhalilAhmadDanish's full-sized avatar

Khalil Ahmad Danish KhalilAhmadDanish

  • Herat , Afghanistan
View GitHub Profile
@marioloncarek
marioloncarek / shopify-ajax-add-to-cart.liquid
Last active September 12, 2022 04:54
shopify ajax add to cart
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script>
var cartCount = {{ cart.item_count }};
$(document)
.ready(function() {