Skip to main content

 

Hi all,

I’m trying to hide the “User assigned to a group” radio button on licence bundle purchase. My users need to select a branch, not a group. Trying to make the check-out purchase easier by removing an unneeded click.

 

I found this bit of code

radio :has(#radio-2) {

display:none;

}


It hides all radio-2 buttons and the radio button still appears every now and then. 

 

Wondering if anyone else has a solution for this?

 

 

Sorry, just for a bit more context, I’m using the licence plan that allows users to purchase license bundles. The purchase process is really odd. I added an animated gif here that shows the process of selecting a bundle then choosing the company the license should be associated with.

I’m trying to make the purchase process a little easier by removing the top radio button “User assigned to a group” and only leave the second option selectable. We had a few tester get stuck on the process of selecting their company during check-out. 
 

 


Reply