Woocommerce Loop

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!

Hey Alejandro,

X and Pro does not override the archive template which assembles the loop templates you see in the loop folder. That is the file you probably want to customize. See the link below.

https://github.com/woocommerce/woocommerce/blob/release/3.4/templates/archive-product.php

Please note that this requires custom development which is outside the scope of our support. If the resource I’ve posted does not help, you will need to have a third party developer to work closely with you.

Thank you for understanding.

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