wasserij 2009-05-27 16:20 | hello,
I want to create a contact form. When I paste my script in the description of a page, it does not display right.
So I think I have to make a new theme, beside the default.php and order.php
Can someone help me with that? I want it like the theme default.php (with all menu's), but include my file 'form.php' as content...
Thank you » Quick.Cart v3.x |
wasserij 2009-05-27 17:11 | I found the tip for creating a new theme: http://opensolution.org/Quick.Cart/docs/?id=tips#11
But, I think I now have to edit the body of container_2.tpl but I can't seem to use php-include like this
<div id="content"> <?php include("contact.php"); ?> <div id="banner0">$aBanners[0]</div> |