- This topic has 16 replies, 5 voices, and was last updated 14 years, 3 months 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 › WP eStore General Questions › Number of items in eStore Shopping Cart
Hi amin007
I have successfully update the plugin and i am also able to show the value in wordpress post. But i also want show it as a menu item using WP-menu’s. So i am using this code: <b><?php echo eStore_get_total_cart_item_qty(); ?></b> Item(s) in cart
to show the number of items in the cart. But when i check this on my site, it is only showing “item(s) in cart”. Please help..
How is it going to show you the number of items when WP menu doesn’t execute PHP code?