# Woocommerce Integration Templates

* **associated\_courses\_product\_page.php**

This template is used to display courses associated with a product on the single product page. The courses are displayed using the ‘bridge\_woo\_display\_associated\_courses’ shortcode. The template file ‘associated\_courses\_product\_page.php’ can either be overridden in the ‘edwiserBridge/’ folder of your current theme or by using ‘eb\_get\_template’ & ‘eb\_locate\_template’ filters in a custom plugin.

* **associated\_courses\_order\_email.php**<br>

This template can be used to include courses associated with a product in the order emails. The template file ‘associated\_courses\_order\_email.php’ can either be overridden in the ‘edwiserBridge/emails’ folder of your current theme or by using ‘eb\_get\_template’ & ‘eb\_locate\_template’ filters in a custom plugin.

#### Doc navigation

[< Woocommerce Integration Shortcodes](broken://pages/QoxJhS0dDNM9xSfLevvx) [Knowledge Base >](broken://pages/LNnfYvIBevxVpmRDQpNQ)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://remui-docs.edwiser.org/eb-woocommerce-integration/woocommerce-integration-templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
