You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you accept payments like BankTransfer or CashOnDelivery you have to validate them in Backend. The only problem is they are hardcoded and you have to edit core files by copying them in local folder. With the modifications bellow you can achieve this in Backend -> Sales -> Orders -> Invoices:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ORIGINAL POST FROM HERE #1586
If you accept payments like BankTransfer or CashOnDelivery you have to validate them in Backend. The only problem is they are hardcoded and you have to edit core files by copying them in local folder. With the modifications bellow you can achieve this in Backend -> Sales -> Orders -> Invoices:
file: /app/code/core/Mage/Payment/Model/Method/Banktransfer.php
line: 47
file: /app/code/core/Mage/Payment/Model/Method/Cashondelivery.php
line: 38
My personal opinion we should make a change in OpenMage code to control these values in Backend by a dropdown lists.
Beta Was this translation helpful? Give feedback.
All reactions