Zen Cart Logo
Forums / Customization from the Admin / I want my Featured Box to show Price AND Model

I want my Featured Box to show Price AND Model

Locked

Views: 1,351

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Feb 2007, 6:49 PM
#1
bradsmith avatar

bradsmith

New Zenner

Join Date:
Jan 2007
Posts:
50
Plugin Contributions:
0

I want my Featured Box to show Price AND Model

Pretty simple request here...

The Featured Box notes the Name and Price, but I want it to have the Name, Model, and Price - in that order.

What can I do to add this?

Also, I'd like to give the Product Info a little more breathing room on the margins... It seems like the left margin has 0 padding, while the right has a few pixels or so... I'm assuming this is an easy tagline fix in CSS, right? Where could I find that?

Here's what I mean...

http://rickrushart.com/index.php?main_page=product_info&products_id=172

Thanks so much, guys.

24 Feb 2007, 9:40 AM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: I want my Featured Box to show Price AND Model

Try separating out #contentMainWrapper and giving it the padding you want.

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
```This will affect all center content. If you don't want that, try #productGeneral.
2 Mar 2007, 9:35 PM
#3
bradsmith avatar

bradsmith

New Zenner

Join Date:
Jan 2007
Posts:
50
Plugin Contributions:
0

Re: I want my Featured Box to show Price AND Model

I was able to fix the margin issue, so thankyou, GJ.

I'm still trying to figure out how to have the Featured Box list the Model type, in addition to the name and price.