Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Display current inventory count of a product on a page › Reply To: Display current inventory count of a product on a page
November 23, 2009 at 6:47 am
#16175
Participant
Added this option to the plugin… now you will be able to display a counter for any product.
The following shortcode will display the sales counter on a post or page (the product id is 1 in this example)
[wp_eStore_sale_counter id=1]
The following shortcode will display the available copies counter on a post or page (the product id is 1 in this example)
[wp_eStore_remaining_copies_counter id=1]