Motion theme: How do I resolve the error message?

Hi,

How do I resolve the error message that’s popping up at the top of my website?

Site url: https://thechillsmart.com

@Chillsmart - in your theme.liquid file, please check if you have any line like, if yes then please comment or delete them

{% render 'avada-cdtv2-status' %}

{% 'avada-stock-cd-status' %}

Hello @Chillsmart ,

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid
    Now here search for
{% render 'avada-cdtv2-status' %}
or
{% include 'avada-cdtv2-status' %}

Once found remove it and problem will resolved.

Alternatively
Click on Snippets → Click on Add a new snippet
Add File name → avada-cdtv2-status and lastly click done

Thanks