Hyejin Ahn
Hyejin Ahn
Currently reviews and ratings are hard-coded and we want to disable it for the BC stores. I'm not sure what the best way is to detect the current provider. I've...
`Add to cart` button should be disabled when there's no stock for each variant. ``` {variant?.availableForSale === false ? 'Not Available' : 'Add To Cart'} ```   
While signing up on a BigCommerce headless store, the error messages weren't properly showing up. ## before  ## after 
Currently reviews and ratings are hard-coded and we want to disable it for the BC stores. Let me know if there are more steps when adding a feature!
On the my cart page, we'd like to hide related products for BC stores. 