WPIntell

Source evidence

Price per unit

Unit Price for WooCommerce · support · 2023-10-17T10:53:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mercystark resolved
Hi, Is it possible to show Price per unit instead of weight? For example, If I sell a box of 5 t-shirts for 50$ and below I want to show 10$/unit. Or just a free text I can add instead. Regards Hi, You can use the ‘Price Suffix’ option to add free text to the price. I did that too but I’d like it to appear below the price like the price per kilo. Not right next to it. And I can’t use CSS either on the Suffix because it has no class or id to select. Or something similar to what this: Back end: Front end: This reply was modified 2 years, 7 months ago by mercystark . This reply was modified 2 years, 7 months ago by mercystark . This reply was modified 2 years, 7 months ago by mercystark . The ‘Price Suffix’ field accepts html, so you can write in it: <div class="my-class">unit</div>

Comments

3 shown
Condless 2023-10-18T06:50:00+00:00

Hi, You can use the ‘Price Suffix’ option to add free text to the price.

mercystark 2023-10-18T07:55:00+00:00

I did that too but I’d like it to appear below the price like the price per kilo. Not right next to it. And I can’t use CSS either on the Suffix because it has no class or id to select. Or something similar to what this: Back end: Front end: This reply was modified 2 years, 7 months ago by mercystark . This reply was modified 2 years, 7 months ago by mercystark . This reply was modified 2 years, 7 months ago by mercystark .

Condless 2023-10-18T08:50:00+00:00

The ‘Price Suffix’ field accepts html, so you can write in it: <div class="my-class">unit</div>