lijnam / wc_hbl_payment_gateway

Himalayan Bank Payment Gateway Plugin for WooCommerce
GNU General Public License v3.0
3 stars 4 forks source link

Notify about unsupported currencies #20

Open sanzeeb3 opened 3 years ago

sanzeeb3 commented 3 years ago

Screenshot at June 28th 2021 - 5 59 34 pm

The check will be something like: in_array( get_woocommerce_currency(), apply_filters( 'hbl_payment_for_woocommerce_supported_currencies', array( 'NPR', 'USD' ) ), true );

and the notice:

<div class="inline error">
<p>
<strong><?php esc_html_e( 'Gateway Disabled', 'hbl-payment-for-woocommerce' ); ?></strong>: <?php esc_html_e( 'Himalayan Payment does not support your store currency.', 'hbl-payment-for-woocommerce' ); ?>
</p>
</div>