What is the name of product snipped auto-generated by woocommerce

Hi
I know this is a basic question, but I can’t find the answer;

When I first open the store, products are shown in cards. they look like this https://www.screencast.com/t/4CDYG7eP

-What is the name of these ‘cards’ in woocommerce terminology
-How do I customize that view?

THaNKS

Hi @flashfog,

Thank you for writing in, there is no really specific term for that but post-product. The template that responsible for the shop page is the woocommerce.php but its a function called woocommerce_content(); is really the one responsible for rendering those post-products. If you’re comfortable editing a function you can find it on \wp-content\plugins\woocommerce\includes, you can put your own custom function on your child theme’s functions.php file.

Please do note that we can not provide support for customizations, it would ultimately be your responsibility to take it from here.

Cheers!

Thank you. Maybe the best is to use essential grid. I am having trouble finding a guide on how to do this http://essential.themepunch.com/template_library/arthur-woocommerce-product-gallery/

Please show me a place to learn. THANKS

Hello @flashfog,

You can check out this documentation:

Hope this helps.

totally helps THANK YOU

Hi @flashfog,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.