When an admin creates a new order manually for a client, the prices are not adjusted for the quantity and prices set. It only gives the price for the quantity of one. For exemple, for a quantity of 3, the prices should be 2.20€ but the line show 2.64€ whatever the quantity.
The page I need help with: [log in to see the link]
I will forward your Question to the development department for their consideration.
In the meantime, I would like to suggest an alternative solution. When adding an order manually, you have the flexibility to modify the price and set it according to your preferences after applying the discount based on the quantity. This way, you can still achieve the desired pricing even without the automatic discount application.
If you have any further questions or concerns, please feel free to reach out to me.
Have you tried our “Admin recalculate order” option (in “WooCommerce > Settings > Product Price by Quantity > General”)? If it’s enabled, then on the admin order edit page, there will be the “Recalculate” button in the “Product Price by Quantity” meta box. Once clicked, it will automatically apply the plugin’s pricing for the order.
Please give it a try and let me know what you think.
Great thanks a lot! You should add also an alert() to ask to save the order, because if the order is not saved before clicking on the button, then you lose the products you have added.