Change shop index page
-
Hello!
I want my shop page to look like
[products]
[description]instead of
[description]
[products]After a little search i found a discussion at wp.org, that says “shop page uses the archive-product.php file which you can find in the woocommerce/templates/ dir”
If i got it right, the full path is
domain/wp-content/plugins/woocommerce/templates/archive-product.php, am i right? Anyway, i edited it a little and nothing changed, my site looks the same.Another thing i found in the discussion is “If you edit a template, please be sure to copy it to your theme” and “It should be child_theme/woocommerce/archive-product.php”, so i assumed the full path is
domain/wp-content/themes/zerif-lite/woocommerce/archive-product.php. I putarchive-product.phpin this directory and nothing changed. Again.Seems like the only way to make wp use
woocommerce/templates/archive-product.phpis to go to woocommerce settings, tab “Tools” and enter template debug mode.In this mode wp for sure uses this template. But when it’s not in debug mode it uses… i don’t know what it uses) Seems like template it uses is stored somewhere else, not in
woocommerce/templates/archive-product.php. Or maybe its cached? But how, i cleared the cache alreadyAny help appreciated!
Thx in advance!
The topic ‘Change shop index page’ is closed to new replies.