(!) Webflow code bad PHP error - Unable to remove WEBFLOW_CURRENCY_SETTINGS from non e-commerce project

I must remove this ASAP from project. It’s breaking the laravel project and I dont have time to manually change it on eatch iteration please webflow I need a resolution fast.

More specifically I must delete ALL {{ ONLY in this snippit of code

<script type="text/javascript">
      window.__WEBFLOW_CURRENCY_SETTINGS = {
        "currencyCode": "USD",
        "$init": true,
        "symbol": "$",
        "decimal": ".",
        "fractionDigits": 2,
        "group": ",",
        "template": "{{wf {\"path\":\"symbol\",\"type\":\"PlainText\"} }} {{wf {\"path\":\"amount\",\"type\":\"CommercePrice\"} }} {{wf {\"path\":\"currencyCode\",\"type\":\"PlainText\"} }}",
        "hideDecimalForWholeNumbers": false
      };
    </script>

The same code is being ejected EVEN at 6 month ago restore points, this is not right.

The project is a normal CMS project I need this code removed asap.

When clicking e-commerce I con i need to delete ALL units but the designer refuses to delete ecommerce (i have 0 products 0 shipping on this project)

I need all ecommerce pmpnets removed from all exported code asap


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.