bigcommerce / bigcommerce-for-wordpress

A headless commerce integration for WordPress, powered by BigCommerce
https://www.bigcommerce.com/wordpress/
GNU General Public License v2.0
109 stars 49 forks source link

Checkout Broken Within Multi Channel Store #447

Closed JleonardNavitend closed 9 months ago

JleonardNavitend commented 9 months ago

Detailed Description

I have followed the reference below to create a multi channel store front effectively creating two separate channels for my store. The store renders as expected when passed the correct parameters similar to the geography example in the tutorial. The problem is that I cannot checkout within the secondary store. The routes are blank within bigcommerce.com for the secondary channel causing the API call where the checkout URL is created to fail and cause me to get redirected to the home page of my site instead of the appropriate checkout page.

https://developer.bigcommerce.com/docs/storefront/wordpress/platform-integration/multi-channel

Expected behavior

Being able to checkout successfully within the secondary store of a multi channel store.

Actual behavior

Redirects to the home page of the site on checkout.