After I go through the checkout with my WooCommerce site built using bricks, it loads a new page - but it’s just my checkout element again. The URL updates to what seems to be correct (for example: https://myurl.com/checkout/order-received/{somenumber}/?key=wc_order_{somekey})
I have a template for the thank you page and order-receipt in bricks. I don’t have a page specifically built because it doesn’t look that it’s needed. I did see in the WooCommerce status there is an override for those pages, so I assume it has to do with the logic between bricks and WooCommerce.
Templates
Overrides bricks/archive-product.php,
bricks/woocommerce/cart/cart-empty.php,
bricks/woocommerce/cart/cart.php,
bricks/woocommerce/cart/proceed-to-checkout-button.php,
bricks/woocommerce/checkout/form-checkout.php,
bricks/woocommerce/checkout/form-pay.php,
bricks/woocommerce/checkout/order-receipt.php,
bricks/woocommerce/checkout/thankyou.php,
bricks/single-product.php
I checked the PHP files for both of those templates and do not see an obvious concern.
Anyone have tips on what I should look at next to debug? I’ve also tried debug logs but don’t see any relevant errors popping up.