I have marked the event as you have shown in the screenshot, in the ticket part. However, we need to control the number of entries, so I need WooCommerce stock management. In WooCommerce settings I have marked that the quantity is not visible. Any css code to disable the field or just tell me the part of the code so I can disable it?
I will give you 5 stars in the next review. Taking advantage of... Individual events show the top part without space. (attached image) I think it's because of my theme template. But I can't edit it since the event returns an empty result: /stec_event. Do you know the CSS so that I can lower the top of the event by about 30px?
Hi! I want to hide stock tickets in events.
I have searched the documentation, but I cannot find the option to hide the stock in tickets.
I use WooCommerce Products and I activated:
- Stock Quantity in product (Ticket STEC option)
- WooCommerce Inventory in product
- In WooCommerce settings: Show Inventory Quantity Desactivated.
Additional question: Can I control the inventory of the tickets only with the woocommerce inventory option?
Hi,
Just don't enable Manage stock:
---
It's fine to use the WooCommerce's default stock quantity manager given the event is not repeated.
Stachethemes Developer
Thank you Zhivko.
I have marked the event as you have shown in the screenshot, in the ticket part.
However, we need to control the number of entries, so I need WooCommerce stock management.
In WooCommerce settings I have marked that the quantity is not visible.
Any css code to disable the field or just tell me the part of the code so I can disable it?
Well, the fastest way is via css:
Stachethemes Developer
WoW! Great support.
I will give you 5 stars in the next review.
Taking advantage of... Individual events show the top part without space. (attached image)
I think it's because of my theme template. But I can't edit it since the event returns an empty result: /stec_event.
Do you know the CSS so that I can lower the top of the event by about 30px?
Attached files: arriba menu espai buit.png
This should work:
Stachethemes Developer
It works!
Thank you very much
Last question:
Is there any way in the event, that when they click add to cart after placing the ticket units it jumps to the cart directly?
Yes, it can be done via a hook.
Place the code below in your theme or child-theme functions.php file:
Stachethemes Developer