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
Do not show price
(10 posts) (5 voices)-
Posted 11 months ago #
-
At 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.pdfI'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.
Posted 11 months ago # -
Added 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-460Posted 11 months ago # -
That is great!! Works beautifully. Thank you so much. This is truly an exceptional product and the support is out of this world!!
Posted 11 months ago # -
Again 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.
Posted 11 months ago # -
Yeah 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:
http://www.tipsandtricks-hq.com/ecommerce/?p=460Posted 11 months ago # -
You guys are absolutely amazing!!! Thanks so much. It works perfectly. I hope others will find these changes useful too.
Posted 11 months ago # -
You can use the following shortcode for an individual product display:
Add
show_price=0parameter to turn off the price display (adjust the value of theid=1parameter to match your product ID):
[wp_eStore_fancy_display id=1 style=1 type=3 show_price=0]Posted 6 months ago # -
Can I also remove the buy button? I would like to display a sample report, so it would just be the one item.
Posted 3 months ago # -
No, 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:
http://www.tipsandtricks-hq.com/forum/topic/can-i-put-multiple-images-and-videos-in-the-fancy-displayPosted 3 months ago #
Reply
You must log in to post.