Title: thisisedie's Replies | WordPress.org

---

# thisisedie

  [  ](https://wordpress.org/support/users/thisisedie/)

 *   [Profile](https://wordpress.org/support/users/thisisedie/)
 *   [Topics Started](https://wordpress.org/support/users/thisisedie/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thisisedie/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thisisedie/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thisisedie/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thisisedie/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thisisedie/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 1,264 total)

1 [2](https://wordpress.org/support/users/thisisedie/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/thisisedie/replies/page/3/?output_format=md)…
[83](https://wordpress.org/support/users/thisisedie/replies/page/83/?output_format=md)
[84](https://wordpress.org/support/users/thisisedie/replies/page/84/?output_format=md)
[85](https://wordpress.org/support/users/thisisedie/replies/page/85/?output_format=md)
[→](https://wordpress.org/support/users/thisisedie/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Shopping Cart] Do I need to create one "thank you/download" page for each item?](https://wordpress.org/support/topic/do-i-need-to-create-one-thank-youdownload-page-for-each-item/)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/do-i-need-to-create-one-thank-youdownload-page-for-each-item/#post-3771759)
 * Did you ever get this settled? Trying to figure this out myself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Shopping Cart] WordPress Simple Paypal Shopping Cart – Number Of Items In Cart](https://wordpress.org/support/topic/wordpress-simple-paypal-shopping-cart-number-of-items-in-cart-1/)
 *  Thread Starter [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wordpress-simple-paypal-shopping-cart-number-of-items-in-cart-1/#post-3907671)
 * I should explain I don’t mean the number of items on the cart page. That of course
   is already there. I want to have a line at the top of the store page that says:
   You have x number of items in your cart.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Cart & Buy Now] Simple Show Number Of Items In Cart?](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/page/2/#post-3510608)
 * Oh my. I’m so sorry. I thought this was for the same plugin. I do have a post
   there. This is what I get for not sleeping for a few days. Sigh.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Cart & Buy Now] Simple Show Number Of Items In Cart?](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/page/2/#post-3510606)
 * Im using WordPress Simple Paypal Shopping Cart, not the Simple Cart Buy Now. 
   I’m sorry I’m not super good at this stuff. How could I add a shortcode for the
   total items for WordPress Simple Paypal Shopping Cart?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Cart & Buy Now] Simple Show Number Of Items In Cart?](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/page/2/#post-3510604)
 * And would there be a shortcode to call the total number of items on a WordPress
   page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Cart & Buy Now] Simple Show Number Of Items In Cart?](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/page/2/#post-3510603)
 * Where do I find SCABN’s templates?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Cart & Buy Now] Simple Show Number Of Items In Cart?](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/page/2/#post-3510601)
 * I’m putting it at the top of a WordPress page.
 *     ```
       $cart = $_SESSION['wfcart'];
       print_r($cart);
       ```
   
 *  comes up with no output?
 * Thanks so much for your help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Cart & Buy Now] Simple Show Number Of Items In Cart?](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/page/2/#post-3510599)
 * Im putting this on the store page so it says something like “you have this many
   items in your shopping cart”.
 *     ```
       <?php
       $cart = $_SESSION['wfcart'];
       $count=0;
       foreach($cart->items as $item){
           $count+= intval($cart->itemqtys[$item]);
       }
       echo $count;
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Cart & Buy Now] Simple Show Number Of Items In Cart?](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/simple-show-number-of-items-in-cart/page/2/#post-3510597)
 * When I put this code where I want the total items to appear, I get this error:
   Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\wordpress\
   wp-content\plugins\exec-php\includes\runtime.php(42) : eval()’d code on line 
   13 0.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Simple Paypal Shopping Cart – Number Of Items In Cart](https://wordpress.org/support/topic/wordpress-simple-paypal-shopping-cart-number-of-items-in-cart/)
 *  Thread Starter [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wordpress-simple-paypal-shopping-cart-number-of-items-in-cart/#post-3907618)
 * Oh! Thank you. I had no idea. Can I delete this thread then so I’m not double
   posting?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Simple Paypal Shopping Cart – Number Of Items In Cart](https://wordpress.org/support/topic/wordpress-simple-paypal-shopping-cart-number-of-items-in-cart/)
 *  Thread Starter [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wordpress-simple-paypal-shopping-cart-number-of-items-in-cart/#post-3907614)
 * Yes, the WordPress Simple Paypal Shopping Cart.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No output at all after server migration](https://wordpress.org/support/topic/no-output-at-all-after-server-migration/)
 *  [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/no-output-at-all-after-server-migration/#post-3522799)
 * When you say there is no output, do you mean none of the posts/pages are there
   or that you can’t see the site itself?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Easy Digital Downloads] Create Account](https://wordpress.org/support/topic/plugin-easy-digital-downloads-create-account/)
 *  Thread Starter [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-easy-digital-downloads-create-account/#post-3508033)
 * Again I need to keep my fingers shut. DERRRR! It’s an account with WordPress 
   not the store. Sigh. Nevermind. *hangs head*
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Easy Digital Downloads] Image Beside Item In Cart?](https://wordpress.org/support/topic/plugin-easy-digital-downloads-image-beside-item-in-cart/)
 *  Thread Starter [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-easy-digital-downloads-image-beside-item-in-cart/#post-3505503)
 * Nevermind all my babbling. I should keep my fingers shut until my brain figures
   out the obvious.
 * For inquiring minds, this [`add_theme_support( 'post-thumbnails' );`](http://codex.wordpress.org/Post_Thumbnails)
   needs to be in your themes functions.php to enable thumbnail support.
 * Thank you SO MUCH for your help Pippin 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Easy Digital Downloads] Image Beside Item In Cart?](https://wordpress.org/support/topic/plugin-easy-digital-downloads-image-beside-item-in-cart/)
 *  Thread Starter [thisisedie](https://wordpress.org/support/users/thisisedie/)
 * (@thisisedie)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-easy-digital-downloads-image-beside-item-in-cart/#post-3505500)
 * I disabled all plugins, that didn’t fix it. I deleted the functions.php in my
   theme for a minute to see if it as something in there… nope. That didn’t fix 
   it either, lol.

Viewing 15 replies - 1 through 15 (of 1,264 total)

1 [2](https://wordpress.org/support/users/thisisedie/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/thisisedie/replies/page/3/?output_format=md)…
[83](https://wordpress.org/support/users/thisisedie/replies/page/83/?output_format=md)
[84](https://wordpress.org/support/users/thisisedie/replies/page/84/?output_format=md)
[85](https://wordpress.org/support/users/thisisedie/replies/page/85/?output_format=md)
[→](https://wordpress.org/support/users/thisisedie/replies/page/2/?output_format=md)