Magento – Admin order with custom price

admincartcustomerorderssales

When creating a sale (new order) from the ADMIN, we can assign a custom price to the item,
but if we then move the item to the customer's shopping cart, the custom price gets removed and the total reverts back to the item's original price.
moving an item with custom price to cart
Any idea how we can pass the custom price to the customer's shopping cart?
in customer's cart, the custom price dissapears

Best Answer

This is actually a feature.
On the backend the admin can do whatever he/she wants with the product prices. This is normal and a good feature.
But when adding a product to the frontend cart (from backend or frontend) the prices and rules for that website/store view are applied.
There is no way, out of the box to add a product to the customer cart using a custom price.

Related Topic