From: Chuck Scott
Date: Thu, 11 Jun 2015 16:09:25 +0000 (-0400)
Subject: Changed FedEx prompt in checkout page.
X-Git-Tag: v1.0.2~1
X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3e1c03b3307d1bd26a3665d99e217ad67aeed1d0;p=WP-Themes%2FTomsMomsCookies.git
Changed FedEx prompt in checkout page.
Added text before checkout button on cart page.
---
diff --git a/functions.php b/functions.php
index fe04c2a..6744962 100755
--- a/functions.php
+++ b/functions.php
@@ -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 '';
diff --git a/woocommerce/cart/cart-totals.php b/woocommerce/cart/cart-totals.php
index 307ae3a..6baa9b7 100644
--- a/woocommerce/cart/cart-totals.php
+++ b/woocommerce/cart/cart-totals.php
@@ -95,6 +95,8 @@ if ( ! defined( 'ABSPATH' ) ) {
?>
+ FedEx Shipping can be arranged. Read the FedEx shipping statement at checkout.
+