Custom Page Doesnt Show The Custom_Html Code

If we add a custom page through the layout manager and add some custom script in the custom_html box it doesnt show up on the page. Can some one help what could be the issue ?

http://prnt.sc/cu2llw

You don't add pages via the layout manager, you add blocks of content and then apply those blocks to various areas of a page (or pages).

Can you be more specific on what you added, what type of block (html or html with smarty support), etc.

Yes we added a location with dispatch as view page and then assigned a new page created from Website > Content. The screenshot is attached for the location tab ( Design > Layouts > Location name)

Note that inline scripts are moved to the bottom of the page. Most possibly the following code will work correctly


http://kb.cs-cart.com/embedded-script

So you have a new "mode" in an existing "controller" or you created a new "controller" (or addon) and then use your "mode"?

So for instance (using my_changes and adding a new mode of 'test'), you are doing ?dispatch=my_changes.test???

Would be most helpful if you could really clearify what you've done. In your OP, you talk about using the layout manager but in the most recent you talk about adding a mode and using a 'view'....

So you have a new "mode" in an existing "controller" or you created a new "controller" (or addon) and then use your "mode"?

So for instance (using my_changes and adding a new mode of 'test'), you are doing ?dispatch=my_changes.test???

Would be most helpful if you could really clearify what you've done. In your OP, you talk about using the layout manager but in the most recent you talk about adding a mode and using a 'view'....

He uses just separate layout page for several CMS pages, not for custom page created via the module.