Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

estore – check if product is in cart

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › estore – check if product is in cart

  • This topic has 2 replies, 2 voices, and was last updated 7 years, 1 month ago by Viviana.cerrutti.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • April 4, 2018 at 5:53 pm #14809
    Viviana.cerrutti
    Member

    Hi, I’ve been searching for a php function that given a product id tells me if it is already inside the cart or not. Can’t find it. Any suggestions? Thanks!

    April 5, 2018 at 4:03 am #77632
    admin
    Keymaster

    The context is important here but below is a generic code that can tell you if an item (given the product ID) is in the cart.

    $product_id = '2';//The ID of the product to look for

    $products = $_SESSION['eStore_cart'];
    foreach ($products as $key => $item) {
    if ($item['item_number'] == $product_id) {
    //The product exists in the cart.
    }
    }

    April 6, 2018 at 12:52 pm #77633
    Viviana.cerrutti
    Member

    Thank you! that will work wonderfully

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ