Hi,
I wants to display the product list when clicking a category like the below image.
http://mockupwebsite.com/estore/product-list-display.jpg
How to achieve this? Currently I'm using [wp_eStore_category_products:category_id:2:end] to list products. But it showing the description, price and add-to-cart button. I need to display the thumbnail and Product name only that link to product details page. I have separate page for each products.
Do you have any short-codes or a tweak in code to do this?