- This topic has 22 replies, 5 voices, and was last updated 8 years, 1 month ago by .
- 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 › Simple list of products from a category
Tagged: categories, category list, shortcodes, simple list
@Troy Media, All the elements seem to be wrapped inside HTML <code>
tag. For example: title, price, description. Are you using a plugin to dynamically modify it?
Edit that page, go to “text” view and remove any hidden HTML code tags.
That works. Thanks.
Another question:
I would like to know if we can stop Price: 0.00 from showing up?
Our products are based on a media outlets circulation, which they have to choose. It would be less confusing if Price: 0.00 didn’t appear.
I know the price needs to be entered for the shopping car to work, but does it have to appear?
See [http://marketplace.troymedia.com/robert-mcgarvey/]
When you are display the product using the fancy display shortcode, you can use the following parameter in the shortcode and it won’t show the price:
show_price=”0″
Alternatively, you can use CSS to hide the display of price value also.
Is this code correct?
[wp_eStore_category_products_fancy id=”104″ style=”9″ order=”2″ type=”1″ show_price=”0″]
The Price: $0.00 is still showing up.
[http://marketplace.troymedia.com/purchase-livio-di-matteo/]
The shortcode looks right. Your extra shortcode addon is pretty old though. Please update the addon and see how it goes:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
That shortcode looks correct. What version of the extra shorcode addon are you using? It is worth upgrading that addon and trying it again.
Updating the extra shortcode addon worked.
Thank you.