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

Modify what information shopping cart displays

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Modify what information shopping cart displays

  • This topic has 4 replies, 3 voices, and was last updated 9 years, 3 months ago by admin.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • March 9, 2016 at 8:52 pm #13339
    amazing2061
    Member

    I need a shortcode that will display the carts content EXACTLY like: [wp_eStore_cart] does, but WITHOUT the checkout button? Is this possible? Thanks.

    March 9, 2016 at 10:39 pm #72710
    wzp
    Moderator

    Pray tell, of what use is a shopping cart that can’t be checked out from?

    March 9, 2016 at 10:54 pm #72711
    admin
    Keymaster

    You can just hide the checkout button using CSS. Will that work?

    We do have the following shortcode which shows a summary of the cart content (but it won’t look like that other shortcode thoguh):

    [wp_eStore_order_summary]

    March 10, 2016 at 4:53 am #72712
    amazing2061
    Member

    Hiding the checkout button using CSS would work fine. Just as long as I can selectively hide the checkout button for a specific individual instance of the [wp_eStore_cart]. I don’t want the hiding of the checkout button to be applied globally throughout the site.

    Regarding why I want this is because I don’t like the limited information that the shortcode [wp_eStore_order_summary] displays. For my purposes the complete details along with the ability to still modify the cart content would work better. Thanks.

    March 10, 2016 at 11:22 pm #72713
    admin
    Keymaster

    Here is one idea of how you can hide the checkout button of an specific instance of the cart.

    Wrap your specific cart shortcode using CSS like the following:

    <div class="my_custom_cart">
    [wp_eStore_cart]
    </div>

    You should be able to then target the CSS by doing the following:

    .my_custom_cart .eStore_cart_checkout_button{
    display: none
    }

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 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