Closed handoyo closed 11 months ago
"Login to Display prices" setting means prices (including promotional) will be shown only for logged-in customers. Admin have ability to "act on behalf" to see all he need. If you need some custom solution please use hooks.
Seems we did not explain in enough detail for you to understand the issue. Let me give it a try. Act on Behalf does NOT allow admin to edit a customer order (usually at their request). An example customer placed order, but now they want 25 qty of an item but they input only 1. If a customer is required to log in to see pricing , that function is working correctly. But if Admin is editing an order from within the index.php?rt=sale/order/detail page the ADMIN is unable to add a product that has a promotional using the Add Available Product within the admin order details page
Product with a promotional price set
Admin should be able to see the promotional pricing even if the login requirement is set for customer. The current coding defeats that and ONLY shows the base pricing, totally ignoring the promotional pricing.
Handoyo fix allows the Admin to get the promotion pricing.
Without this ability admin is cheating the customer out of promotional pricing if the qty is met. That makes customers unhappy!
Please reconsider this.
merged. thank you.
If Login to Disply Prices is enabled and admin needs to add a product with promotional pricing Admin does not get the promotional pricing even if conditions are met. It seems Admin should always get the correct pricing including promotional regardeless of the login pricing requirement for customer.