• Selected options appear in the Checkout/Order but the price isn’t added.
    • This issue usually occurs when the JQuery library isn’t included/updated in the theme.liquid file.
    • Navigate to your theme coding and in the theme.liquid file search for the JQuery library code and select the entire code and replace it with the following:
      <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js" integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" crossorigin="anonymous"></script>
    • If not found then add the code in the beginning of body / header tag.