Regions not working #1249
-
|
Hey, I am trying to add the starter kit to an existing project. The problem that I have come across is that regions doesn't show up. I keep getting Uncaught ReferenceError and I suspect it is because I don't have the correct js file in public/build/assets. I already have a custom js file and even if I try to add the content of site.83d41072.js it doesn't work. I don't have a lot of expierence in coding yet so I am wondering if I am even tinkering in the correct spot. If there is more context needed please tell me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Do you have the following files in your project:
Can you try clearing your app's cache to see if that helps at all? You don't need to install the starter kit in existing projects, you can just copy over the parts you need. It's intended as more of a reference than something to base your site off. |
Beta Was this translation helpful? Give feedback.
Do you have the following files in your project:
app/Tags/JsonRegions.phpfilewindow.regions = {{ json_regions }};in the `resources/views/checkout/information.antlers.html file?Can you try clearing your app's cache to see if that helps at all?
php artisan cache:clearYou don't need to install the starter kit in existing projects, you can just copy over the parts you need. It's intended as more of a reference than something to base your site off.