Return the "no payment methods" message to the Add Payment Method page

This commit is contained in:
Chase Wiseman 2017-11-01 10:13:26 -07:00
parent 5c57be18b0
commit c7df19f3ab
1 changed files with 2 additions and 0 deletions

View File

@ -55,4 +55,6 @@ if ( $available_gateways = WC()->payment_gateways->get_available_payment_gateway
</div>
</div>
</form>
<?php else : ?>
<p class="woocommerce-notice woocommerce-notice--info woocommerce-info"><?php esc_html_e( 'Sorry, it seems that there are no payment methods which support adding a new payment method. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ); ?></p>
<?php endif; ?>