Zen Cart Logo
Forums / General Questions / Sub Category Problems

Sub Category Problems

Locked

Views: 798

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Mar 2008, 4:51 PM
#1
estorilblue avatar

estorilblue

New Zenner

Join Date:
Mar 2008
Posts:
2
Plugin Contributions:
0

Sub Category Problems

Hello

When I delete a product in a sub-category, which also has an product image attched to it, the sort order of the rest of the products in the sub category becomes inconsistemt . Pllease have a look at the following link provided if i am not making any sense

http://www.bigbrandsuk.com/index.php?main_page=index&cPath=25

How do I correct this through zen cart ?

Thanks in advance

Paul

20 Mar 2008, 6:07 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Sub Category Problems

It's not the sort order that becomes inconsistent, it's the row display layout.

Your template has removed the standard <br class="clearBoth" /> that should come after each row group of products, so when the div boxes are not precisely even in height, a lower one can "catch" on one above that sticks down and not slide all the way to the left as it should.

The <br class="clearBoth" /> should occur in /includes/templates/your_template/common/tpl_columnar_display.php, though your template maker could have invented a different file structure.

20 Mar 2008, 8:55 PM
#3
estorilblue avatar

estorilblue

New Zenner

Join Date:
Mar 2008
Posts:
2
Plugin Contributions:
0

Re: Sub Category Problems

Thank you for your informed answer Glenn, very helpful.