• Resolved iammatthill

    (@iammatthill)


    Is it possible to remove the option of ‘Quantity’ when buying a ticket? I want each user to only be able to register themselves for the event.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @iammatthill,

    Thank you for your query. Now we don’t have option to remove quantity. If you want to use attendee registration module, you have to pick quantity for purchasing ticket. You can also disable attendee registration from settings.

    We have noted it as feature request. Our R&D team will discuss and may implement it in near future.

    Best Regards.

    Thread Starter iammatthill

    (@iammatthill)

    Thanks for the reply.

    I found a work around by adding the following to the Additional CSS:

    .etn-col-lg-6 {display: none;}

    Plugin Author Themewinter

    (@themewinter)

    Hi, @iammatthill I think this solution will not helpful, as it’s not standard. Let me check the issue for CSS solution. Will reply back asap. Regards.

    Plugin Author Themewinter

    (@themewinter)

    Instead of the above code please use the below code :

    .single-etn .etn-qty-field{
    	display:none;
    }

    Here is the screenshot : https://prnt.sc/1t8r3g8

    Hope it will help.

    Plugin Contributor Reza Khan

    (@rezakhan995)

    Hi @iammatthill
    Hope your issue was solved. As we’re not getting response from you, we’re closing this thread. Please open a new support thread if you face any other complexity.
    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Limit Quantity’ is closed to new replies.