Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Again thanks for the quick response. That did the job. For anyone else in the same situation, you might notice that the top margin is a bit off from the categories list in all browsers. The quick fix is very similar:
{margin-top:0}
All lines up nicely.
Rich
[FONT="Georgia"]Rich Staats
Your snowboarding, web designing, problem solving, social networking, trying to f' with eCommerce type of Guy.[/FONT]
Am I wrong in wanting to have the manufacturers_info box display along with this list? e.g., when a manufacturer's link is clicked and the product list displays, I'd like the info box to display. Yes, I have the info box on and set to appear in the right column.
Perhaps I am just daft or it's been to many hours with no sleep...but as soon as I enabled the list sidebox, the info box quit working.
Tim Holder
------------
Aging webaholic
Absolutely no reason why you can't. They're completely independent of each other.
Don't really want to sidetrack this support thread into questions about a standard sidebox, but do you have a link to a page where its not working so that I can take a look and see if there's a quick answer?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Ok, sorry, answered my own question. I discovered that the info box only displays with the product page. I _wish_ it would display for a manufacturer, but that discussion is for elsewhere. Sorry for the trouble.
No discussion needed. Here it is.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Newb question, I know. And yes, I am new to Zen Cart. But not PHP or CSS/HTML or anything necessarily.
I'd like to use this in a custom template. What code would i insert into my tpl_product_info_display.php override file to call this sidebox? I'm not using the column layout at all, and have gutted the aforementioned override template to suit my needs. I have installed this sidebox correctly, activated it in admin and have some manufacturers in there, but don't know how to write the code to call this sidebox within my new custom template.
Thanks
Trying to make the sidebox work when, by the sounds of it, you've thrown away the code used to display the contents, would be a long way around.
Since you know PHP, etc. I would recommend instead using the sidebox module and template files from the manufacturers list box as an example and refacturing the core code into a template module with associated module file then just including it in the product_info file.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)