Skip to content

Commit

Permalink
disabled button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed Feb 20, 2024
1 parent 97ae1f2 commit 668a57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/checkout/components/AddToCart.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default ({ sku }) => {
data-boundary="checkout-button"
>
<input type="hidden" name="sku" value="${sku}" />
<div>
<p>price: ${product.price} Øcken</p>
<div class="c_AddToCart__information">
<p>${product.price} </p>
${product.inventory > 0
? html`<p class="c_AddToCart__stock c_AddToCart__stock--ok">
${product.inventory} in stock, free shipping
Expand Down

0 comments on commit 668a57b

Please sign in to comment.