Skip to content

Commit

Permalink
Merge pull request #68 from youcan-shop/TH-175
Browse files Browse the repository at this point in the history
TH-175: Aura > Remove repetitive "quantity" label from cart drawer
  • Loading branch information
ibrilBadreddine authored Oct 21, 2024
2 parents c000414 + 22b79cf commit 5f12d57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions themes/aura/assets/add-to-cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ function cartTemplate(item) {
${imageUrl && `<img src="${imageUrl}" alt="${item.productVariant.product.name}" />`}
<div class="item-details">
<p class="product-name">${item.productVariant.product.name}</p>
<div class="variants">
${CART_DRAWER_TRANSLATION.quantityVariant}: ${item.quantity} <br/> ${variationsCheck}
</div>
<div class="product-price">
${
item.productVariant.compare_at_price ?
Expand Down

0 comments on commit 5f12d57

Please sign in to comment.