Skip to content

Commit

Permalink
FO: empty customization id after adding to cart
Browse files Browse the repository at this point in the history
  • Loading branch information
unlocomqx committed Jun 10, 2017
1 parent 5429ead commit 38c0145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/_core/js/cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ $(document).ready(() => {
$('.cart-voucher').replaceWith(resp.cart_voucher);
$('.cart-overview').replaceWith(resp.cart_detailed);

$('#product_customization_id').val(0);

$('.js-cart-line-product-quantity').each((index, input) => {
var $input = $(input);
$input.attr('value', $input.val());
Expand Down

0 comments on commit 38c0145

Please sign in to comment.