We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc66bd8 commit 43f246dCopy full SHA for 43f246d
src/components/cart/cart-item.js
@@ -118,7 +118,6 @@ const CartItem = ( {
118
119
<footer className="cart-product-footer flex justify-between p-4 border-t border-brand-bright-grey">
120
<div className="">
121
- {/*<span className="cart-product-price">{ ( 'string' !== typeof item?.data?.price ) ? item?.data?.price.toFixed( 2 ) : item?.data?.price }</span>*/}
122
<span className="cart-total-price">{item?.currency}{item?.line_subtotal}</span>
123
</div>
124
{ updatingProduct ? <img className="woo-next-cart-item-spinner" width="24" src="/cart-spinner.gif" alt="spinner"/> : null }
0 commit comments