Manathan
Forum Replies Created
-
Hi @vikashbavisi,
That’s exactly what I’m trying to get. Unfortunately, there is no markup I can use on the quantity number. With my snippet, you can put it before (Rolls: 21 in Stock) or after (21 in Stock Rolls).
I hope the plugin author has a solution. 🤞🏼
Cheers,
Hi,
I did it with a pseudo element:
.product[class*="dalle"] .stock::before, .product[class*="pave"] .stock::before{ content:"m² : "; }With this CSS snippet, only the product in the category “Pavé” or “Dalle” will display “m2” next to the stock. You should be able to use this and replace the unit of mesure value and your categories. It’s not the best way to do it, but it solves this.
I hope it will be possible to display the unit of mesure there in a future update.
Best,
Forum: Plugins
In reply to: [Unit Of Measure (UOM) for WooCommerce] Bulk editingWould be very nice, indeed. I’m really interested in this feature. +1
I have the same problem. Thank you very much for the solution! I hope they’ll fix this bug quickly.