If you want to control exactly where the Choose Date / Time selector appears, you can manually place it anywhere on your product page using a Custom Liquid block in your Shopify theme editor.
This gives you full control over the placement — for example above the Add to Cart button, below the price, or anywhere else in the layout.
Steps to place the date selector
Go to Shopify Admin → Online Store → Themes
Click Customize on your active theme
Open the product template used for your event product
Click Add block
Select Custom Liquid (or HTML block, depending on your theme)
Paste the following code into the block:
<div data-evey-scheduler></div>
The Choose Date / Time selector will now display in that position on the product page.
Common placement examples
Merchants often place the selector:
Above the Add to Cart button
Below the price
Under the product description
Near the ticket options

