cornerstone
cornerstone copied to clipboard
The BigCommerce Cornerstone theme
#### What? A description about what this pull request implements and its purpose. Try to be detailed and describe any technical details to simplify the job of the reviewer and...
Hi! I'm looking for a solution to translate my "Add to cart" buttons in my "productset" widgets. I've found the key on my language file but the translation seems not...
In PR #1636 the stencil utils event for triggering the cookie consent manager was removed. As far as I can tell this has completely offloaded the consent manager to BC's...
### Steps to reproduce behavior Using the WAVE browser testing tool https://wave.webaim.org/extension/ products with swatch displays for options product errors for empty form labels. https://cornerstone-light-demo.mybigcommerce.com/all/chambray-towel/ 
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [grunt-stylelint](https://github.com/wikimedia/grunt-stylelint), [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). These dependencies need to be updated together. Updates `postcss` from 7.0.36 to 8.4.31 Release notes Sourced...
Noticed a bug in our theme with the price range filter, but it was fixed in Cornerstone. Turns out it was never documented properly. https://github.com/bigcommerce/cornerstone/pull/2018
It isn't possible to deselected a radio buttons. To allow, i try to change : https://github.com/bigcommerce/cornerstone/blob/53e5b5edde9d1075de9dab95dcb75554a04e8611/assets/js/theme/common/product-details-base.js#L67 to ``` if ($radio.attr('data-state') === undefined) ``` but it isn't perfect because sometime radio...
### Expected behavior It should just load the theme's CSS file, as usual. ### Actual behavior BigCommerce server returns an internal server error (HTTP code 500).  ### Steps to...
It looks like, this commit (https://github.com/bigcommerce/cornerstone/pull/2032) moved the main tag into the body component, essentially placing it around all page content (excluding header and footer). Per [W3Schools](https://www.w3schools.com/tags/tag_main.asp). the main tag...
### Expected behavior Items added to Script Manager appear on localhost:3000 ### Actual behavior Items added to Script Manager do not appear on localhost:3000 ### Steps to reproduce behavior Add...