nopSolutions / cashondelivery-plugin-for-nopcommerce

nopCommerce plugin for cash on delivery(payments)
https://www.nopcommerce.com/
GNU General Public License v3.0
20 stars 18 forks source link

Payment info page is always shown during checkout #2

Closed bsivanov closed 5 years ago

bsivanov commented 6 years ago

Currently, IPaymentMethod.SkipPaymentInfo always returns false (hard-coded here), so that payment information page is always shown during checkout.

Instead, an option could be added to the settings and configuration panel, which would allow the store owner to configure whether the page is shown or not.

Currently I can do this only by rebuilding the plugin with the implementation changed to a hard-coded true.