Title: Checkout Warning: Impode()
Last modified: April 1, 2017

---

# Checkout Warning: Impode()

 *  [kayla](https://wordpress.org/support/users/kaylaz/)
 * (@kaylaz)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/checkout-warning-impode/)
 * Checkout page when not logged in –
 * Create an account by entering the information below. If you are a returning customer
   please login at the top of the page.
 * Warning: implode(): Invalid arguments passed in /home3/funkydreamer/public_html/
   wp-content/plugins/woocommerce/includes/wc-template-functions.php on line 1953
 * Account Log In
    (password box with password strength underneath)
 * What is causing this and how do I fix it? I have installed the WooCommerce Checkout
   Manager Plugin but the error says woocommerce. I have not touched the functions.
   php code.
 * [http://funkydreamerstorytime.com/checkout/](http://funkydreamerstorytime.com/checkout/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [kayla](https://wordpress.org/support/users/kaylaz/)
 * (@kaylaz)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/checkout-warning-impode/#post-8982753)
 * Actually, I did change something with the functions.php code using My Custom 
   Functions plugin. It was to change the text on free the button for free items.
 *     ```
       /* Enter Your Custom Functions Here */
       add_filter ('woocommerce_product_add_to_cart_text', 'custom_button_text', 40, 2 );
       add_filter ('woocommerce_single_product_add_to_cart_text', 'custom_button_text', 40, 2 );
       function custom_button_text ( $button_text, $product ) {
         $price = $product->get_price();
         if ( $price == 0 ) {
            $button_text = 'Listen Now';      
         }
         return $button_text;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Checkout Warning: Impode()’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [checkout](https://wordpress.org/support/topic-tag/checkout/)
 * [warning](https://wordpress.org/support/topic-tag/warning/)

 * 1 reply
 * 1 participant
 * Last reply from: [kayla](https://wordpress.org/support/users/kaylaz/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/checkout-warning-impode/#post-8982753)
 * Status: not resolved