Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › When displaying all products for a category via shortcode, fancy links break
- This topic has 5 replies, 3 voices, and was last updated 15 years ago by
wzp.
-
AuthorPosts
-
November 5, 2010 at 10:20 am #2169
mikru2010
MemberI use a theme that uses shortcodes options like fancy links.
When i use estore shortcodes to display all products for a category, these links get broken
A bracket get’s removed from the link short code. Instead of [fancylink] i get [fancylink
This doesn’t happen when i use esroe shortcode to display just one product fancy
November 6, 2010 at 1:41 am #26139amin007
ParticipantCan you tell which shortcode causes this? share the exact shortcode that you are using so I can investigate the code.
November 6, 2010 at 4:19 pm #26140mikru2010
MemberThe short code of the them looks like this
[fancy_link link=”http://yourdomain” target=”blank”]yourtext[/fancy_link]
The estore short code i used was
[wp_eStore_category_products:category_id:1:end]
whoch seems to have removed the ]
from
[fancy_link link=”http://yourdomain” target=”blank”]
This is a minor issue.
What i noticed today is that tyour shortcode also displays unreleased products, i.e. that are just drafts. So a list of products to display or not to display would come in handy
November 7, 2010 at 12:15 am #26141amin007
ParticipantTry using this shortcode from the extra eStore shortcodes plugin:
[wp_eStore_category_products_fancy id=1 style=1 order=1]
You can get the extra shortcode plugin from here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
“shortcode also displays unreleased products” – This is where category comes in handy… just place the released product in a particular category then display all products from that category.
November 7, 2010 at 9:47 am #26142mikru2010
MemberThanks a lot.
Is there an overview somewhere ho many different fancy / display styles there are and what they do (look like)?
November 7, 2010 at 5:16 pm #26143wzp
ModeratorList of all “standard” eStore shortcodes:
http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/wp-estore-shortcodes.pdf
List of “extra” eStore shortcodes:
http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/extra-eStore-shortcodes.pdf
eStore Demo pages:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-plugin-demo-175
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-list-of-all-products-display-demo-240
-
AuthorPosts
- You must be logged in to reply to this topic.