- Issue created by @johan1
"Add to wishlist button" uses different class than the "Add to cart" button resulting in different rendering.
Note that I'm not an experienced user, and that I have close to 0 coding skills (other than Acorn Atom Basic)
Install Wishlist on Drupal 9.5.2 with Radix 5.06 (Boostrap5). Using Layout builder, place the variations block on the layout. The button shows as a link and becomes a button on hover.
In contrib/commerce_wishlist/commerce_wishlist.module replace on line 259 'class' => ['btn-link'], with 'class' => ['btn--add-to-cart'],
Active
Code