Changes on archive-product.php doesn't work

前端 未结 6 586
栀梦
栀梦 2021-01-04 01:49

I\'m trying to customize the standard woocommerce theme and so far that has worked well. I copied all template files from /plugins/woocommerce/templates to

6条回答
  •  情话喂你
    2021-01-04 02:18

    If you use the woocommerce.php method you cannot customize archive-product. You must use the hooks method

    http://docs.woothemes.com/document/third-party-custom-theme-compatibility/ Please note: when creating woocommerce.php in your theme’s folder, you won’t be able to override the woocommerce/archive-product.php custom template as woocommerce.php has the priority over archive-product.php. This is intended to prevent display issues.

提交回复
热议问题