flyingL123
flyingL123
Looking at the cart functionality in the default Cornerstone theme, I don't see these messages in the floating cart. They only appear on the cart page itself. I'm guessing that...
Thanks @capsula4. The requirement is simply to be able to show messages in the cart for discounts that have been applied. In the BigCommerce control panel you are able to...
@capsula4 any update?
Thanks @capsula4. Our checkout asks for billing information on the payment step (like Shopify does). In order to simplify the interface, I hide the billing address section if the selected...
@capsula4 Also looking for this functionality.
@capsula4 anything going on here? This is a pretty big missing feature.
Yes, please add this. I just spent a while trying to figure out why things weren't working correctly. I was just trying to set the breakpoints to be the same...
I just adjusted the settings to be max-width but still correspond to the css min-width breakpoints ``` Vue.use(VueMq, { // These are max-width settings breakpoints: { sm: 767, md: 1023,...
@nathanchase can't you just adjust the `mq` settings to use max-width values, like I mentioned above? https://github.com/AlexandreBonaventure/vue-mq/issues/35#issuecomment-552491390
@nathanchase good find, thanks!