- This topic has 3 replies, 3 voices, and was last updated 8 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › eStore – How to Add Cart Icon to Top Bar
Tagged: cart icon, shopping cart
Hello! I am wondering if it’s possible to add a shopping cart icon to the top bar of my blog. Any help is greatly appreciated! Thank you!
You would add the compact shopping cart widget to your header, or sidebar:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-compact-cart-display-templates-1527
Thank you! When I added <?php echo eStore_display_compact_cart(); ?> to my theme’s header.php – The icon appeared but the formatting was off. Can you tell me what code I need to include before and after <?php echo eStore_display_compact_cart(); ?> to make it appear correctly?
Thats something you need to ask your theme developer. He will know how your theme’s header looks and help you format the output to whatever you want. Our plugin simply outputs the content where you use the code.