- This topic has 4 replies, 4 voices, and was last updated 13 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Remove Price from Download Now Button Display
Tagged: download now, price
Hi Everyone
We are only a day or so away from launch!!! Woot The cart is working great and it seems that everyday I find another cool feature that I somehow overlooked We give away different free downloads every week during the Fall season and I used to have to hand code every change…then I saw the Download Now short code with all the cool switches! Awesome!!
This really isn’t a big deal…but is it possible to prevent the price from showing when using the [wp_eStore_fancy_display id=497 type=4 style=3] short code? I’m using the Fancy 3 layout that I’ve tweaked…but for the free downloads would like to have the price disappear. I have the price marked to 0.00 but I’m sure I’ll get a few confused visitors writing me about it
Here’s the main page for the freebies: http://www.pumpkinlady.com/wptest/pumpkin-carving-patterns/free-pumpkin-carving-patterns/
Thanks so much for the awesome product
Jack
That shortcode can take another parameter “show_price” which can be used to turn off the display of the price field. The following should do it:
[wp_eStore_fancy_display id=497 type=4 style=3 show_price=0]
Adding “show_price=0” worked beautifully! Thanks Ruhul!
Jack
I’m using the following short code [wp_eStore_show_all_products style=5 order=1 type=0 show_price=0] but the price still shows up. I’ve uploaded the latest version of the short code plugin.
Also, I notice the thumbnail picture and description have been truncated…is there anyway fix this?
Thanks,
Sandra
Fancy5 didn’t have the show_price parameter. I just added it in. Please get another build of the extra shortcodes plugin from here and the show_price parameter will work for fancy5.
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
The fancy5 display has a fixed height (this is to make sure when displayed in a grid they maintain the height) so you can’t put too much description when using fancy5 display. If you post a link to the page in question I will be able to have a look and tell you if anything weird is going on.