actually its in the html_header.php just above the </head>
and then the tpl_main_page.php just above the </body>
actually its in the html_header.php just above the </head>
and then the tpl_main_page.php just above the </body>
Zen cart PCI compliant Hosting
Thanks Merlin for the correction
Zen-Venom Get Bitten
<< isntalls 20 a week,
I got it down to an art
Zen cart PCI compliant Hosting
Thanks people, that did the trick.
Is it possible to limit logo display only to certain pages? Can it be placed in a sidebox? I saw an old post with an archived contribution by juxizoza (that I could not find), I am assuming this is not going to applicable to the new Comodo logo?
hi guys
I have already posted in this link something about the implementing a javascript combobox in zen product page. as I see your suggestions here with comparing to that post's suggestions, I am asking how to use these codes in your product page, as for every product the code may be different and so adding the codes in these files means general application of the code.
actually I would like to add some forms in some of my products page (better than attributes "because of time saving and possibility to make better layout of the form) and by this, the client may choose or even fill some fields before uploading his file and going to add to cart. this product is used to sell advertentions that the client may want to put in our site.
any idea how can I do it? because even very simple html -form code doesn't work; you may try it in a product page:
----------
<form id="form1" name="form1" method="post" action="MAILTO:qrmmr##########################">
<label for="textfield">
<div align="right">car type </div>
</label>
<div align="right">
<label for="label"></label>
<p>
<input type="text" name="textfield2" id="label" />
</p>
<p>
<label for="label2">id number </label>
</p>
<p>
<input type="text" name="textfield" id="textfield" />
</p>
<p>
<label for="select">fuel<br />
</label>
<select name="select" id="select">
<option>benzin</option>
<option>gasoil</option>
<option>gas</option>
<option>mixed</option>
</select>
</p>
<p>
<label for="textarea">comments<br />
</label>
<textarea name="textarea" cols="60" rows="6" id="textarea"></textarea>
</p>
<p>
<label for="label2">external color <br />
</label>
<input type="text" name="textfield3" id="label2" />
</p>
<p>
--------
You would make a folder named checkout_success in your
includes/templates/Custom template/
inside this new folder put a copy of html_header.php
put your code inside this just above </head>
not this header file will trigger only durring checkout_success
Zen cart PCI compliant Hosting
I am trying to add a javascript to my site, and having followed the instructions in this (and a few other) thread I still can't get the blasted thing to work.
It is a click to expand menu type script that I want to use with my product description. I have sections in my description that would be good to collapse so the viewer can just open whatever they need to read. The site is www.shopwicked.com/store to give you an idea of the product description layout, but the changes have only be added locally. The header script needs to be in the head section and the body script needs to be in the product description itself.
I added my header script to includes/templates/wicked15/product_info/html_header.php just above the </header> tag. I added the body code to the product description via Admin\Catalog\Categories/Products.
It doesn't work.
Any help would be most appreciated.