Added text before checkout button on cart page.
'type' => 'textarea',
'class' => array('my-field-class form-row-wide'),
'label' => __(''),
- 'placeholder' => __('If you wish to charge shipping to your FedEx account, please provide account and phone number here.'),
+ 'placeholder' => __('If you wish to charge shipping to your FedEx Account, please provide account number OR contact phone number here.'),
), $checkout->get_value( 'tm_fedex_shipping' ));
echo '</div>';
?></small></p>
<?php endif; ?>
+ <p>FedEx Shipping can be arranged. Read the FedEx shipping statement at checkout.</p>
+
<div class="wc-proceed-to-checkout">
<?php do_action( 'woocommerce_proceed_to_checkout' ); ?>