About Reflow variants

Hello, is it possible to separate the variants from the options added to the shopping cart?
Sometimes just want to see options for variants :sweat_smile:

Thank you for offering suggestions on improving Reflow! If you can include a screenshot or some kind of illustration it will help a lot.

1 Like

When I close the shopping cart option, the variant function cannot be displayed
(Close “ShowAdd to Cart”)


(Open “ShowAdd to Cart”)

Sorry I’m non-native English speakers hope you can understand what I said :sweat_smile:

Thank you for the screenshots! Not sure why you would need this, but if you wish to hide the Add to Cart button while showing the variants dropdown, you can do this with CSS like this:

.reflow-add-to-cart > span,
.reflow-add-to-cart > .ref-button {
  display: none;
}

Important: This will remove the add to cart button from all pages and make it impossible to add products to the cart. You need to restrict the selectors by adding additional id or classes so that they match only the page that you wish to modify.

1 Like

I didn’t know reflow parts could use CSS too :sweat_smile:

Thank you for making Bootstrap studio, that help me a lot