Skip to content

Instantly share code, notes, and snippets.

@iftee
Last active July 4, 2021 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iftee/7c04ae3b1b82e4eac941 to your computer and use it in GitHub Desktop.
Save iftee/7c04ae3b1b82e4eac941 to your computer and use it in GitHub Desktop.
PrestaShop Custom Page without CMS - Custom Page Temaplate
{* Create a custom page in PrestaShop without CMS - Custom Page Temaplate *}
{* Read the detailed tutorial at https://www.linkedin.com/pulse/prestashop-how-create-custom-page-without-cms-iftakhar-hasan/ *}
<div>
<!-- Your HTML elements go here -->
</div>
{literal}
<style type="text/css">
/* Your CSS goes here */
</style>
{/literal}
<script type="text/javascript">
{literal}
// Your JavaScript goes here
{/literal}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment