0

I am not able to see the Storefront toolkit on the isml rendered in the storefront. It is there on the sitegenesis landing page. But when I supply my pipeline name and start node name in the URL, then the corresponding isml mentioned in the pipeline is rendered, but without the storefront toolkit. Do we have to do some extra configuration?

Random Coder
  • 329
  • 2
  • 5
  • 11

2 Answers2

0

It is possible that your custom template uses a content-type other than text/html. If I recall correctly only templates that set their content type to text/html will receive the storefront toolkit. (text/html is the default)

sholsinger
  • 3,028
  • 2
  • 23
  • 40
  • It didn't help. Earlier, I had explicitly mentioned the content type to text/html and now I removed the tag and the toolkit is still not visible. – Random Coder Mar 31 '17 at 06:24
0

I had a problem somewhat similar. I wasn't able to see the Storefront Toolkit too. I've solved my problem with clearing my cookies.

developer tools > application > cookies > clear

Hope this helps to others experiencing the same problem.

Pelin
  • 31
  • 2
  • 1
    This question itself looks alien to me now :D No longer working with demandware. But thanks for the answer. Might help others who face the same issue. – Random Coder Dec 28 '18 at 06:08