Have you added manufacturers to your products? The box does not show if it is empty.
Have you added manufacturers to your products? The box does not show if it is empty.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Yeah I added manufacturers, but still no dice. Any ideas?
I just preformed an SQL query that lists all the boxes that are active:
select layout_box_name from `layout_boxes` where layout_box_location = 0 and layout_box_status= '1' and layout_template ='template_default' order by layout_box_sort_order
my_broken_box.php
categories.php
whats_new.php
manufacturers.php
reviews.php
featured.php
information.php
more_information.php
banner_box.php
So no I'm really confused as to why it isn't showing up.
did you fix this as i now have this problem, it was showing last time I looked