Skip to main content

How to Fix Missing Event Scheduler on Your Product Page

Updated over 3 weeks ago

If your event page isn’t displaying the Evey event scheduler, you can easily fix it by adding a small code snippet to your product template. Follow these steps:


Steps to Fix

  1. Identify the event template

    • In your Shopify admin, check which template your events are using (for example, a template named Default product).

  2. Open the theme editor

    • Go to Online Store → Customize.

  3. Access the event template

    • In the theme editor, click on Products, then select your event template (e.g., default product).

  4. Add a Custom Liquid or Custom HTML block

    • Click “Add block” → choose Custom Liquid (or Custom HTML, depending on your theme).

  5. Paste this code into the new block:

    <div data-evey-scheduler></div>
  6. Click Save

    • Once saved, the event scheduler should appear properly on your event product page.


💡 Tip

If your store uses multiple templates for different types of products, make sure you add this code to each template used for Evey events.


Did this answer your question?