function CollectionCard({p,entry,onRemove}){ const [stock,setStock]=React.useState(null); const [confirming,setConfirming]=React.useState(false); React.useEffect(()=>{setStock(stockInfo(p.id));},[]); const oos=stock&&stock.status==='out-of-stock'; const label=availabilityLabel(stock?stock.status:'in-stock'); const savedPrice=entry&&entry.priceAtAdd; const priceChanged=savedPrice!=null&&savedPrice!==p.price; function moveToBag(){ if(oos)return; BB_STORE.addToCart(p.id,entry&&entry.size?entry.size:'Free Size',1); triggerCollectionToast('Added to Bag'); } function buyNow(){ if(oos)return; BB_STORE.addToCart(p.id,entry&&entry.size?entry.size:'Free Size',1); location.href='Checkout.html'; } return (
Remove this creation from your Collection?
Estimated Collection Value {money(estValue)}
} {items.length===0?(Every remarkable collection begins with a single creation. Save the pieces that inspire you, and they'll be waiting whenever you're ready to return.