VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Pcwolf on March 02, 2014, 09:21:14 AM

Title: [SOlVED] Another template for product details page (without menu item?)
Post by: Pcwolf on March 02, 2014, 09:21:14 AM
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.

Title: Re: Another template for product details page (without menu item?)
Post by: Pcwolf on March 02, 2014, 10:29:04 AM
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.