Skip to content

Instantly share code, notes, and snippets.

View arpanjain100's full-sized avatar
🎯
Focusing

Arpan Jain arpanjain100

🎯
Focusing
View GitHub Profile
@atikju
atikju / cartDiscount.liquid
Created October 24, 2018 20:45
Shopify - Apply Discount / Coupon / Promo Code on cart page
<div class="cart-promo">
<h2>ENTER A PROMO CODE</h2>
<input type="text" id="devPromo">
<a href="/checkout?discount=none" id="redemDevPromo">Apply Coupon</a>
</div>
<script>
$(document).ready(function(){
//listen to the promo button click
$('#redemDevPromo').on('click', function(event){
//disable the button event