i want to create a second LINK-Modul (Information2) where i link some generell Informations.
Is there a tutorial ??
Or.... How can i create a TREE-Menu in the Informations-Modul like in the Catalog ??
Is there a tutorial ??
Or.... How can i create a TREE-Menu in the Informations-Modul like in the Catalog ??
My Shop: Centro Benessere by Intègrèe
I dont know if this helps but I shall be doing this in the next week or so. When I have done it I shall post the code here for you. (Unless someone gets here first, in which case I too shall be using the posted code)
I am also thinking about taking out the dropbox for manufacturers and replacing with a list. Not sure about that yet, but again will post here if I do.
Paul.
I am also thinking about taking out the dropbox for manufacturers and replacing with a list. Not sure about that yet, but again will post here if I do.
Paul.
Ok i can wait ... thx a lot :-)
if u do this .... that will be GREAT !!!!I am also thinking about taking out the dropbox for manufacturers and replacing with a list. Not sure about that yet, but again will post here if I do
My Shop: Centro Benessere by Intègrèe
I have done the dropbox change and it appears to be working fine. I am running 1.2.8 with no modifications other than the theme folder.
In the catalog/view/theme/yourtheme/template/module folder replace the contents of manufacturer.tpl with
I have just thought that I took the icon images out, so you may need to paste the <img ... > source for the icon into the code above. Probably on the second line after the div but before the title.
I was in two minds about this because the list may get quite long, so I have kept the dropbox module just in case I want to switch it back.
Hope this helps.
The other one, the tree menu in the information module, I would probably hard code as it is unlikely to change. The question about the extra module I will paste here when I do it. (not soon though - sorry, I am busy on other bits at the moment, have left the design to one side for now.)
PS I almost forgot, you will need a new bit in the stylesheet:
Right at the bottom you will see information ul and category ul, mine is under these, but you can put it anywhere in the stylesheet really. These could all be replaced with one class statement instead of multiple IDs, however I quite like them being seperate as it gives more control over the elements for a tiny bit extra on the stylesheet. (Oh, you may want to copy your other ul statements on the stylesheet, as I may have changed these a bit for my theme. It is under development (actually only 2 days old) but you can see it here if you are interested (inspired by burberry).
Paul
In the catalog/view/theme/yourtheme/template/module folder replace the contents of manufacturer.tpl with
Code: Select all
<div class="box">
<div class="top"><?php echo $heading_title; ?></div>
<div id="manufacturer" class="middle">
<ul>
<?php foreach ($manufacturers as $manufacturer) { ?>
<?php if ($manufacturer['manufacturer_id'] == $manufacturer_id) { ?>
<li><a href="<?php echo $manufacturer['href']; ?>" style="font-weight:bold;"><?php echo $manufacturer['name']; ?></a></li>
<?php } else { ?>
<li><a href="<?php echo $manufacturer['href']; ?>"><?php echo $manufacturer['name']; ?></a></li>
<?php } ?>
<?php } ?>
</ul>
</div>
<div class="bottom"> </div>
</div>
I was in two minds about this because the list may get quite long, so I have kept the dropbox module just in case I want to switch it back.
Hope this helps.
The other one, the tree menu in the information module, I would probably hard code as it is unlikely to change. The question about the extra module I will paste here when I do it. (not soon though - sorry, I am busy on other bits at the moment, have left the design to one side for now.)
PS I almost forgot, you will need a new bit in the stylesheet:
Code: Select all
#manufacturer ul {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 8px;
padding-left: 5px;
list-style: none;
}
Paul
paul ... great .... thank you ...
http://opencart.intercede.it/
i had put the link in the new menu ...
A "Antipixel" (small banner 80*15) you find in the footer ...
http://opencart.intercede.it/
i had put the link in the new menu ...
A "Antipixel" (small banner 80*15) you find in the footer ...
My Shop: Centro Benessere by Intègrèe
Hi,
I love the background image - very nice.
You do not have to put a link in the module thingy at all. I was saying that the site I was building was inspired by them, nothing to do with the module. Anyway, no credits of any sort needed on that - but thanks for the thought though.
http://www.intercede.it is a lovely design btw, is it your design work?
Paul.
I love the background image - very nice.
You do not have to put a link in the module thingy at all. I was saying that the site I was building was inspired by them, nothing to do with the module. Anyway, no credits of any sort needed on that - but thanks for the thought though.
http://www.intercede.it is a lovely design btw, is it your design work?
Paul.
No .. iam a MAC :-)
It was iWeb from Apple ... its a WYSIWYG - Editor :-)
its nicly if u want to make FASTLY a website (10 Minutes) ....
ok .. with the button ... i think i didnt understand :-)
i thought there is a hidden META-Message :-)
But i will keep the button in the footer (now with http://www.ceramiccookware.co.uk/) ...
i believe its nice, if i took some links to another OpenCarts to my WebSite ...
i like opencart ... really :-) -
the other shop burberry is also a OpenCart???
It was iWeb from Apple ... its a WYSIWYG - Editor :-)
its nicly if u want to make FASTLY a website (10 Minutes) ....
ok .. with the button ... i think i didnt understand :-)
i thought there is a hidden META-Message :-)
But i will keep the button in the footer (now with http://www.ceramiccookware.co.uk/) ...
i believe its nice, if i took some links to another OpenCarts to my WebSite ...
i like opencart ... really :-) -
the other shop burberry is also a OpenCart???
My Shop: Centro Benessere by Intègrèe
Who is online
Users browsing this forum: No registered users and 5 guests