Zen Cart Logo
Forums / General Questions / Having weird featured/specials/new product box problem

Having weird featured/specials/new product box problem

Locked

Views: 1,251

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
13 Jul 2007, 11:43 PM
#1
dunitun avatar

dunitun

New Zenner

Join Date:
Jun 2007
Posts:
42
Plugin Contributions:
0

Having weird featured/specials/new product box problem

Go to my site at www.xystence.com

Take a look at the featured products. Its weird how one product is in row one, and the second product is in row two.

Getting weirder, it only does this on the main page, if you click the "playstation" link on the left side, it shows the same two games and they are laid out correctly.

This problem occurs with featured, new, and special boxes on main page only, and only does that when only 2 products are in the listing at the time. If 3 or 4 are listed, all works fine as you can see by the special and new boxes on the main page currently.

Anyone have any idea what may be the issue here?

14 Jul 2007, 12:03 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Having weird featured/specials/new product box problem

Look at the 2 select statements in the module for featured_products.php based on the IF statement ...

It changes "what" featured products are being selected ...

Depending on your products and the category level you are at will change how many are shown ...

This is the same for all of the Centerboxes ...

14 Jul 2007, 12:16 AM
#3
dunitun avatar

dunitun

New Zenner

Join Date:
Jun 2007
Posts:
42
Plugin Contributions:
0

Re: Having weird featured/specials/new product box problem

Im not having an issue with how many are being shown. That I can control. In this case I only have 2 active. However 1 is in row 1, the second on is in row 2, but they should be side to side.

14 Jul 2007, 12:20 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Having weird featured/specials/new product box problem

The switch from 1 to 2 per row depending on the Category when there are 2 products is a CSS thingy ... happens in IE and not in FireFox ...

Don't you love it when I get all techie with you?! :smartalec:

The magicians of CSS know the reason ... but I, being the humble coder that I am, do not ... :cry:

14 Jul 2007, 12:22 AM
#5
dunitun avatar

dunitun

New Zenner

Join Date:
Jun 2007
Posts:
42
Plugin Contributions:
0

Re: Having weird featured/specials/new product box problem

Alright, Well maybe the answer will come around for someone who is the CSS master.

You are quite the Techie!

For now ill just put 3 in the row which actually fixes the issue. More of an annoyance then anything

14 Jul 2007, 12:23 AM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Having weird featured/specials/new product box problem

Leave it broke a few longer and one of those magicians will appear in a poof or three ... :smile:

14 Jul 2007, 12:34 AM
#7
dunitun avatar

dunitun

New Zenner

Join Date:
Jun 2007
Posts:
42
Plugin Contributions:
0

Re: Having weird featured/specials/new product box problem

Alrighty, I broke it again =)