[SOlVED] Another template for product details page (without menu item?)

Started by Pcwolf, March 02, 2014, 09:21:14 AM

Previous topic - Next topic

Pcwolf

Hi!

Yes, i know i can create a menu item with product details page, but i don't want to create every time a menu item for each new product and yes, i know i in vm configuration -> templates i can choose which layout. But its shows again the header, menu, footer... I don't want that. I want only a blank screen then after 5 sec it redirect you to the webshop.
(I can create it self)

I can't disable the menu, footer... in modules for like homepage, categorie page because its created with index.php file.


Pcwolf

Created javascript:

<script type="text/javascript">
$(document).ready(function(){
$("#back-header").hide()

});
</script>

To hide header, menus, footer.. it works but it hide after the page is loaded  :-\
Pasted the javascript in default.php file in templates overrides.