WooCommerce

WooCommerce

TemplateX WooCommerce views let you design store templates in your theme source while keeping the compiled output as native WordPress and WooCommerce PHP.

Use this section by workflow. Start with the page that matches the screen you are building, then use the reference page when you need the full tag list.

Where Files Live#

Most store screens start as normal TemplateX view files:

      • archive-product.php
      • taxonomy-product_cat.php
      • front-page.php
      • single-product.php
      • page-cart.php
      • page-checkout.php
      • page-my-account.php

WooCommerce template overrides live under the WooCommerce override folder in your source views:

          • price.php
          • customer-completed-order.php

During build and publishing, TemplateX keeps those WooCommerce override paths in the compiled theme.

Choose A Page#

Native First#

TemplateX should not replace WooCommerce's cart, checkout, account, payment, or email systems. Use TemplateX to author the theme-owned wrapper, product markup, cart drawer, and selected template overrides. Let WooCommerce keep owning stock checks, variation validation, gateway output, customer account forms, order emails, and extension hooks.

When a WooCommerce feature depends on a native WooCommerce template file, use a resources/views/woocommerce/... override. When you only need a page wrapper or product section, use a normal TemplateX view.