Hyejin Ahn

Results 5 issues of 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'} ``` ![image](https://user-images.githubusercontent.com/19962441/183559019-ead69220-ddb8-45b1-b979-1a64f5d2ef91.png) ![image](https://user-images.githubusercontent.com/19962441/183559039-6304a920-65ef-4661-898d-aaf91704a2a1.png) ![image](https://user-images.githubusercontent.com/19962441/183559051-7b8003b7-8c26-43b0-a0b2-c7f42fbb590e.png)

While signing up on a BigCommerce headless store, the error messages weren't properly showing up. ## before ![image](https://user-images.githubusercontent.com/19962441/183147779-3c492a9a-e51d-4865-8673-b7aaf9d5971f.png) ## after ![image](https://user-images.githubusercontent.com/19962441/183147829-52326148-bf0d-46bb-b841-c9eb3fd834c1.png)

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. ![Screen Shot 2022-08-11 at 3 50 42 AM](https://user-images.githubusercontent.com/19962441/183993707-f2a58579-56e8-4710-a26e-fec13ee28837.png)