Magento
M70-201 · Question #82
A customer bought two items but wants to cancel one. Which option enables the administrator of the site to edit the quantity while the invoice is being captured in the admin area?
The correct answer is B. In the payment method, set the $_canCapturePartial protected variable to true. See the full explanation below for the reasoning.
Question
A customer bought two items but wants to cancel one. Which option enables the administrator of the site to edit the quantity while the invoice is being captured in the admin area?
Options
- AIn the System Configuration, under the Sales section, set "Allow partial invoice" to "true".
- BIn the payment method, set the $_canCapturePartial protected variable to true.
- CThere are no native ways to do this; override the sales/order/invoice/view/items .phtml template.
- DIn the configuration node, set default/payment/ {METHOD_NAME}/allow_partial_invoice to 1.
How the community answered
(20 responses)- A10% (2)
- B75% (15)
- C5% (1)
- D10% (2)
Community Discussion
No community discussion yet for this question.