Zen Cart Logo
Forums / General Questions / please help! problem on special products

please help! problem on special products

Locked

Views: 1,328

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
5 Feb 2008, 10:25 PM
#1
emilio avatar

emilio

New Zenner

Join Date:
May 2005
Location:
san francisco - California
Posts:
49
Plugin Contributions:
0

please help! problem on special products

Hi
I have a problem on my productive site !!! :shocking:
I just made a promotion in the specials section and take a look where the picture of the product is appearing!!!

http://www.insitesolutions.com.br/index.php?main_page=specials

Just on the top of the page!
It's amazing...is it a bug ?
what can i do ?
I need to solve this soon because it's a working site.
thank you

5 Feb 2008, 11:11 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: please help! problem on special products

Unfortunately, it is not clear from your post what you consider to be wrong with the site.

Did you intend your logo to be somewhere different? If so, you'll need to tell us where.

Is it that the products appear in a column rather than a row? That's because you removed the float styling that arranges them next to each other.

5 Feb 2008, 11:18 PM
#3
emilio avatar

emilio

New Zenner

Join Date:
May 2005
Location:
san francisco - California
Posts:
49
Plugin Contributions:
0

Re: please help! problem on special products

Hi Kuroi!
I'm working on it so the bug has been relatively fixed
in my css i had

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
margin:auto;
top:5px;
position:absolute
}
so the .specialsListBoxContents was into an absolute position and appeared just behind the logo and i went crazy to understand
As you may see i haven't a box for the specials i made a link on the navigation bar.
So actually seems fixed :P
I'm wondering if it's also possible to show a short description bahiund the products...?
Any suggestion about ?
thank you !

5 Feb 2008, 11:26 PM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: please help! problem on special products

emilio:

I'm wondering if it's also possible to show a short description bahiund the products...?Sorry, but this may need more explanation too :dontgetit

Do you mean that you want to put a product description beside each product? If so, that can be done. You would have to edit the includes/modules/pages/main_template_vars.php file to include pd.products_description among the data fields extracted from the database, and then add it to the box layout prepared further down the same file.

5 Feb 2008, 11:31 PM
#5
emilio avatar

emilio

New Zenner

Join Date:
May 2005
Location:
san francisco - California
Posts:
49
Plugin Contributions:
0

Re: please help! problem on special products

thank you my friend ! :smile:
I'll try!
I will hack a little to put the desc. "beside" :oops:
hehehe

Thank a lot !