Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Do not show price
Tagged: dont show price, estore
- This topic has 9 replies, 5 voices, and was last updated 12 years, 10 months ago by admin.
-
AuthorPosts
-
June 19, 2011 at 1:15 pm #3626AVAMember
I am not sure if this has been discussed before as my keyword searches arent bringing up anything relevant to my question. Maybe wrong keywords. Not sure.
Anyway, I absolutely love this short code: [wp_eStore_show_all_products style=3 order=1 type=1] and that I can control whether a button shows or not. I am using this on a portfolio page and would like to exclude price information too. I just want the thumbnail and product name to show in the grid like this option provides.
I have copied a few of the snippets from other short codes that have this option but none of them work. Can it be done in this short code? If not, how do I add to wish list as I think this would be an awesome feature!!
Thanks
Deborah
June 19, 2011 at 2:44 pm #33559wzpModeratorAt the present time, it looks like the show no price option is only available for showing individual items, using the extra short codes package.
http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/extra-eStore-shortcodes.pdf
I’m pretty confident that Amin could extend the use of the show no price option to other short codes; if he agrees that it could be easily done.
June 20, 2011 at 1:14 am #33560amin007ParticipantAdded this option to the extra shortcodes plugin. You can now use the following to turn off the display of the price field:
[wp_eStore_show_all_products style=3 order=1 type=1 show_price=0]
You will need a new build of the extra estore shortcode from here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
June 21, 2011 at 2:00 am #33561AVAMemberThat is great!! Works beautifully. Thank you so much. This is truly an exceptional product and the support is out of this world!!
June 25, 2011 at 9:45 pm #33562AVAMemberAgain this show_price option works beautifully.
Any chance of adding similar functionality to
[wp_eStore_category_products_fancy id=1 style=3 order=1 type=1]
Thanks.
June 26, 2011 at 12:31 am #33563amin007ParticipantYeah I added the “show_price” parameter to that shortcode so you should be able to use the following:
[wp_eStore_category_products_fancy id=1 style=3 order=1 type=1 show_price=1]
You will need to get another build of the extra shortcodes plugin from here:
June 26, 2011 at 1:33 am #33564AVAMemberYou guys are absolutely amazing!!! Thanks so much. It works perfectly. I hope others will find these changes useful too.
October 27, 2011 at 2:13 am #33565adminKeymasterYou can use the following shortcode for an individual product display:
Add
show_price=0
parameter to turn off the price display (adjust the value of theid=1
parameter to match your product ID):[wp_eStore_fancy_display id=1 style=1 type=3 show_price=0]
January 27, 2012 at 12:20 pm #33566pgauvinMemberCan I also remove the buy button? I would like to display a sample report, so it would just be the one item.
January 28, 2012 at 4:13 am #33567adminKeymasterNo, The buy buttons are the core of a fancy display. You can change the behavior of the buy button into a plain link (to download the report maybe) by specifying a value in the “Button Redirect Target URL” field if that helps. This post has more explanation:
-
AuthorPosts
- You must be logged in to reply to this topic.