Open corradopetrelli opened 1 year ago
When an item is sold remove from list or the item should not be added to the list (this in the case a new item is already sold).
Use the class item-sold-badge for this purpose.
item-sold-badge
<div class="...upper-data-group"> <div class="... item-key-data ..."> <h2 class="... size-normal ..."> Blablabla </h2> <div class="feature-row ..."> <p class="...price...."> 290 € <span class="... item-sold-badge ..."> Venduto </span> </p> </div> </div> </div>
Description
When an item is sold remove from list or the item should not be added to the list (this in the case a new item is already sold).
Advice
Use the class
item-sold-badge
for this purpose.Structure html (simplified)