Lissy73 - I compleatly understand how hard it is to post in another language, especialy when you have to include technical terms that don't translate. While I don't speak or write in German very well at all, I can read it; it may be easier for you to PM me in German.
Glad to hear its working in the information box now!
To have the link under All Products in the Categories box, edit ./includes/templates/NAME-OF-YOUR-TEMPLATE/sideboxes/tpl_categories.php
After the lines:
if (SHOW_CATEGORIES_BOX_PRODUCTS_ALL == 'true') {
$content .= '<a class="category-links" href="' . zen_href_link(FILENAME_PRODUCTS_ALL) . '">' . CATEGORIES_BOX_HEADING_PRODUCTS_ALL . '</a>' . "\n";
}
insert:
$content .= '<a href="' . zen_href_link(FILENAME_PRICELIST) . '">' . CATEGORIES_BOX_HEADING_PRICELIST . '</a> . "\n";
The link in the readme text is pure HTML. Thats fine when your are adding it to static content, but it you add it to dynamic php, you have to follow the structure of the php file you are adding it to.
I tried to manualy go to your pricelist on your site, it was not found. I suggest, as I did before, running the pricelist_remove.sql, then running the pricelist-3.sql. Then you should reupload all the files in the mod. If you still can't see the configuration for pricelists in admin, go to tools, admin settings. Does your user have a yellow P beside it? If so, you have admin profiles installed, and you need to click on that P and give yourself permission to configure pricelists by checking it under Third Party mods.
I'm not sure where your are seeing that header, it can probably be turned off in the configuration for pricelists.
I looked at your site. While it has a great look, your scrolling images in the specials and new products sideboxes are causing major problems. Your site cannot even be seen in firefox. I would highly suggest you only work on one mod at a time, get it working, and don't move to the next untill its compleated. One error will spawn several more. Good luck! :cool: