Conversation
supportHi, 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>
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>