Troubleshoot the Storefront Toolkit
You can troubleshoot some common issues with the Storefront Toolkit.
The Storefront Toolkit JavaScript is inserted before the first JavaScript tag in the HTML
<head>
section of your storefront. If the HTML
<head>
section contains no JavaScript, the Storefront Toolkit
JavaScript is inserted at the end of the <head>
section.
The following table lists some problems commonly encountered when you use the Storefront Toolkit, along with potential solutions.
Problem | Solution |
---|---|
You try to open a page in the Storefront Toolkit and you get a message that the toolkit failed to initialize. |
|
The Content Information tool doesn't show content and product tags. |
It's possible that page markers are missing from the HTML. Add |
The Search Results Window or Product Search Model Window isn't available. | Make sure that the isobject tag is correctly implemented. See
Enable the Search Information Tool.
|
The Storefront Toolkit tools show no information. | It's possible that the Content Delivery Network (CDN) is removing HTML comments. Disable this feature in the CDN. If you use Cloudflare, see How do I minify HTML, CSS, and JavaScript to optimize my site? |
Toolkit shows an empty storefront. |
If anticlickjacking is included in your code, the content of the page can be hidden when opened in an iframe. To resolve this issue, we recommend that you add a custom site preference to disable anticlickjacking on staging or sandbox instances. For more information, see Clickjacking. |
URLs constructed using the following methods of
dw.web.URLUtils arenโt working as expected:
|
The Storefront Toolkit adds a cache-busting parameter to URLs. For example,
you use The resulting URL is
The URL doesnโt work as expected and can cause problems in the storefront depending on where you use it. Use When you use the Storefront Toolkit, the resulting URL is
|
The Storefront Toolkit disappears after you click a link. |
Check to see if youโre using links that include a
The |
The storefront doesnโt appear in the Storefront Toolkit, or the toolbar of the Storefront Toolkit doesnโt appear. |
ClickJack Protection or Anti-ClickJack scripts can cause these errors. ClickJacking is when a malicious actor displays your website in an iframe that the attacker controls. The attacker can intercept input events to see the information, such as passwords or credit card numbers, that a user enters. Instead of using scripts, to prevent clickjacking, include the following
HTTP headers in your storefront: Use the following code in your storefront to set these headers:
|
When you click a link from the Storefront Toolkit, youโre prompted to log in to the instance and the log in fails. | Make sure youโre using the new Storefront Toolkit. The deprecated version of the Storefront Toolkit doesnโt work reliably in combination with Unified Authentication. |
Clicking an "Edit Content Asset in Business Manager" link opens the creation dialog for a new content asset instead of the edit dialog for the existing one. |
Look for the Page Marker in your custom code:
The expression used for the |
You tried all the solutions, but the Storefront Toolkit still doesn't work. | Disable and clear the page cache. |