Changed FedEx prompt in checkout page.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 11 Jun 2015 16:09:25 +0000 (12:09 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 11 Jun 2015 16:09:25 +0000 (12:09 -0400)
Added text before checkout button on cart page.

functions.php
woocommerce/cart/cart-totals.php

index fe04c2a..6744962 100755 (executable)
@@ -156,7 +156,7 @@ function tm_added_checkout_fields( $checkout ) {
         '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>';
index 307ae3a..6baa9b7 100644 (file)
@@ -95,6 +95,8 @@ if ( ! defined( 'ABSPATH' ) ) {
                ?></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' ); ?>