Custom message next to product quantity
-
Good afternoon!
I was hoping you could help me a little bit with a use case I’m trying to accomplish.
I’m trying to display a custom message next to the quantity selected by the user on the single product page.
Let me explain with an example: let’s suppose one of the users of my website enters the product page for carrots.
When the user selects 0.25 as quantity (my website supports decimal quantities), I would like to see next to the add to cart button (basically ‘woocommerce_after_add_to_cart_button’ hook) a message saying “250g (quantity * 100) of carrots (product name) is roughly 2 (int(quantity/default item weight)) carrots.”
This message should automatically change if a user selects 0.5 as quantity (in which case it should show “500g of carrots is roughly 4 carrots”).
Does anyone have any ideas on how I could achieve this?
- The topic ‘Custom message next to product quantity’ is closed to new replies.