Hi guys,
I want to populate WC (shop archive, categories, tags, etc) with a custom grid made with Essential Grid.
i have done this in the past with WP’s loop, but i find it a bit difficult with WC because i don’t really know WHERE does WC has the loop (in which file?), could you please point me to the right direction?
i thought the file i had to modify was “loop start.php” (woocommerce/loop/loop-start.php) but it doesn’t really work, if i overwrite the PRO file, it just adds both loops in the same file which ultimately breaks the site.
Could you please tell me where is the actual woocommerce loop?
Thanks!