Insert price widget on Product Page (Crave Theme)

I need to install a pricing widget on the product pages. Using the Crave theme.

It’s a single line of code:

I’m pretty sure its the main-product.liquid

And I’ve tried inserting it in various places - but it just doesn’t display.

@SDBdigital

put that code in a new snippet and add snippet with wording render"snippet name"

where you want to show

I’ve created a snippet called ‘moretyme.liquid’

Now do I just insert:

render moretyme.liquid

Or is it something like this?

{%- render ‘moretyme’ -%}

I have tried inserting the snippet - but the widget does not display.