How to add condition to show hide cash on delivery Payment Method based on total Grand Total?
-
Hi,
How to add condition to show hide cash on delivery Payment Method based on total Grand Total and/or City ? -
Hi @Zakir
You have to add conditions according to your need inside isAavailabe() function.
$root_folder/packages/Webkul/Payment/src/Payment/CashOnDelivery.php
Regards
-
Hi @vishalK ,
I don't see any function isAavailabe() in CashOnDelivery.php . -
Hi @Zakir
This cash on delivery class extends Payment class so you will find isAvailable() function in payment class kindly check.
Thanks