WooCommerce Account Subscription - Missing Template/Element

I was making WooCommerce account pages and found no element for subscription endpoint.

A store with the subscription plugin installed will have the features of new endpoint and subscription view page. So the need for template for two pages are important.

I thought I could make a template with Bricks and hook it with subscription page. But there’s issue with querying/listing the subscription history and the viewing page.

Similar issue has been raised more than a year ago — Woocommerce Subscriptions templates for the my account page - Feature Requests / Improvements - Bricks Community Forum

Any way I can work around this? I can’t figure out how I can get the template file and use directory from WooCommerce folder in my WP installation.

2 Likes

It sounds like WooCommerce Subscriptions isn’t providing a direct template for the account subscription pages in Bricks. A workaround could be manually overriding WooCommerce’s subscription templates by copying them from the WooCommerce plugin directory (woocommerce-subscriptions/templates/myaccount/) into your theme’s WooCommerce folder. Then, you can customize them with Bricks by using a shortcode or a custom query to fetch and display subscription data. If Bricks doesn’t support querying subscriptions directly, consider using a custom WP query or a dedicated plugin like WPGridBuilder to list them dynamically.