Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Editing Attributes Options on Product Page

Editing Attributes Options on Product Page

Locked

Views: 702

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
10 Nov 2009, 9:52 AM
#1
harvard avatar

harvard

New Zenner

Join Date:
Mar 2009
Posts:
21
Plugin Contributions:
0

Editing Attributes Options on Product Page

I've been at this for ahwhile now and I've tried a few things to make it happen, but I need help.

I tried to add a code like this to the Option Value Manager, but it didn't work:

<img border="0" src="/red.jpg" width="55" height="55">

Any ideas how to make it?

How it is.

How I'd like it.

10 Nov 2009, 11:51 AM
#2
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: Editing Attributes Options on Product Page

Hi there,

You can edit the layout of the attributes in your zen cart admin.

Um.. try configuration > Layout settings > then look for options settings.

10 Nov 2009, 12:38 PM
#3
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Editing Attributes Options on Product Page

Go to Option NAMES manager.

Click the EDIT button for the Option NAME whose layout you want to alter.

there are a handful of layout possibilities (numbered 1 to 5 I think), so just choose one and see how it affects the positioning of your swatches, description and radio button. If it's not what you want, go back to EDIT and try another value.

NO NEED TO EDIT ANY CODE.

LOOK HERE for a layout of swatches, with a DROPDOWN.

PS, this also required an edit to the stylesheet:

originally:

.attribImg {
	width: 20%;
``` *Allows up to 5 across*

changed to
```php
.attribImg {
	width: 10%;
``` *Allows up to 10 across*