Page 1 of 1
Search found 14 matches
Re: How to move Terms and Privacy links to footer instead?
Good job buddy! If you have any questions, please don't be hesitate to ask
- Tue Sep 01, 2009 9:42 am
- Replies 15
- Views 7530
Re: Change the font color price
Look at this portion of code in catalog/view/theme/default/template/product/category.tpl <?php if ($display_price) { ?> <?php if (!$products[$j]['special']) { ?> <span style="color: #900; font-weight: bold;"><?php echo $products[$j]['price']; ?></span><br /> <?php } else { ?> <span style=&...
Jump to post- Mon Aug 31, 2009 7:36 pm
- Replies 2
- Views 2157
Re: Help with images in new template theme
With my pleasure morphrix
- Sat Aug 29, 2009 11:33 pm
- Replies 3
- Views 1180
Re: Footer colour and text
Good job tim.. Cheers
- Sat Aug 29, 2009 6:43 pm
- Replies 11
- Views 7524
Re: Footer colour and text
Ok.. I have analyzed it.. and nothing wrong with your stylesheet. The problem is on your markup, edit your footer.tpl <div id="footer"> <div class="div1"><a onclick="window.open('https://www.paypal.com/uk/mrb/pal=W9TBB5DTD6QJW');"><img src="catalog/view/theme/defau...
Jump to post- Sat Aug 29, 2009 4:45 pm
- Replies 11
- Views 7524
Re: Footer colour and text
I thought that was only problem of 'float' Tim, but to ensure can you post your footer.tpl and its related stylesheet?
Jump to post- Sat Aug 29, 2009 4:06 pm
- Replies 11
- Views 7524
Re: Footer colour and text
No problem buddy
To make all your footer dark just:
Code: Select all
#footer {
background-color: #000;
color: #fff;
}
#footer a {
color: #fff;
}

- Sat Aug 29, 2009 3:31 pm
- Replies 11
- Views 7524
Re: Moving my store
move all files to /store, except .htaccess, then modify .htaccess
Code: Select all
RewriteRule ^(.*)\?*$ ./store/index.php?_route_=$1 [L,QSA]
Hope it will help you

- Sat Aug 29, 2009 12:06 pm
- Replies 4
- Views 1850
Re: Product ID
Just add
Code: Select all
<?php echo $product_id; ?>
- Sat Aug 29, 2009 11:42 am
- Replies 1
- Views 714
Re: Footer colour and text
so if you want to do that, wrap footer on #footer (as I said before), for example: <div id="footer"> <div class="div1"> <a onclick="window.open('https://www.paypal.com/uk/mrb/pal=W9TBB5DTD6QJW');"> <img src="catalog/view/theme/default/image/payment.png" alt=&q...
Jump to post- Sat Aug 29, 2009 5:52 am
- Replies 11
- Views 7524
Re: Link to a datasheet on product page
Is something like:
Code: Select all
<td><a href="<php echo $datasheet; ?>"><php echo $datasheet; ?></a></td>
- Sat Aug 29, 2009 4:31 am
- Replies 4
- Views 1158
Re: Footer colour and text
Just wrap all of code on footer.tpl using, for example:
Code: Select all
<div id="footer">
Code: Select all
#footer { color: #070707 }

- Sat Aug 29, 2009 4:10 am
- Replies 11
- Views 7524
Re: Help with images in new template theme
Edit file *.tpl on your 'mytheme' directory, replace all '/theme/default/' to '/theme/mytheme/' especially on 'common' folder, like header.tpl and layout.tpl.
Hope it will help you
- Sat Aug 29, 2009 2:08 am
- Replies 3
- Views 1180
Re: How to move Terms and Privacy links to footer instead?
First change portion of your /catalog/view/theme/default/template/module/information.tpl: <div id="information" class="middle"> <ul> <?php foreach ($informations as $information) { ?> <?php $hidden = array('About Us', 'Privacy Policy', 'Terms & Conditions'); if(!in_array($inf...
Jump to post- Sat Aug 29, 2009 1:37 am
- Replies 15
- Views 7530
Search found 14 matches