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 – price is displayed despite show_price=0

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – price is displayed despite show_price=0

Tagged: display price, fancy display

  • This topic has 4 replies, 2 voices, and was last updated 12 years, 3 months ago by admin.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • February 11, 2013 at 1:31 pm #8546
    monochrome
    Member

    Hi,

    in my index.php template I use this code to display products:

    <?php echo (do_shortcode(‘[wp_eStore_category_products_fancy id=2 style=2 show_price=0]’)); ?>

    It used that same shortcode on a page an it worked, but on the index.php the price is displayed (which I don’t want to)

    You can take a look here:

    [www.fotocampus.de]

    Please help, thanks

    February 11, 2013 at 11:34 pm #53773
    admin
    Keymaster

    For some reason your theme is not passing the value of the show_price parameter correctly. Try to put them in quotes like the following:

    <?php echo (do_shortcode('[wp_eStore_category_products_fancy id="1" style="2" show_price="0"]')); ?>

    Alternatively, directly call the PHP function like the following:

    <?php echo show_wp_eStore_category_products_fancy("2","2","1","1","0","0"); ?>

    February 12, 2013 at 3:07 pm #53774
    monochrome
    Member

    I used the second one – works! Thanks!

    February 12, 2013 at 5:03 pm #53775
    monochrome
    Member

    Could you tell me what the variables stand for ( I mean in that sequence?)

    February 12, 2013 at 11:50 pm #53776
    admin
    Keymaster

    Here is the parameter details in order:

    $id,
    $fancy_style,
    $sort_order,
    $button_type,
    $number_of_items_to_show,
    $show_price

  • 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